Searched refs:QUEUE_FLAG_POLL (Results 1 – 3 of 3) sorted by relevance
325 return queue_var_show(test_bit(QUEUE_FLAG_POLL, &q->queue_flags), page); in queue_poll_show()343 queue_flag_set(QUEUE_FLAG_POLL, q); in queue_poll_store()345 queue_flag_clear(QUEUE_FLAG_POLL, q); in queue_poll_store()
3333 !test_bit(QUEUE_FLAG_POLL, &q->queue_flags)) in blk_poll()
491 #define QUEUE_FLAG_POLL 22 /* IO polling enabled if set */ macro