Searched refs:REQ_POLLED (Results 1 – 10 of 10) sorted by relevance
434 #define REQ_POLLED (1ULL << __REQ_POLLED) macro
736 bio->bi_opf |= REQ_POLLED; in bio_set_polled()
99 if (flags & REQ_POLLED) in blk_mq_get_hctx_type()
484 bio->bi_opf &= ~REQ_POLLED; in bio_clear_polled()
362 bio->bi_opf |= REQ_POLLED | REQ_NOWAIT; in __blkdev_direct_IO_async()
969 if (rq->cmd_flags & REQ_POLLED) in blk_mq_complete_request_remote()1056 if (rq->bio && rq->bio->bi_opf & REQ_POLLED) in blk_mq_start_request()
90 if (bio->bi_opf & REQ_POLLED) { in nvme_failover_req()91 bio->bi_opf &= ~REQ_POLLED; in nvme_failover_req()
627 req->cmd_flags |= REQ_POLLED; in nvme_init_request()
415 bio->bi_opf |= REQ_POLLED; in swap_readpage()
5401 bool polled = scsi_cmd_to_rq(cmnd)->cmd_flags & REQ_POLLED; in schedule_resp()
Completed in 44 milliseconds