/openbmc/qemu/include/qemu/ |
H A D | ratelimit.h | 26 uint64_t dispatched; member 57 limit->dispatched = 0; in ratelimit_calculate_delay() 60 limit->dispatched += n; in ratelimit_calculate_delay() 61 if (limit->dispatched < limit->slice_quota) { in ratelimit_calculate_delay() 69 delay_slices = (double)limit->dispatched / limit->slice_quota; in ratelimit_calculate_delay()
|
/openbmc/linux/Documentation/powerpc/ |
H 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
|
/openbmc/linux/block/ |
H A D | blk-mq-sched.c | 92 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()
|
H A D | bfq-iosched.c | 1753 return bfqq->dispatched == 0 && in bfq_bfqq_idle_for_long_time() 1853 bfqq->dispatched == 0 && in bfq_bfqq_handle_idle_busy_switch() 3671 bfqq->dispatched++; in bfq_dispatch_remove() 3922 if (bfqq->dispatched == 0) in __bfq_bfqq_expire() 4391 if (bfqq->dispatched == 0) in bfq_bfqq_expire() 4394 else if (bfqq->dispatched > 0) { in bfq_bfqq_expire() 5181 bfqq->dispatched++; in __bfq_dispatch_request() 5410 WARN_ON_ONCE(bfqq->dispatched); in bfq_put_queue() 6359 bfqq->dispatched--; in bfq_completed_request() 6442 if (bfqq->dispatched == 0) in bfq_completed_request() [all …]
|
H A D | mq-deadline.c | 65 uint32_t dispatched; member 551 dd->per_prio[prio].stats.dispatched++; in __dd_dispatch_request() 696 stats->dispatched, atomic_read(&stats->completed)); in dd_exit_sched() 1161 return stats->dispatched + stats->merged - in dd_owned_by_driver()
|
H A D | bfq-wf2q.c | 1661 if (!bfqq->dispatched) { in bfq_del_bfqq_busy() 1685 if (!bfqq->dispatched) { in bfq_add_bfqq_busy()
|
H A D | bfq-iosched.h | 299 int dispatched; member
|
H A D | blk-throttle.c | 1178 bool dispatched; in throtl_pending_timer_fn() local 1197 dispatched = false; in throtl_pending_timer_fn() 1207 dispatched = true; in throtl_pending_timer_fn() 1219 if (!dispatched) in throtl_pending_timer_fn()
|
/openbmc/linux/drivers/accel/ivpu/ |
H A D | ivpu_ipc.c | 365 bool dispatched; in ivpu_ipc_irq_handler() local 403 dispatched = false; in ivpu_ipc_irq_handler() 408 dispatched = true; in ivpu_ipc_irq_handler() 414 if (!dispatched) { in ivpu_ipc_irq_handler()
|
/openbmc/linux/Documentation/tools/rtla/ |
H A D | rtla-timerlat-top.rst | 45 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
|
/openbmc/linux/drivers/gpu/drm/i915/gvt/ |
H A D | scheduler.h | 90 bool dispatched; member
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-queue-length.rst | 31 dispatched/completed respectively.
|
H A D | dm-service-time.rst | 50 dispatched and subtracts when completed.
|
/openbmc/linux/arch/arm/nwfpe/ |
H A D | entry.S | 120 @ Only FPE instructions are dispatched here, everything else
|
/openbmc/linux/Documentation/driver-api/md/ |
H A D | raid5-ppl.rst | 27 parity are dispatched to disks. PPL is a distributed log - it is stored on
|
H A D | raid5-cache.rst | 55 which are sequential but not dispatched in the same time will suffer from this
|
/openbmc/linux/Documentation/driver-api/nfc/ |
H 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
|
/openbmc/linux/Documentation/sound/designs/ |
H 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
|
/openbmc/qemu/docs/specs/ |
H A D | ppc-xive.rst | 117 the event by scanning the thread contexts of the VCPUs dispatched on
|
/openbmc/linux/Documentation/virt/kvm/devices/ |
H A D | xive.rst | 211 called the NVT. When a VP is not dispatched on a HW processor
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | decbin.S | 21 | and NaN operands are dispatched without entering this routine)
|
/openbmc/qemu/docs/devel/ |
H A D | tcg-plugins.rst | 110 can be can be sure the instruction will be dispatched, but you can't
|
/openbmc/linux/Documentation/block/ |
H 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
|
/openbmc/qemu/docs/system/s390x/ |
H A D | cpu-topology.rst | 207 the real CPU, the unused "slack" can be dispatched to other vCPU
|
/openbmc/linux/fs/ocfs2/dlm/ |
H 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()
|