Lines Matching refs:rq_depth
143 struct rq_depth rq_depth;
282 return rq_wait_inc_below(rqw, iolat->rq_depth.max_depth);
374 unsigned long old = iolat->rq_depth.max_depth;
386 iolat->rq_depth.max_depth = old;
391 iolat->rq_depth.max_depth = max(old, 1UL);
449 if (iolat->rq_depth.max_depth == 1 && direction < 0) {
457 iolat->rq_depth.max_depth = UINT_MAX;
512 if (unlikely(issue_as_root && iolat->rq_depth.max_depth != UINT_MAX)) {
920 if (iolat->rq_depth.max_depth == UINT_MAX)
927 iolat->rq_depth.max_depth);
945 if (iolat->rq_depth.max_depth == UINT_MAX)
950 iolat->rq_depth.max_depth, avg_lat, cur_win);
995 iolat->rq_depth.queue_depth = blkg->q->nr_requests;
996 iolat->rq_depth.max_depth = UINT_MAX;
997 iolat->rq_depth.default_depth = iolat->rq_depth.queue_depth;