Searched refs:dispatched (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/gpu/drm/i915/gvt/
H A Dscheduler.h89 /* if this workload has been dispatched to i915? */
90 bool dispatched; member in struct:intel_vgpu_workload
H A Dscheduler.c838 workload->dispatched = true;
/linux-master/block/
H A Dblk-mq-sched.c92 bool dispatched = false, busy = false; local
167 dispatched |= blk_mq_dispatch_hctx_list(&rq_list);
170 dispatched = blk_mq_dispatch_rq_list(hctx, &rq_list, count);
175 return !!dispatched;
H A Dbfq-iosched.c183 * When a sync request is dispatched, the queue that contains that
1062 * rounds to actually get it dispatched.
1753 return bfqq->dispatched == 0 &&
1853 bfqq->dispatched == 0 &&
2055 if (RB_EMPTY_ROOT(&bfqq->sort_list) && bfqq->dispatched == 0)
2270 * be set when rq will be dispatched.
3441 } else /* no new rq dispatched, just reset the number of samples */
3566 * say exactly when a given dispatched request is served inside the
3579 * which a certain set of requests is dispatched over a certain time
3584 * property holds: the number of requests dispatched MUS
[all...]
H A Dmq-deadline.c65 uint32_t dispatched; member in struct:io_stats_per_prio
77 /* Position of the most recently dispatched request. */
89 /* Data direction of latest dispatched request. */
175 * is below that of the most recently dispatched request. Hence, for
360 * Look for a write request that can be dispatched, that is one with
405 * Look for a write request that can be dispatched, that is one with
530 * them can be dispatched, rq will be NULL.
551 dd->per_prio[prio].stats.dispatched++;
682 stats->dispatched, atomic_read(&stats->completed));
1147 return stats->dispatched
[all...]
H A Dbfq-iosched.h299 int dispatched; member in struct:bfq_queue
535 * this accounts for also requests already dispatched, but not
591 /* number of requests dispatched and waiting for completion */
594 * number of requests dispatched and waiting for completion
646 * waited_rq when the request is finally dispatched.
933 /* total disk time and nr sectors dispatched by this group */
H A Dbfq-wf2q.c827 * been dispatched at a rate equal to the estimated peak rate.
831 * internal queueing. The reason is that I/O requests dispatched
1661 if (!bfqq->dispatched) {
1685 if (!bfqq->dispatched) {
H A Dblk-throttle.c753 * A bio has been dispatched. Also adjust slice_end. It might happen
755 * slice_end, but later limit was bumped up and bio was dispatched
899 * of jiffies to wait before this bio is with-in IO rate and can be dispatched
997 * dispatched. Mark that @tg was empty. This is automatically
1162 * the first child throtl_grp should be dispatched. This function
1178 bool dispatched; local
1197 dispatched = false;
1207 dispatched = true;
1219 if (!dispatched)
1359 * account recently dispatched I
[all...]
/linux-master/drivers/accel/ivpu/
H A Divpu_ipc.c388 bool dispatched; local
428 dispatched = false;
433 dispatched = true;
439 if (!dispatched) {
/linux-master/arch/arm/nwfpe/
H A Dentry.S120 @ Only FPE instructions are dispatched here, everything else
/linux-master/arch/m68k/fpsp040/
H A Ddecbin.S21 | and NaN operands are dispatched without entering this routine)
/linux-master/fs/ocfs2/dlm/
H A Ddlmrecovery.c1706 int dispatched = 0; local
1733 dispatched = 1;
1745 if (!dispatched)
H A Ddlmmaster.c1413 int dispatched = 0; local
1626 dispatched = 1;
1635 if (!dispatched)

Completed in 338 milliseconds