/linux-6.3-rc2/Documentation/powerpc/ |
A D | vcpudispatch_stats.rst | 11 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.3-rc2/block/ |
A D | blk-mq-sched.c | 94 bool dispatched = false, busy = false; in __blk_mq_do_dispatch_sched() local 169 dispatched |= blk_mq_dispatch_hctx_list(&rq_list); in __blk_mq_do_dispatch_sched() 172 dispatched = blk_mq_dispatch_rq_list(hctx, &rq_list, count); in __blk_mq_do_dispatch_sched() 177 return !!dispatched; in __blk_mq_do_dispatch_sched()
|
A D | bfq-iosched.c | 1752 return bfqq->dispatched == 0 && in bfq_bfqq_idle_for_long_time() 1852 bfqq->dispatched == 0 && in bfq_bfqq_handle_idle_busy_switch() 3668 bfqq->dispatched++; in bfq_dispatch_remove() 3919 if (bfqq->dispatched == 0) in __bfq_bfqq_expire() 4388 if (bfqq->dispatched == 0) in bfq_bfqq_expire() 4391 else if (bfqq->dispatched > 0) { in bfq_bfqq_expire() 5178 bfqq->dispatched++; in __bfq_dispatch_request() 5899 if (bfqq->dispatched || bfq_bfqq_busy(bfqq)) in bfq_update_io_thinktime() 6353 bfqq->dispatched--; in bfq_completed_request() 6436 if (bfqq->dispatched == 0) in bfq_completed_request() [all …]
|
A D | mq-deadline.c | 67 uint32_t dispatched; member 527 dd->per_prio[prio].stats.dispatched++; in __dd_dispatch_request() 658 stats->dispatched, atomic_read(&stats->completed)); in dd_exit_sched() 1105 return stats->dispatched + stats->merged - in dd_owned_by_driver()
|
A D | bfq-wf2q.c | 1661 if (!bfqq->dispatched) { in bfq_del_bfqq_busy() 1685 if (!bfqq->dispatched) { in bfq_add_bfqq_busy()
|
A D | bfq-iosched.h | 300 int dispatched; member
|
A D | blk-throttle.c | 1172 bool dispatched; in throtl_pending_timer_fn() local 1191 dispatched = false; in throtl_pending_timer_fn() 1201 dispatched = true; in throtl_pending_timer_fn() 1213 if (!dispatched) in throtl_pending_timer_fn()
|
/linux-6.3-rc2/Documentation/tools/rtla/ |
A D | rtla-timerlat-top.rst | 38 In the example below, the timerlat tracer is dispatched in cpus *1-23* in the 112 Note that **rtla timerlat** was dispatched without changing *timerlat* tracer
|
/linux-6.3-rc2/drivers/accel/ivpu/ |
A D | ivpu_ipc.c | 370 bool dispatched; in ivpu_ipc_irq_handler() local 408 dispatched = false; in ivpu_ipc_irq_handler() 413 dispatched = true; in ivpu_ipc_irq_handler() 419 if (!dispatched) { in ivpu_ipc_irq_handler()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gvt/ |
A D | scheduler.h | 90 bool dispatched; member
|
A D | scheduler.c | 838 workload->dispatched = true; in dispatch_workload()
|
/linux-6.3-rc2/Documentation/admin-guide/device-mapper/ |
A D | dm-queue-length.rst | 31 dispatched/completed respectively.
|
A D | dm-service-time.rst | 50 dispatched and subtracts when completed.
|
/linux-6.3-rc2/Documentation/driver-api/md/ |
A D | raid5-ppl.rst | 27 parity are dispatched to disks. PPL is a distributed log - it is stored on
|
A D | raid5-cache.rst | 55 which are sequential but not dispatched in the same time will suffer from this
|
/linux-6.3-rc2/Documentation/driver-api/nfc/ |
A D | nfc-hci.rst | 252 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.3-rc2/Documentation/sound/designs/ |
A D | seq-oss.rst | 161 In the real-time mode, all events are dispatched immediately. 163 The queued events are dispatched to the corresponding ALSA sequencer
|
/linux-6.3-rc2/Documentation/virt/kvm/devices/ |
A D | xive.rst | 211 called the NVT. When a VP is not dispatched on a HW processor
|
/linux-6.3-rc2/arch/m68k/fpsp040/ |
A D | decbin.S | 21 | and NaN operands are dispatched without entering this routine)
|
/linux-6.3-rc2/Documentation/block/ |
A D | bfq-iosched.rst | 360 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.3-rc2/fs/ocfs2/dlm/ |
A D | dlmrecovery.c | 1706 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()
|
A D | dlmmaster.c | 1413 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()
|
/linux-6.3-rc2/Documentation/admin-guide/cgroup-v1/ |
A D | blkio-controller.rst | 185 the IO is dispatched to the device but till it actually gets serviced
|
/linux-6.3-rc2/Documentation/staging/ |
A D | rpmsg.rst | 200 inbound messages arrive, they are dispatched by the rpmsg bus using the
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | xfs-delayed-logging-design.rst | 1000 <log buffer IO dispatched> 1057 <log buffer IO dispatched>
|