Home
last modified time | relevance | path

Searched refs:hard_throttle (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/block/
H A Dblk-rq-qos.c179 * 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 Dblk-rq-qos.h155 bool rq_depth_scale_down(struct rq_depth *rqd, bool hard_throttle);
H A Dblk-wbt.c320 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 Dblk-rq-qos.c173 * 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 Dblk-rq-qos.h100 bool rq_depth_scale_down(struct rq_depth *rqd, bool hard_throttle);
H A Dblk-wbt.c389 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