Searched refs:QUEUE_FLAG_POLL_STATS (Results 1 – 3 of 3) sorted by relevance
3331 if (test_bit(QUEUE_FLAG_POLL_STATS, &q->queue_flags) || in blk_poll_stats_enable()3332 blk_queue_flag_test_and_set(QUEUE_FLAG_POLL_STATS, q)) in blk_poll_stats_enable()3344 if (!test_bit(QUEUE_FLAG_POLL_STATS, &q->queue_flags) || in blk_mq_poll_stats_start()
888 if (test_bit(QUEUE_FLAG_POLL_STATS, &q->queue_flags)) in __blk_release_queue()
615 #define QUEUE_FLAG_POLL_STATS 21 /* collecting stats for hybrid polling */ macro