Searched refs:QUEUE_FLAG_POLL (Results 1 – 4 of 4) sorted by relevance
429 return queue_var_show(test_bit(QUEUE_FLAG_POLL, &q->queue_flags), page); in queue_poll_show()447 blk_queue_flag_set(QUEUE_FLAG_POLL, q); in queue_poll_store()450 blk_queue_flag_clear(QUEUE_FLAG_POLL, q); in queue_poll_store()
841 if (!test_bit(QUEUE_FLAG_POLL, &q->queue_flags)) in submit_bio_checks()
3305 blk_queue_flag_set(QUEUE_FLAG_POLL, q); in blk_mq_init_allocated_queue()3967 !test_bit(QUEUE_FLAG_POLL, &q->queue_flags)) in blk_poll()
575 #define QUEUE_FLAG_POLL 16 /* IO polling enabled if set */ macro