Searched refs:rqd (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/block/ |
D | blk-rq-qos.c | 110 bool rq_depth_calc_max_depth(struct rq_depth *rqd) in rq_depth_calc_max_depth() argument 122 if (rqd->queue_depth == 1) { in rq_depth_calc_max_depth() 123 if (rqd->scale_step > 0) in rq_depth_calc_max_depth() 124 rqd->max_depth = 1; in rq_depth_calc_max_depth() 126 rqd->max_depth = 2; in rq_depth_calc_max_depth() 137 depth = min_t(unsigned int, rqd->default_depth, in rq_depth_calc_max_depth() 138 rqd->queue_depth); in rq_depth_calc_max_depth() 139 if (rqd->scale_step > 0) in rq_depth_calc_max_depth() 140 depth = 1 + ((depth - 1) >> min(31, rqd->scale_step)); in rq_depth_calc_max_depth() 141 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 365 trace_wbt_timer(rwb->rqos.q->disk->bdi, status, rqd->scale_step, in wb_timer_fn() [all …]
|
D | blk-rq-qos.h | 155 bool rq_depth_scale_up(struct rq_depth *rqd); 156 bool rq_depth_scale_down(struct rq_depth *rqd, bool hard_throttle); 157 bool rq_depth_calc_max_depth(struct rq_depth *rqd);
|
/linux-6.1.9/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-6.1.9/arch/m68k/ifpsp060/src/ |
D | ilsp.S | 299 swap %d5 # same as r*b if previous step rqd
|