Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbio.h806 bio->bi_opf |= REQ_POLLED; in bio_set_polled()
813 bio->bi_opf &= ~REQ_POLLED; in bio_clear_polled()
H A Dblk_types.h452 #define REQ_POLLED (__force blk_opf_t)(1ULL << __REQ_POLLED) macro
/openbmc/linux/block/
H A Dblk-mq.h92 if (opf & REQ_POLLED) in blk_mq_get_hctx_type()
H A Dfops.c357 bio->bi_opf |= REQ_POLLED; in __blkdev_direct_IO_async()
H A Dbio.c773 if ((bio->bi_opf & REQ_POLLED) && !WARN_ON_ONCE(in_interrupt())) { in bio_put_percpu_cache()
H A Dblk-mq.c1212 rq->cmd_flags & REQ_POLLED) in blk_mq_complete_request_remote()
1272 if (rq->bio && rq->bio->bi_opf & REQ_POLLED) in blk_mq_start_request()
/openbmc/linux/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.c614 rq_flags |= REQ_POLLED; in nvme_uring_cmd_io()
H A Dcore.c667 req->cmd_flags |= REQ_POLLED; in nvme_init_request()
/openbmc/linux/drivers/md/
H A Ddm.c887 (bio->bi_opf & REQ_POLLED)); in dm_handle_requeue()
894 if (bio->bi_opf & REQ_POLLED) { in dm_handle_requeue()
1721 ci->submit_as_polled = !!(ci->bio->bi_opf & REQ_POLLED); in __split_and_process_bio()
/openbmc/linux/drivers/scsi/
H A Dscsi_debug.c5543 bool polled = rq->cmd_flags & REQ_POLLED; in schedule_resp()
/openbmc/linux/drivers/ufs/core/
H A Dufshcd.c5508 if (scsi_cmd_to_rq(cmd)->cmd_flags & REQ_POLLED) in ufshcd_clear_polled()