Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/gpu/drm/mga/
Dmga_state.c636 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()
Dmga_drv.h76 int dispatched; member
352 if ((buf_priv)->dispatched) { \
/Linux-v4.19/Documentation/block/
Dcfq-iosched.txt118 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
Dbfq-iosched.txt339 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/
Dcfq-iosched.c147 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 …]
Dbfq-iosched.c1529 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 …]
Dblk-mq-debugfs.c560 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()
Dbfq-iosched.h275 int dispatched; member
Dbfq-wf2q.c1663 if (!bfqq->dispatched) in bfq_del_bfqq_busy()
1686 if (!bfqq->dispatched) in bfq_add_bfqq_busy()
Dblk-throttle.c1254 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/
Dscheduler.h85 bool dispatched; member
/Linux-v4.19/Documentation/device-mapper/
Ddm-queue-length.txt24 dispatched/completed respectively.
Ddm-service-time.txt40 dispatched and subtracts when completed.
/Linux-v4.19/drivers/gpu/drm/r128/
Dr128_state.c581 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()
Dr128_drv.h133 int dispatched; member
Dr128_cce.c795 buf_priv->dispatched = 0;
/Linux-v4.19/include/linux/
Dblk-mq.h53 unsigned long dispatched[BLK_MQ_MAX_DISPATCH_ORDER]; member
/Linux-v4.19/Documentation/md/
Draid5-ppl.txt25 parity are dispatched to disks. PPL is a distributed log - it is stored on
Draid5-cache.txt53 which are sequential but not dispatched in the same time will suffer from this
/Linux-v4.19/Documentation/nfc/
Dnfc-hci.txt232 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/
Dseq-oss.rst161 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/
Ddecbin.S21 | and NaN operands are dispatched without entering this routine)
/Linux-v4.19/Documentation/cgroup-v1/
Dblkio-controller.txt63 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/
Ddlmrecovery.c1732 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()
Ddlmmaster.c1430 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()

12