Searched refs:rqd (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/block/ |
D | blk-rq-qos.c | 116 bool rq_depth_calc_max_depth(struct rq_depth *rqd) in rq_depth_calc_max_depth() argument 128 if (rqd->queue_depth == 1) { in rq_depth_calc_max_depth() 129 if (rqd->scale_step > 0) in rq_depth_calc_max_depth() 130 rqd->max_depth = 1; in rq_depth_calc_max_depth() 132 rqd->max_depth = 2; in rq_depth_calc_max_depth() 143 depth = min_t(unsigned int, rqd->default_depth, in rq_depth_calc_max_depth() 144 rqd->queue_depth); 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() [all …]
|
D | blk-wbt.c | 238 struct rq_depth *rqd = &rwb->rq_depth; in latency_exceeded() local 282 if (rqd->scale_step) in latency_exceeded() 291 struct rq_depth *rqd = &rwb->rq_depth; in rwb_trace_step() local 293 trace_wbt_step(bdi, msg, rqd->scale_step, rwb->cur_win_nsec, in rwb_trace_step() 294 rwb->wb_background, rwb->wb_normal, rqd->max_depth); in rwb_trace_step() 331 struct rq_depth *rqd = &rwb->rq_depth; in rwb_arm_timer() local 333 if (rqd->scale_step > 0) { in rwb_arm_timer() 341 int_sqrt((rqd->scale_step + 1) << 8)); in rwb_arm_timer() 356 struct rq_depth *rqd = &rwb->rq_depth; in wb_timer_fn() local 362 trace_wbt_timer(rwb->rqos.q->disk->bdi, status, rqd->scale_step, in wb_timer_fn() [all …]
|
D | blk-rq-qos.h | 142 bool rq_depth_scale_up(struct rq_depth *rqd); 143 bool rq_depth_scale_down(struct rq_depth *rqd, bool hard_throttle); 144 bool rq_depth_calc_max_depth(struct rq_depth *rqd);
|
/Linux-v5.15/drivers/dma/ |
D | pl330.c | 541 struct list_head rqd; member 1708 list_add_tail(&descdone->rqd, &pl330->req_done); in pl330_update() 1715 struct dma_pl330_desc, rqd); in pl330_update() 1716 list_del(&descdone->rqd); in pl330_update()
|
/Linux-v5.15/arch/m68k/ifpsp060/src/ |
D | ilsp.S | 299 swap %d5 # same as r*b if previous step rqd
|