Home
last modified time | relevance | path

Searched refs:rqd (Results 1 – 5 of 5) sorted by relevance

/linux/block/
A Dblk-rq-qos.c129 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()
157 rqd->max_depth = depth; in rq_depth_calc_max_depth()
169 if (rqd->scaled_max) in rq_depth_scale_up()
172 rqd->scale_step--; in rq_depth_scale_up()
174 rqd->scaled_max = rq_depth_calc_max_depth(rqd); in rq_depth_scale_up()
190 if (rqd->max_depth == 1) in rq_depth_scale_down()
194 rqd->scale_step = 0; in rq_depth_scale_down()
196 rqd->scale_step++; in rq_depth_scale_down()
[all …]
A Dblk-wbt.c238 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
331 struct rq_depth *rqd = &rwb->rq_depth; in rwb_arm_timer() local
333 if (rqd->scale_step > 0) { in rwb_arm_timer()
396 if (rqd->scale_step > 0) in wb_timer_fn()
398 else if (rqd->scale_step < 0) in wb_timer_fn()
408 if (rqd->scale_step || inflight) in wb_timer_fn()
416 rqd->scale_step = 0; in wbt_update_limits()
417 rqd->scaled_max = false; in wbt_update_limits()
[all …]
A Dblk-rq-qos.h142 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/drivers/dma/
A Dpl330.c541 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/arch/m68k/ifpsp060/src/
A Dilsp.S299 swap %d5 # same as r*b if previous step rqd

Completed in 17 milliseconds