Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dblkdev.h556 #define QUEUE_FLAG_IO_STAT 7 /* do disk/partitions IO accounting */ macro
578 #define QUEUE_FLAG_MQ_DEFAULT ((1UL << QUEUE_FLAG_IO_STAT) | \
595 #define blk_queue_io_stat(q) test_bit(QUEUE_FLAG_IO_STAT, &(q)->queue_flags)
/linux-6.3-rc2/drivers/nvme/host/
A Dmultipath.c536 blk_queue_flag_set(QUEUE_FLAG_IO_STAT, head->disk->queue); in nvme_mpath_alloc_disk()
/linux-6.3-rc2/drivers/md/
A Dmd.c5985 blk_queue_flag_set(QUEUE_FLAG_IO_STAT, mddev->queue); in md_run()

Completed in 21 milliseconds