Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dbio.h660 bio->bi_opf |= REQ_POLLED; in bio_set_polled()
667 bio->bi_opf &= ~REQ_POLLED; in bio_clear_polled()
H A Dblk_types.h407 #define REQ_POLLED (__force blk_opf_t)(1ULL << __REQ_POLLED) macro
/linux-6.15/block/
H A Dblk-mq.h94 if (opf & REQ_POLLED) in blk_mq_get_hctx_type()
H A Dblk-core.c639 if ((bio->bi_opf & REQ_POLLED) && in __submit_bio()
H A Dfops.c377 bio->bi_opf |= REQ_POLLED; in __blkdev_direct_IO_async()
H A Dblk-mq.c1297 rq->cmd_flags & REQ_POLLED) in blk_mq_complete_request_remote()
1358 if (rq->bio && rq->bio->bi_opf & REQ_POLLED) in blk_mq_start_request()
3104 if ((bio->bi_opf & REQ_POLLED) && !blk_mq_can_poll(q)) { in blk_mq_submit_bio()
/linux-6.15/drivers/nvme/host/
H A Dmultipath.c108 if (bio->bi_opf & REQ_POLLED) { in nvme_failover_req()
109 bio->bi_opf &= ~REQ_POLLED; in nvme_failover_req()
H A Dioctl.c514 rq_flags |= REQ_POLLED; in nvme_uring_cmd_io()
H A Dcore.c737 req->cmd_flags |= REQ_POLLED; in nvme_init_request()
/linux-6.15/drivers/md/
H A Ddm.c901 (bio->bi_opf & REQ_POLLED)); in dm_handle_requeue()
908 if (bio->bi_opf & REQ_POLLED) { in dm_handle_requeue()
1749 ci->submit_as_polled = !!(ci->bio->bi_opf & REQ_POLLED); in __split_and_process_bio()
/linux-6.15/drivers/scsi/
H A Dscsi_debug.c7089 bool polled = rq->cmd_flags & REQ_POLLED; in schedule_resp()
/linux-6.15/drivers/ufs/core/
H A Dufshcd.c5612 if (scsi_cmd_to_rq(cmd)->cmd_flags & REQ_POLLED) in ufshcd_clear_polled()