Searched refs:REQ_POLLED (Results 1 – 11 of 11) sorted by relevance
521 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()
105 if (bio->bi_opf & REQ_POLLED) { in nvme_failover_req()106 bio->bi_opf &= ~REQ_POLLED; in nvme_failover_req()
676 req->cmd_flags |= REQ_POLLED; in nvme_init_request()
780 bio->bi_opf |= REQ_POLLED; in bio_set_polled()788 bio->bi_opf &= ~(REQ_POLLED | REQ_ALLOC_CACHE); in bio_clear_polled()
449 #define REQ_POLLED (__force blk_opf_t)(1ULL << __REQ_POLLED) macro
96 if (opf & REQ_POLLED) in blk_mq_get_hctx_type()
249 if (rq->cmd_flags & REQ_POLLED) { in blk_rq_map_bio_alloc()
347 bio->bi_opf |= REQ_POLLED | REQ_NOWAIT; in __blkdev_direct_IO_async()
1178 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()
912 (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()
5595 bool polled = scsi_cmd_to_rq(cmnd)->cmd_flags & REQ_POLLED; in schedule_resp()