Lines Matching refs:rq_depth
237 struct rq_depth *rqd = &rwb->rq_depth; in latency_exceeded()
290 struct rq_depth *rqd = &rwb->rq_depth; in rwb_trace_step()
300 } else if (rwb->rq_depth.max_depth <= 2) { in calc_wb_limits()
301 rwb->wb_normal = rwb->rq_depth.max_depth; in calc_wb_limits()
304 rwb->wb_normal = (rwb->rq_depth.max_depth + 1) / 2; in calc_wb_limits()
305 rwb->wb_background = (rwb->rq_depth.max_depth + 3) / 4; in calc_wb_limits()
311 if (!rq_depth_scale_up(&rwb->rq_depth)) in scale_up()
321 if (!rq_depth_scale_down(&rwb->rq_depth, hard_throttle)) in scale_down()
330 struct rq_depth *rqd = &rwb->rq_depth; in rwb_arm_timer()
355 struct rq_depth *rqd = &rwb->rq_depth; in wb_timer_fn()
410 struct rq_depth *rqd = &rwb->rq_depth; in __wbt_update_limits()
481 limit = rwb->rq_depth.max_depth; in get_limit()
689 RQWB(rqos)->rq_depth.queue_depth = depth; in wbt_set_queue_depth()
813 rwb->rq_depth.default_depth = RWB_DEF_DEPTH; in wbt_init()