Searched refs:scale_step (Results 1 – 3 of 3) sorted by relevance
129 if (rqd->scale_step > 0) in rq_depth_calc_max_depth()145 if (rqd->scale_step > 0) in rq_depth_calc_max_depth()146 depth = 1 + ((depth - 1) >> min(31, rqd->scale_step)); in rq_depth_calc_max_depth()147 else if (rqd->scale_step < 0) { in rq_depth_calc_max_depth()150 depth = 1 + ((depth - 1) << -rqd->scale_step); in rq_depth_calc_max_depth()172 rqd->scale_step--; in rq_depth_scale_up()193 if (rqd->scale_step < 0 && hard_throttle) in rq_depth_scale_down()194 rqd->scale_step = 0; in rq_depth_scale_down()196 rqd->scale_step++; in rq_depth_scale_down()
281 if (rqd->scale_step) in latency_exceeded()292 trace_wbt_step(bdi, msg, rqd->scale_step, rwb->cur_win_nsec, in rwb_trace_step()332 if (rqd->scale_step > 0) { in rwb_arm_timer()340 int_sqrt((rqd->scale_step + 1) << 8)); in rwb_arm_timer()361 trace_wbt_timer(rwb->rqos.q->backing_dev_info, status, rqd->scale_step, in wb_timer_fn()392 if (rqd->scale_step > 0) in wb_timer_fn()394 else if (rqd->scale_step < 0) in wb_timer_fn()404 if (rqd->scale_step || inflight) in wb_timer_fn()412 rqd->scale_step = 0; in wbt_update_limits()
53 int scale_step; member