Searched refs:rqd (Results 1 – 5 of 5) sorted by relevance
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()151 rqd->max_depth = depth; in rq_depth_calc_max_depth()163 if (rqd->scaled_max) in rq_depth_scale_up()166 rqd->scale_step--; in rq_depth_scale_up()168 rqd->scaled_max = rq_depth_calc_max_depth(rqd); in rq_depth_scale_up()184 if (rqd->max_depth == 1) in rq_depth_scale_down()188 rqd->scale_step = 0; in rq_depth_scale_down()190 rqd->scale_step++; in rq_depth_scale_down()[all …]
316 struct rq_depth *rqd = &rwb->rq_depth; in latency_exceeded() local360 if (rqd->scale_step) in latency_exceeded()369 struct rq_depth *rqd = &rwb->rq_depth; in rwb_trace_step() local409 struct rq_depth *rqd = &rwb->rq_depth; in rwb_arm_timer() local411 if (rqd->scale_step > 0) { in rwb_arm_timer()473 if (rqd->scale_step > 0) in wb_timer_fn()475 else if (rqd->scale_step < 0) in wb_timer_fn()485 if (rqd->scale_step || inflight) in wb_timer_fn()493 rqd->scale_step = 0; in wbt_update_limits()494 rqd->scaled_max = false; in wbt_update_limits()[all …]
99 bool rq_depth_scale_up(struct rq_depth *rqd);100 bool rq_depth_scale_down(struct rq_depth *rqd, bool hard_throttle);101 bool rq_depth_calc_max_depth(struct rq_depth *rqd);
541 struct list_head rqd; member1708 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()
299 swap %d5 # same as r*b if previous step rqd
Completed in 15 milliseconds