Home
last modified time | relevance | path

Searched refs:dispatched (Results 1 – 25 of 31) sorted by relevance

12

/linux-6.12.1/Documentation/arch/powerpc/
Dvcpudispatch_stats.rst11 scenarios, vcpus may be dispatched on a different processor chip (away
31 2. number of times this vcpu was dispatched on the same processor as last
33 3. number of times this vcpu was dispatched on a different processor core
35 4. number of times this vcpu was dispatched on a different chip
42 6. number of times this vcpu was dispatched in its home node (chip)
43 7. number of times this vcpu was dispatched in a different node
44 8. number of times this vcpu was dispatched in a node further away (numa
/linux-6.12.1/block/
Dblk-mq-sched.c92 bool dispatched = false, busy = false; in __blk_mq_do_dispatch_sched() local
167 dispatched |= blk_mq_dispatch_hctx_list(&rq_list); in __blk_mq_do_dispatch_sched()
170 dispatched = blk_mq_dispatch_rq_list(hctx, &rq_list, count); in __blk_mq_do_dispatch_sched()
175 return !!dispatched; in __blk_mq_do_dispatch_sched()
Dbfq-iosched.c1753 return bfqq->dispatched == 0 && in bfq_bfqq_idle_for_long_time()
1853 bfqq->dispatched == 0 && in bfq_bfqq_handle_idle_busy_switch()
2055 if (RB_EMPTY_ROOT(&bfqq->sort_list) && bfqq->dispatched == 0) in bfq_update_io_intensity()
3671 bfqq->dispatched++; in bfq_dispatch_remove()
3889 bfqd->tot_rq_in_driver >= bfqq->dispatched + 4)) || in idling_needed_for_service_guarantees()
3922 if (bfqq->dispatched == 0) in __bfq_bfqq_expire()
4019 if (bfqq->dispatched > 0) /* still outstanding reqs */ in __bfq_bfqq_recalc_budget()
4391 if (bfqq->dispatched == 0) in bfq_bfqq_expire()
4394 else if (bfqq->dispatched > 0) { in bfq_bfqq_expire()
4405 slow, bfqq->dispatched, bfq_bfqq_has_short_ttime(bfqq)); in bfq_bfqq_expire()
[all …]
Dmq-deadline.c65 uint32_t dispatched; member
421 dd->per_prio[prio].stats.dispatched++; in __dd_dispatch_request()
562 stats->dispatched, atomic_read(&stats->completed)); in dd_exit_sched()
970 return stats->dispatched + stats->merged - in dd_owned_by_driver()
Dblk-throttle.c1022 bool dispatched; in throtl_pending_timer_fn() local
1038 dispatched = false; in throtl_pending_timer_fn()
1048 dispatched = true; in throtl_pending_timer_fn()
1060 if (!dispatched) in throtl_pending_timer_fn()
Dbfq-wf2q.c1661 if (!bfqq->dispatched) { in bfq_del_bfqq_busy()
1685 if (!bfqq->dispatched) { in bfq_add_bfqq_busy()
Dbfq-iosched.h299 int dispatched; member
/linux-6.12.1/Documentation/scheduler/
Dsched-ext.rst205 A CPU always executes a task from its local DSQ. A task is "dispatched" to a
232 A task can be immediately dispatched to a DSQ from ``ops.select_cpu()`` by
233 calling ``scx_bpf_dispatch()``. If the task is dispatched to
234 ``SCX_DSQ_LOCAL`` from ``ops.select_cpu()``, it will be dispatched to the
243 task was dispatched directly from ``ops.select_cpu()``). ``ops.enqueue()``
270 locks held. ``scx_bpf_consume()`` flushes the pending dispatched tasks
278 * If ``ops.dispatch()`` has dispatched any tasks, retry #3.
294 dispatching, and must be dispatched to with ``scx_bpf_dispatch()``. See the
/linux-6.12.1/Documentation/tools/rtla/
Drtla-timerlat-top.rst45 In the example below, the timerlat tracer is dispatched in cpus *1-23* in the
119 Note that **rtla timerlat** was dispatched without changing *timerlat* tracer
/linux-6.12.1/drivers/accel/ivpu/
Divpu_ipc.c387 bool dispatched; in ivpu_ipc_irq_handler() local
427 dispatched = false; in ivpu_ipc_irq_handler()
432 dispatched = true; in ivpu_ipc_irq_handler()
438 if (!dispatched) { in ivpu_ipc_irq_handler()
/linux-6.12.1/tools/sched_ext/
Dscx_qmap.bpf.c335 bool dispatched = false; in dispatch_highpri() local
347 dispatched = true; in dispatch_highpri()
358 if (dispatched) in dispatch_highpri()
DREADME.md185 This scheduler illustrates how scheduling decisions can be dispatched from a
/linux-6.12.1/drivers/gpu/drm/i915/gvt/
Dscheduler.h90 bool dispatched; member
/linux-6.12.1/Documentation/admin-guide/device-mapper/
Ddm-queue-length.rst31 dispatched/completed respectively.
Ddm-service-time.rst50 dispatched and subtracts when completed.
/linux-6.12.1/arch/arm/nwfpe/
Dentry.S120 @ Only FPE instructions are dispatched here, everything else
/linux-6.12.1/Documentation/driver-api/md/
Draid5-ppl.rst27 parity are dispatched to disks. PPL is a distributed log - it is stored on
Draid5-cache.rst55 which are sequential but not dispatched in the same time will suffer from this
/linux-6.12.1/Documentation/driver-api/nfc/
Dnfc-hci.rst252 HCI Responses are dispatched immediately from this context to unblock
269 HCI commands or events are not dispatched from SMW context. Instead, they are
270 queued to HCI rx_queue and will be dispatched from HCI rx worker
/linux-6.12.1/Documentation/sound/designs/
Dseq-oss.rst161 In the real-time mode, all events are dispatched immediately.
163 The queued events are dispatched to the corresponding ALSA sequencer
/linux-6.12.1/Documentation/virt/kvm/devices/
Dxive.rst211 called the NVT. When a VP is not dispatched on a HW processor
/linux-6.12.1/arch/m68k/fpsp040/
Ddecbin.S21 | and NaN operands are dispatched without entering this routine)
/linux-6.12.1/Documentation/block/
Dbfq-iosched.rst360 empty, then no request of B is dispatched in the middle, and thus A
361 does not lose the possibility to get more than one request dispatched
362 before the next request of B is dispatched. Note that idling
/linux-6.12.1/fs/ocfs2/dlm/
Ddlmrecovery.c1706 int dispatched = 0; in dlm_master_requery_handler() local
1733 dispatched = 1; in dlm_master_requery_handler()
1745 if (!dispatched) in dlm_master_requery_handler()
Ddlmmaster.c1413 int dispatched = 0; in dlm_master_request_handler() local
1626 dispatched = 1; in dlm_master_request_handler()
1635 if (!dispatched) in dlm_master_request_handler()

12