Searched refs:hard_throttle (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/block/ |
H A D | blk-rq-qos.c | 179 * Scale rwb down. If 'hard_throttle' is set, do it quicker, since we 183 bool rq_depth_scale_down(struct rq_depth *rqd, bool hard_throttle) in rq_depth_scale_down() argument 193 if (rqd->scale_step < 0 && hard_throttle) in rq_depth_scale_down()
|
H A D | blk-rq-qos.h | 155 bool rq_depth_scale_down(struct rq_depth *rqd, bool hard_throttle);
|
H A D | blk-wbt.c | 320 static void scale_down(struct rq_wb *rwb, bool hard_throttle) in scale_down() argument 322 if (!rq_depth_scale_down(&rwb->rq_depth, hard_throttle)) in scale_down()
|
/kernel/linux/linux-6.6/block/ |
H A D | blk-rq-qos.c | 173 * Scale rwb down. If 'hard_throttle' is set, do it quicker, since we 177 bool rq_depth_scale_down(struct rq_depth *rqd, bool hard_throttle) in rq_depth_scale_down() argument 187 if (rqd->scale_step < 0 && hard_throttle) in rq_depth_scale_down()
|
H A D | blk-rq-qos.h | 100 bool rq_depth_scale_down(struct rq_depth *rqd, bool hard_throttle);
|
H A D | blk-wbt.c | 389 static void scale_down(struct rq_wb *rwb, bool hard_throttle) in scale_down() argument 391 if (!rq_depth_scale_down(&rwb->rq_depth, hard_throttle)) in scale_down()
|
Completed in 5 milliseconds