Home
last modified time | relevance | path

Searched refs:REQ_POLLED (Results 1 – 12 of 12) sorted by relevance

/linux/include/linux/
H A Dblk_types.h431 #define REQ_POLLED (__force blk_opf_t)(1ULL << __REQ_POLLED) macro
H A Dbio.h749 bio->bi_opf &= ~REQ_POLLED; in bio_clear_polled()
/linux/block/
H A Dblk-mq.h97 if (opf & REQ_POLLED) in blk_mq_get_hctx_type()
H A Dblk-mq.c1299 rq->cmd_flags & REQ_POLLED) in blk_mq_complete_request_remote()
1360 if (rq->bio && rq->bio->bi_opf & REQ_POLLED) in blk_mq_start_request()
3141 if ((bio->bi_opf & REQ_POLLED) && !blk_mq_can_poll(q)) { in blk_mq_submit_bio()
3400 if (bio->bi_opf & REQ_POLLED) { in blk_steal_bios()
3401 bio->bi_opf &= ~REQ_POLLED; in blk_steal_bios()
H A Dfops.c381 bio->bi_opf |= REQ_POLLED; in __blkdev_direct_IO_async()
H A Dblk-core.c677 if ((bio->bi_opf & REQ_POLLED) && in __submit_bio()
/linux/fs/iomap/
H A Ddirect-io.c73 bio->bi_opf |= REQ_POLLED; in iomap_dio_submit_bio()
1064 bio->bi_opf |= REQ_POLLED; in __iomap_dio_read_simple()
/linux/drivers/md/
H A Ddm.c908 (bio->bi_opf & REQ_POLLED)); in dm_handle_requeue()
915 if (bio->bi_opf & REQ_POLLED) { in dm_handle_requeue()
1747 ci->submit_as_polled = !!(ci->bio->bi_opf & REQ_POLLED); in __split_and_process_bio()
/linux/drivers/nvme/host/
H A Dioctl.c549 rq_flags |= REQ_POLLED; in nvme_uring_cmd_io()
H A Dcore.c769 req->cmd_flags |= REQ_POLLED; in nvme_init_request()
/linux/drivers/scsi/
H A Dscsi_debug.c7139 bool polled = rq->cmd_flags & REQ_POLLED; in schedule_resp()
/linux/drivers/ufs/core/
H A Dufshcd.c5995 if (scsi_cmd_to_rq(cmd)->cmd_flags & REQ_POLLED) in ufshcd_clear_polled()