Searched refs:rqd (Results 1 – 4 of 4) sorted by relevance
/linux/block/ |
H A D | blk-wbt.c | 306 struct rq_depth *rqd = &rwb->rq_depth; in latency_exceeded() local 350 if (rqd->scale_step) in latency_exceeded() 359 struct rq_depth *rqd = &rwb->rq_depth; in rwb_trace_step() local 361 trace_wbt_step(bdi, msg, rqd->scale_step, rwb->cur_win_nsec, in rwb_trace_step() 362 rwb->wb_background, rwb->wb_normal, rqd->max_depth); in rwb_trace_step() 399 struct rq_depth *rqd = &rwb->rq_depth; in rwb_arm_timer() local 401 if (rqd->scale_step > 0) { in rwb_arm_timer() 409 int_sqrt((rqd->scale_step + 1) << 8)); in rwb_arm_timer() 424 struct rq_depth *rqd = &rwb->rq_depth; in wb_timer_fn() local 433 trace_wbt_timer(rwb->rqos.disk->bdi, status, rqd->scale_step, inflight); in wb_timer_fn() [all …]
|
H A D | blk-rq-qos.h | 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);
|
/linux/drivers/dma/ |
H A D | pl330.c | 547 struct list_head rqd; member 1714 list_add_tail(&descdone->rqd, &pl330->req_done); in pl330_update() 1721 struct dma_pl330_desc, rqd); in pl330_update() 1722 list_del(&descdone->rqd); in pl330_update()
|
/linux/arch/m68k/ifpsp060/src/ |
H A D | ilsp.S | 299 swap %d5 # same as r*b if previous step rqd
|