Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/Documentation/powerpc/
H A 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
/OK3568_Linux_fs/kernel/drivers/gpu/drm/mga/
H A Dmga_state.c634 buf_priv->dispatched = 1; in mga_dma_dispatch_vertex()
661 buf_priv->dispatched = 0; in mga_dma_dispatch_vertex()
681 buf_priv->dispatched = 1; in mga_dma_dispatch_indices()
707 buf_priv->dispatched = 0; in mga_dma_dispatch_indices()
759 buf_priv->dispatched = 0; in mga_dma_dispatch_iload()
890 if (buf_priv->dispatched == 1) in mga_dma_vertex()
892 buf_priv->dispatched = 0; in mga_dma_vertex()
925 if (buf_priv->dispatched == 1) in mga_dma_indices()
927 buf_priv->dispatched = 0; in mga_dma_indices()
H A Dmga_drv.h89 int dispatched; member
369 if ((buf_priv)->dispatched) { \
/OK3568_Linux_fs/kernel/block/
H A Dblk-mq-sched.c122 bool dispatched = false, busy = false; in __blk_mq_do_dispatch_sched() local
183 dispatched |= blk_mq_dispatch_hctx_list(&rq_list); in __blk_mq_do_dispatch_sched()
186 dispatched = blk_mq_dispatch_rq_list(hctx, &rq_list, count); in __blk_mq_do_dispatch_sched()
191 return !!dispatched; in __blk_mq_do_dispatch_sched()
H A Dbfq-iosched.c1616 return bfqq->dispatched == 0 && in bfq_bfqq_idle_for_long_time()
1683 bfqq->dispatched == 0; in bfq_bfqq_handle_idle_busy_switch()
3282 bfqq->dispatched++; in bfq_dispatch_remove()
3485 bfqq->dispatched + 4)) || in idling_needed_for_service_guarantees()
3517 if (bfqq->dispatched == 0) in __bfq_bfqq_expire()
3614 if (bfqq->dispatched > 0) /* still outstanding reqs */ in __bfq_bfqq_recalc_budget()
4005 if (bfqq->dispatched == 0 && in bfq_bfqq_expire()
4009 else if (bfqq->dispatched > 0) { in bfq_bfqq_expire()
4020 slow, bfqq->dispatched, bfq_bfqq_has_short_ttime(bfqq)); in bfq_bfqq_expire()
4444 (bfqq->dispatched != 0 && bfq_better_to_idle(bfqq))) { in bfq_select_queue()
[all …]
H A Dmq-deadline-cgroup.h20 local_t dispatched; member
H A Dmq-deadline-cgroup.c71 ddcg_sum(blkcg, dispatched, prio) + in dd_pd_stat()
H A Dblk-mq-debugfs.c558 seq_printf(m, "%8u\t%lu\n", 0U, hctx->dispatched[0]); in hctx_dispatched_show()
563 seq_printf(m, "%8u\t%lu\n", d, hctx->dispatched[i]); in hctx_dispatched_show()
566 seq_printf(m, "%8u+\t%lu\n", 1U << (i - 1), hctx->dispatched[i]); in hctx_dispatched_show()
577 hctx->dispatched[i] = 0; in hctx_dispatched_write()
H A Dmq-deadline-main.c474 dd_count(dd, dispatched, prio); in __dd_dispatch_request()
476 ddcg_count(blkcg, dispatched, ioprio_class); in __dd_dispatch_request()
1022 return dd_sum(dd, dispatched, prio) + dd_sum(dd, merged, prio) in dd_owned_by_driver()
H A Dbfq-wf2q.c1689 if (!bfqq->dispatched) in bfq_del_bfqq_busy()
1705 if (!bfqq->dispatched) in bfq_add_bfqq_busy()
H A Dbfq-iosched.h283 int dispatched; member
H A Dblk-throttle.c1277 bool dispatched; in throtl_pending_timer_fn() local
1286 dispatched = false; in throtl_pending_timer_fn()
1296 dispatched = true; in throtl_pending_timer_fn()
1308 if (!dispatched) in throtl_pending_timer_fn()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/r128/
H A Dr128_state.c588 buf_priv->dispatched = 1; in r128_cce_dispatch_vertex()
631 buf_priv->dispatched = 0; in r128_cce_dispatch_vertex()
663 buf_priv->dispatched = 1; in r128_cce_dispatch_indirect()
689 buf_priv->dispatched = 0; in r128_cce_dispatch_indirect()
715 buf_priv->dispatched = 1; in r128_cce_dispatch_indices()
769 buf_priv->dispatched = 0; in r128_cce_dispatch_indices()
H A Dr128_drv.h140 int dispatched; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/
H A Dscheduler.h85 bool dispatched; member
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Ddm-queue-length.rst31 dispatched/completed respectively.
H A Ddm-service-time.rst50 dispatched and subtracts when completed.
/OK3568_Linux_fs/kernel/Documentation/driver-api/nfc/
H A 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
/OK3568_Linux_fs/kernel/Documentation/driver-api/md/
H A Draid5-ppl.rst27 parity are dispatched to disks. PPL is a distributed log - it is stored on
H A Draid5-cache.rst55 which are sequential but not dispatched in the same time will suffer from this
/OK3568_Linux_fs/kernel/include/linux/
H A Dblk-mq.h130 unsigned long dispatched[BLK_MQ_MAX_DISPATCH_ORDER]; member
/OK3568_Linux_fs/kernel/Documentation/sound/designs/
H A Dseq-oss.rst161 In the real-time mode, all events are dispatched immediately.
163 The queued events are dispatched to the corresponding ALSA sequencer
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/devices/
H A Dxive.rst211 called the NVT. When a VP is not dispatched on a HW processor
/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A Ddecbin.S21 | and NaN operands are dispatched without entering this routine)
/OK3568_Linux_fs/kernel/Documentation/block/
H A 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

12