Home
last modified time | relevance | path

Searched refs:blk_queue_depth (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/block/
Dblk-iolatency.c258 unsigned long qd = blk_queue_depth(blkiolat->rqos.q); in scale_cookie_change()
298 unsigned long qd = blk_queue_depth(iolat->blkiolat->rqos.q); in scale_change()
887 iolat->rq_depth.queue_depth = blk_queue_depth(blkg->q); in iolatency_pd_init()
Dblk-wbt.c815 wbt_set_queue_depth(q, blk_queue_depth(q)); in wbt_init()
/Linux-v4.19/include/linux/
Dblkdev.h873 static inline unsigned int blk_queue_depth(struct request_queue *q) in blk_queue_depth() function