Lines Matching refs:dispatched
183 * When a sync request is dispatched, the queue that contains that
869 * has no dispatched request. DO NOT use bfqq after the next
945 * rounds to actually get it dispatched.
1622 return bfqq->dispatched == 0 &&
1689 bfqq->dispatched == 0;
2037 * be set when rq will be dispatched.
3068 } else /* no new rq dispatched, just reset the number of samples */
3193 * say exactly when a given dispatched request is served inside the
3206 * which a certain set of requests is dispatched over a certain time
3211 * property holds: the number of requests dispatched MUST become
3291 * increment prevents two counters related to bfqq->dispatched
3293 * incremented again when the (new) value of bfqq->dispatched
3296 bfqq->dispatched++;
3365 * some request already dispatched but still waiting for
3367 * share of the throughput even after being dispatched. In this
3468 * dispatched too, possibly causing the service of bfqq's I/O to be
3499 bfqq->dispatched + 4)) ||
3520 * dispatched while bfqq is waiting for its new I/O to
3531 if (bfqq->dispatched == 0)
3628 if (bfqq->dispatched > 0) /* still outstanding reqs */
3743 * I/O pattern where a new request is dispatched only after the
3757 * (where possible), the sum of the sizes of the requests dispatched
4019 if (bfqq->dispatched == 0 &&
4023 else if (bfqq->dispatched > 0) {
4034 slow, bfqq->dispatched, bfq_bfqq_has_short_ttime(bfqq));
4329 * - if a queue gets all its requests dispatched as injected
4458 (bfqq->dispatched != 0 && bfq_better_to_idle(bfqq))) {
4485 * then bfqq remains empty, and no I/O is dispatched,
4716 bfqq->dispatched++;
4798 * dispatched to the device, and then can be completed and
5319 * is dispatched, until the idle timeout fires. This is likely
5414 * unplugged and larger requests will be dispatched.
5626 bfqq->dispatched + bfqq->queued[0] + bfqq->queued[1] <
5650 bfqq->dispatched--;
5652 if (!bfqq->dispatched && !bfq_bfqq_busy(bfqq)) {
5708 if (bfq_bfqq_softrt_update(bfqq) && bfqq->dispatched == 0 &&
5720 if (bfqq->dispatched == 0)
5729 * Here bfqq->dispatched > 0 holds, but
5732 * for bfqq before bfqq->dispatched reaches 0,
5741 * when bfqq->dispatched finally reaches
5750 (bfqq->dispatched == 0 ||
5794 * of I/O requests in flight---i.e., already dispatched but not yet
5818 * dispatched, the device may delay the actual service of R if it is