Home
last modified time | relevance | path

Searched refs:hard_throttle (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/block/
Dblk-rq-qos.c168 void rq_depth_scale_down(struct rq_depth *rqd, bool hard_throttle) in rq_depth_scale_down() argument
178 if (rqd->scale_step < 0 && hard_throttle) in rq_depth_scale_down()
Dblk-rq-qos.h98 void rq_depth_scale_down(struct rq_depth *rqd, bool hard_throttle);
Dblk-wbt.c317 static void scale_down(struct rq_wb *rwb, bool hard_throttle) in scale_down() argument
319 rq_depth_scale_down(&rwb->rq_depth, hard_throttle); in scale_down()