Lines Matching refs:rq_depth
238 struct rq_depth *rqd = &rwb->rq_depth;
291 struct rq_depth *rqd = &rwb->rq_depth;
301 } else if (rwb->rq_depth.max_depth <= 2) {
302 rwb->wb_normal = rwb->rq_depth.max_depth;
305 rwb->wb_normal = (rwb->rq_depth.max_depth + 1) / 2;
306 rwb->wb_background = (rwb->rq_depth.max_depth + 3) / 4;
312 if (!rq_depth_scale_up(&rwb->rq_depth))
322 if (!rq_depth_scale_down(&rwb->rq_depth, hard_throttle))
331 struct rq_depth *rqd = &rwb->rq_depth;
356 struct rq_depth *rqd = &rwb->rq_depth;
411 struct rq_depth *rqd = &rwb->rq_depth;
474 limit = rwb->rq_depth.max_depth;
684 RQWB(rqos)->rq_depth.queue_depth = blk_queue_depth(rqos->q);
842 rwb->rq_depth.default_depth = RWB_DEF_DEPTH;