/Linux-v4.19/drivers/gpu/drm/mga/ |
D | mga_state.c | 636 buf_priv->dispatched = 1; in mga_dma_dispatch_vertex() 663 buf_priv->dispatched = 0; in mga_dma_dispatch_vertex() 683 buf_priv->dispatched = 1; in mga_dma_dispatch_indices() 709 buf_priv->dispatched = 0; in mga_dma_dispatch_indices() 761 buf_priv->dispatched = 0; in mga_dma_dispatch_iload() 892 if (buf_priv->dispatched == 1) in mga_dma_vertex() 894 buf_priv->dispatched = 0; in mga_dma_vertex() 927 if (buf_priv->dispatched == 1) in mga_dma_indices() 929 buf_priv->dispatched = 0; in mga_dma_indices()
|
D | mga_drv.h | 76 int dispatched; member 352 if ((buf_priv)->dispatched) { \
|
/Linux-v4.19/Documentation/block/ |
D | cfq-iosched.txt | 118 are allowed to be dispatched also depends upon the io priority. Default value 135 This specifies the number of request dispatched to the device queue. In a 136 queue's time slice, a request will not be dispatched if the number of request 212 What is possible though is to measure number of requests dispatched from a 219 dispatched. Note that this mode switching takes effect only for group 246 for IO to dispatch we will idle only once last queue has dispatched the IO 289 more writes to be dispatched from same context soon, should be able
|
D | bfq-iosched.txt | 339 empty, then no request of B is dispatched in the middle, and thus A 340 does not lose the possibility to get more than one request dispatched 341 before the next request of B is dispatched. Note that idling
|
/Linux-v4.19/block/ |
D | cfq-iosched.c | 147 int dispatched; member 305 int dispatched; member 2940 if (cfqq->dispatched) in cfq_arm_slice_timer() 2997 cfqq->dispatched++; in cfq_dispatch_insert() 2998 (RQ_CFQG(rq))->dispatched++; in cfq_dispatch_insert() 3265 && cfqq->dispatched && cfq_should_idle(cfqd, cfqq)) { in cfq_select_queue() 3313 if (cfqq->dispatched && cfq_should_idle(cfqd, cfqq)) { in cfq_select_queue() 3324 cfqq->cfqg->dispatched && in cfq_select_queue() 3347 int dispatched = 0; in __cfq_forced_dispatch_cfqq() local 3351 dispatched++; in __cfq_forced_dispatch_cfqq() [all …]
|
D | bfq-iosched.c | 1529 return bfqq->dispatched == 0 && in bfq_bfqq_idle_for_long_time() 1565 bfqq->dispatched == 0; in bfq_bfqq_handle_idle_busy_switch() 2780 bfqq->dispatched++; in bfq_dispatch_remove() 2798 if (bfqq->dispatched == 0) in __bfq_bfqq_expire() 2890 if (bfqq->dispatched > 0) /* still outstanding reqs */ in __bfq_bfqq_recalc_budget() 3267 if (bfqq->dispatched == 0) in bfq_bfqq_expire() 3281 slow, bfqq->dispatched, bfq_bfqq_has_short_ttime(bfqq)); in bfq_bfqq_expire() 3715 (bfqq->dispatched != 0 && bfq_better_to_idle(bfqq))) { in bfq_select_queue() 3866 bfqq->dispatched++; in __bfq_dispatch_request() 4666 bfqq->dispatched--; in bfq_completed_request() [all …]
|
D | blk-mq-debugfs.c | 560 seq_printf(m, "%8u\t%lu\n", 0U, hctx->dispatched[0]); in hctx_dispatched_show() 565 seq_printf(m, "%8u\t%lu\n", d, hctx->dispatched[i]); in hctx_dispatched_show() 568 seq_printf(m, "%8u+\t%lu\n", 1U << (i - 1), hctx->dispatched[i]); in hctx_dispatched_show() 579 hctx->dispatched[i] = 0; in hctx_dispatched_write()
|
D | bfq-iosched.h | 275 int dispatched; member
|
D | bfq-wf2q.c | 1663 if (!bfqq->dispatched) in bfq_del_bfqq_busy() 1686 if (!bfqq->dispatched) in bfq_add_bfqq_busy()
|
D | blk-throttle.c | 1254 bool dispatched; in throtl_pending_timer_fn() local 1263 dispatched = false; in throtl_pending_timer_fn() 1273 dispatched = true; in throtl_pending_timer_fn() 1285 if (!dispatched) in throtl_pending_timer_fn()
|
/Linux-v4.19/drivers/gpu/drm/i915/gvt/ |
D | scheduler.h | 85 bool dispatched; member
|
/Linux-v4.19/Documentation/device-mapper/ |
D | dm-queue-length.txt | 24 dispatched/completed respectively.
|
D | dm-service-time.txt | 40 dispatched and subtracts when completed.
|
/Linux-v4.19/drivers/gpu/drm/r128/ |
D | r128_state.c | 581 buf_priv->dispatched = 1; in r128_cce_dispatch_vertex() 624 buf_priv->dispatched = 0; in r128_cce_dispatch_vertex() 656 buf_priv->dispatched = 1; in r128_cce_dispatch_indirect() 682 buf_priv->dispatched = 0; in r128_cce_dispatch_indirect() 708 buf_priv->dispatched = 1; in r128_cce_dispatch_indices() 762 buf_priv->dispatched = 0; in r128_cce_dispatch_indices()
|
D | r128_drv.h | 133 int dispatched; member
|
D | r128_cce.c | 795 buf_priv->dispatched = 0;
|
/Linux-v4.19/include/linux/ |
D | blk-mq.h | 53 unsigned long dispatched[BLK_MQ_MAX_DISPATCH_ORDER]; member
|
/Linux-v4.19/Documentation/md/ |
D | raid5-ppl.txt | 25 parity are dispatched to disks. PPL is a distributed log - it is stored on
|
D | raid5-cache.txt | 53 which are sequential but not dispatched in the same time will suffer from this
|
/Linux-v4.19/Documentation/nfc/ |
D | nfc-hci.txt | 232 HCI Responses are dispatched immediately from this context to unblock 249 HCI commands or events are not dispatched from SMW context. Instead, they are 250 queued to HCI rx_queue and will be dispatched from HCI rx worker
|
/Linux-v4.19/Documentation/sound/designs/ |
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-v4.19/arch/m68k/fpsp040/ |
D | decbin.S | 21 | and NaN operands are dispatched without entering this routine)
|
/Linux-v4.19/Documentation/cgroup-v1/ |
D | blkio-controller.txt | 63 group dispatched to the disk. We provide fairness in terms of disk time, so 230 the IO is dispatched to the device but till it actually gets serviced
|
/Linux-v4.19/fs/ocfs2/dlm/ |
D | dlmrecovery.c | 1732 int dispatched = 0; in dlm_master_requery_handler() local 1759 dispatched = 1; in dlm_master_requery_handler() 1771 if (!dispatched) in dlm_master_requery_handler()
|
D | dlmmaster.c | 1430 int dispatched = 0; in dlm_master_request_handler() local 1643 dispatched = 1; in dlm_master_request_handler() 1652 if (!dispatched) in dlm_master_request_handler()
|