Searched refs:QUEUE_FLAG_POLL_STATS (Results 1 – 3 of 3) sorted by relevance
3016 if (test_bit(QUEUE_FLAG_POLL_STATS, &q->queue_flags) || in blk_poll_stats_enable()3017 blk_queue_flag_test_and_set(QUEUE_FLAG_POLL_STATS, q)) in blk_poll_stats_enable()3029 if (!test_bit(QUEUE_FLAG_POLL_STATS, &q->queue_flags) || in blk_mq_poll_stats_start()
818 if (test_bit(QUEUE_FLAG_POLL_STATS, &q->queue_flags)) in __blk_release_queue()
697 #define QUEUE_FLAG_POLL_STATS 25 /* collecting stats for hybrid polling */ macro