| /linux/Documentation/arch/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
|
| /linux/tools/sched_ext/ |
| H A D | scx_userland.bpf.c | 80 } dispatched SEC(".maps"); 236 if (bpf_map_pop_elem(&dispatched, &pid)) in BPF_STRUCT_OPS()
|
| H A D | scx_qmap.bpf.c | 337 bool dispatched = false; in dispatch_highpri() local 348 dispatched = true; in dispatch_highpri() 359 if (dispatched) in dispatch_highpri()
|
| H A D | scx_userland.c | 396 dispatched_fd = bpf_map__fd(skel->maps.dispatched); in bootstrap()
|
| /linux/block/ |
| H A D | blk-mq-sched.c | 90 bool dispatched = false, busy = false; in __blk_mq_do_dispatch_sched() local 165 dispatched |= blk_mq_dispatch_hctx_list(&rq_list); in __blk_mq_do_dispatch_sched() 168 dispatched = blk_mq_dispatch_rq_list(hctx, &rq_list, false); in __blk_mq_do_dispatch_sched() 173 return !!dispatched; in __blk_mq_do_dispatch_sched()
|
| H A D | bfq-iosched.c | 1755 return bfqq->dispatched == 0 && in bfq_bfqq_idle_for_long_time() 1855 bfqq->dispatched == 0 && in bfq_bfqq_handle_idle_busy_switch() 2057 if (RB_EMPTY_ROOT(&bfqq->sort_list) && bfqq->dispatched == 0) in bfq_update_io_intensity() 3666 bfqq->dispatched++; in bfq_dispatch_remove() 3884 bfqd->tot_rq_in_driver >= bfqq->dispatched + 4)) || in idling_needed_for_service_guarantees() 3917 if (bfqq->dispatched == 0) in __bfq_bfqq_expire() 4014 if (bfqq->dispatched > 0) /* still outstanding reqs */ in __bfq_bfqq_recalc_budget() 4386 if (bfqq->dispatched == 0) in bfq_bfqq_expire() 4389 else if (bfqq->dispatched > 0) { in bfq_bfqq_expire() 4400 slow, bfqq->dispatched, bfq_bfqq_has_short_ttime(bfqq)); in bfq_bfqq_expire() [all …]
|
| H A D | mq-deadline.c | 65 uint32_t dispatched; member 316 dd->per_prio[prio].stats.dispatched++; in dd_start_request() 520 stats->dispatched, atomic_read(&stats->completed)); in dd_exit_sched() 902 return stats->dispatched + stats->merged - in dd_owned_by_driver()
|
| H A D | blk-throttle.c | 1127 bool dispatched; in throtl_pending_timer_fn() local 1143 dispatched = false; in throtl_pending_timer_fn() 1155 dispatched = true; in throtl_pending_timer_fn() 1167 if (!dispatched) in throtl_pending_timer_fn()
|
| 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
|
| /linux/Documentation/tools/rtla/ |
| H A D | rtla-timerlat-top.rst | 47 In the example below, the timerlat tracer is dispatched in cpus *1-23* in the 121 Note that **rtla timerlat** was dispatched without changing *timerlat* tracer
|
| /linux/drivers/accel/ivpu/ |
| H A D | ivpu_ipc.c | 405 bool dispatched; in ivpu_ipc_irq_handler() local 445 dispatched = false; in ivpu_ipc_irq_handler() 450 dispatched = true; in ivpu_ipc_irq_handler() 456 if (!dispatched) { in ivpu_ipc_irq_handler()
|
| /linux/drivers/gpu/drm/i915/gvt/ |
| H A D | scheduler.h | 90 bool dispatched; member
|
| /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.
|
| /linux/arch/arm/nwfpe/ |
| H A D | entry.S | 120 @ Only FPE instructions are dispatched here, everything else
|
| /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
|
| /linux/Documentation/scheduler/ |
| H A D | sched-ext.rst | 277 * If ``ops.dispatch()`` has dispatched any tasks, retry #3. 293 dispatching, and must be dispatched to with ``scx_bpf_dsq_insert()``. See 377 scheduling. Tasks with CPU affinity are direct-dispatched in FIFO order;
|
| /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
|
| /linux/Documentation/admin-guide/ |
| H A D | syscall-user-dispatch.rst | 71 a memory region interval from which syscalls are dispatched based on
|
| /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
|
| /linux/Documentation/virt/kvm/devices/ |
| H A D | xive.rst | 211 called the NVT. When a VP is not dispatched on a HW processor
|
| /linux/arch/m68k/fpsp040/ |
| H A D | decbin.S | 21 | and NaN operands are dispatched without entering this routine)
|
| /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
|