Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dblkdev.h482 #define QUEUE_FLAG_IO_STAT 13 /* do IO stats */ macro
493 #define QUEUE_FLAG_DEFAULT ((1 << QUEUE_FLAG_IO_STAT) | \
498 #define QUEUE_FLAG_MQ_DEFAULT ((1 << QUEUE_FLAG_IO_STAT) | \
573 #define blk_queue_io_stat(q) test_bit(QUEUE_FLAG_IO_STAT, &(q)->queue_flags)