Searched refs:REQ_POLLED (Results 1 – 12 of 12) sorted by relevance
670 bio->bi_opf |= REQ_POLLED; in bio_set_polled()677 bio->bi_opf &= ~REQ_POLLED; in bio_clear_polled()
407 #define REQ_POLLED (__force blk_opf_t)(1ULL << __REQ_POLLED) macro
94 if (opf & REQ_POLLED) in blk_mq_get_hctx_type()
795 (bio->bi_opf & REQ_POLLED)) { in submit_bio_noacct()
359 bio->bi_opf |= REQ_POLLED; in __blkdev_direct_IO_async()
1203 rq->cmd_flags & REQ_POLLED) in blk_mq_complete_request_remote()1264 if (rq->bio && rq->bio->bi_opf & REQ_POLLED) in blk_mq_start_request()
108 if (bio->bi_opf & REQ_POLLED) { in nvme_failover_req()109 bio->bi_opf &= ~REQ_POLLED; in nvme_failover_req()
500 rq_flags |= REQ_POLLED; in nvme_uring_cmd_io()
737 req->cmd_flags |= REQ_POLLED; in nvme_init_request()
901 (bio->bi_opf & REQ_POLLED)); in dm_handle_requeue()908 if (bio->bi_opf & REQ_POLLED) { in dm_handle_requeue()1746 ci->submit_as_polled = !!(ci->bio->bi_opf & REQ_POLLED); in __split_and_process_bio()
6407 bool polled = rq->cmd_flags & REQ_POLLED; in schedule_resp()
5584 if (scsi_cmd_to_rq(cmd)->cmd_flags & REQ_POLLED) in ufshcd_clear_polled()
Completed in 74 milliseconds