Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dblkdev.h682 #define QUEUE_FLAG_IO_STAT 10 /* do IO stats */ macro
703 #define QUEUE_FLAG_DEFAULT ((1 << QUEUE_FLAG_IO_STAT) | \
707 #define QUEUE_FLAG_MQ_DEFAULT ((1 << QUEUE_FLAG_IO_STAT) | \
726 #define blk_queue_io_stat(q) test_bit(QUEUE_FLAG_IO_STAT, &(q)->queue_flags)