Searched refs:QUEUE_FLAG_IO_STAT (Results 1 – 2 of 2) sorted by relevance
564 #define QUEUE_FLAG_IO_STAT 7 /* do disk/partitions IO accounting */ macro584 #define QUEUE_FLAG_MQ_DEFAULT ((1UL << QUEUE_FLAG_IO_STAT) | \602 #define blk_queue_io_stat(q) test_bit(QUEUE_FLAG_IO_STAT, &(q)->queue_flags)
5990 blk_queue_flag_set(QUEUE_FLAG_IO_STAT, mddev->queue); in md_run()