Home
last modified time | relevance | path

Searched refs:blk_queue_nonrot (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dblkdev.h663 #define blk_queue_nonrot(q) (!((q)->limits.features & BLK_FEAT_ROTATIONAL)) macro
1383 return blk_queue_nonrot(bdev_get_queue(bdev)); in bdev_nonrot()
/linux/block/
H A Dblk-iolatency.c994 if (blk_queue_nonrot(blkg->q)) in iolatency_pd_init()
H A Dblk-throttle.c1348 if (blk_queue_nonrot(q)) in blk_throtl_init()
H A Dblk-iocost.c815 if (!blk_queue_nonrot(disk->queue)) in ioc_autop_idx()