Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/nvme/host/
Dioctl.c521 rq_flags |= REQ_POLLED; in nvme_uring_cmd_io()
537 if (issue_flags & IO_URING_F_IOPOLL && rq_flags & REQ_POLLED) { in nvme_uring_cmd_io()
541 rq_flags &= ~REQ_POLLED; in nvme_uring_cmd_io()
545 req->bio->bi_opf |= REQ_POLLED; in nvme_uring_cmd_io()
Dmultipath.c105 if (bio->bi_opf & REQ_POLLED) { in nvme_failover_req()
106 bio->bi_opf &= ~REQ_POLLED; in nvme_failover_req()
Dcore.c676 req->cmd_flags |= REQ_POLLED; in nvme_init_request()
/Linux-v6.1/include/linux/
Dbio.h780 bio->bi_opf |= REQ_POLLED; in bio_set_polled()
788 bio->bi_opf &= ~(REQ_POLLED | REQ_ALLOC_CACHE); in bio_clear_polled()
Dblk_types.h449 #define REQ_POLLED (__force blk_opf_t)(1ULL << __REQ_POLLED) macro
/Linux-v6.1/block/
Dblk-mq.h96 if (opf & REQ_POLLED) in blk_mq_get_hctx_type()
Dblk-map.c249 if (rq->cmd_flags & REQ_POLLED) { in blk_rq_map_bio_alloc()
Dfops.c347 bio->bi_opf |= REQ_POLLED | REQ_NOWAIT; in __blkdev_direct_IO_async()
Dblk-mq.c1178 rq->cmd_flags & REQ_POLLED) in blk_mq_complete_request_remote()
1238 if (rq->bio && rq->bio->bi_opf & REQ_POLLED) in blk_mq_start_request()
/Linux-v6.1/drivers/md/
Ddm.c912 (bio->bi_opf & REQ_POLLED)); in dm_handle_requeue()
919 if (bio->bi_opf & REQ_POLLED) { in dm_handle_requeue()
1710 ci->submit_as_polled = !!(ci->bio->bi_opf & REQ_POLLED); in __split_and_process_bio()
/Linux-v6.1/drivers/scsi/
Dscsi_debug.c5595 bool polled = scsi_cmd_to_rq(cmnd)->cmd_flags & REQ_POLLED; in schedule_resp()