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