Searched refs:hard_throttle (Results 1 – 3 of 3) sorted by relevance
168 void rq_depth_scale_down(struct rq_depth *rqd, bool hard_throttle) in rq_depth_scale_down() argument178 if (rqd->scale_step < 0 && hard_throttle) in rq_depth_scale_down()
98 void rq_depth_scale_down(struct rq_depth *rqd, bool hard_throttle);
317 static void scale_down(struct rq_wb *rwb, bool hard_throttle) in scale_down() argument319 rq_depth_scale_down(&rwb->rq_depth, hard_throttle); in scale_down()