Searched refs:QUEUE_FLAG_POLL_STATS (Results 1 – 3 of 3) sorted by relevance
787 if (test_bit(QUEUE_FLAG_POLL_STATS, &q->queue_flags)) in blk_release_queue()
3694 if (test_bit(QUEUE_FLAG_POLL_STATS, &q->queue_flags) || in blk_poll_stats_enable()3695 blk_queue_flag_test_and_set(QUEUE_FLAG_POLL_STATS, q)) in blk_poll_stats_enable()3707 if (!test_bit(QUEUE_FLAG_POLL_STATS, &q->queue_flags) || in blk_mq_poll_stats_start()
619 #define QUEUE_FLAG_POLL_STATS 21 /* collecting stats for hybrid polling */ macro