Home
last modified time | relevance | path

Searched refs:QUEUE_FLAG_POLL (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/block/
H A Dblk-core.c774 if (!test_bit(QUEUE_FLAG_POLL, &q->queue_flags)) in submit_bio_noacct()
883 !test_bit(QUEUE_FLAG_POLL, &q->queue_flags)) in bio_poll()
H A Dblk-sysfs.c408 return queue_var_show(test_bit(QUEUE_FLAG_POLL, &q->queue_flags), page); in queue_poll_show()
414 if (!test_bit(QUEUE_FLAG_POLL, &q->queue_flags)) in queue_poll_store()
H A Dblk-mq.c4379 blk_queue_flag_set(QUEUE_FLAG_POLL, q); in blk_mq_update_poll_flag()
4381 blk_queue_flag_clear(QUEUE_FLAG_POLL, q); in blk_mq_update_poll_flag()
/openbmc/linux/drivers/md/
H A Ddm-table.c1500 return !test_bit(QUEUE_FLAG_POLL, &q->queue_flags); in device_not_poll_capable()
2045 blk_queue_flag_set(QUEUE_FLAG_POLL, q); in dm_table_set_restrictions()
2047 blk_queue_flag_clear(QUEUE_FLAG_POLL, q); in dm_table_set_restrictions()
/openbmc/linux/drivers/nvme/host/
H A Dmultipath.c652 blk_queue_flag_set(QUEUE_FLAG_POLL, head->disk->queue); in nvme_mpath_alloc_disk()
/openbmc/linux/include/linux/
H A Dblkdev.h557 #define QUEUE_FLAG_POLL 16 /* IO polling enabled if set */ macro