Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dblk-wbt.c766 RQWB(rqos)->rq_depth.queue_depth = blk_queue_depth(rqos->disk->queue); in wbt_queue_depth_changed()
924 rwb->rq_depth.queue_depth = blk_queue_depth(q); in wbt_init()
H A Dblk-iocost.c819 if (blk_queue_depth(disk->queue) == 1) in ioc_autop_idx()
/openbmc/linux/include/linux/
H A Dblkdev.h726 static inline unsigned int blk_queue_depth(struct request_queue *q) in blk_queue_depth() function