Searched refs:REQ_POLLED (Results 1 - 11 of 11) sorted by relevance

/linux-master/include/linux/
H A Dblk_types.h411 #define REQ_POLLED (__force blk_opf_t)(1ULL << __REQ_POLLED) macro
H A Dbio.h815 bio->bi_opf |= REQ_POLLED;
822 bio->bi_opf &= ~REQ_POLLED;
/linux-master/block/
H A Dblk-mq.h90 * The caller ensure that if REQ_POLLED, poll must be enabled.
92 if (opf & REQ_POLLED)
102 * @opf: operation type (REQ_OP_*) and flags (e.g. REQ_POLLED).
H A Dfops.c360 bio->bi_opf |= REQ_POLLED;
H A Dblk-mq.c1206 rq->cmd_flags & REQ_POLLED)
1268 if (rq->bio && rq->bio->bi_opf & REQ_POLLED)
/linux-master/drivers/nvme/host/
H A Dmultipath.c105 if (bio->bi_opf & REQ_POLLED) {
106 bio->bi_opf &= ~REQ_POLLED;
H A Dioctl.c485 rq_flags |= REQ_POLLED;
H A Dcore.c740 req->cmd_flags |= REQ_POLLED;
/linux-master/drivers/md/
H A Ddm.c45 * For REQ_POLLED fs bio, this flag is set if we link mapped underlying
900 (bio->bi_opf & REQ_POLLED));
907 if (bio->bi_opf & REQ_POLLED) {
911 * pre-split original) so clear REQ_POLLED.
1737 ci->submit_as_polled = !!(ci->bio->bi_opf & REQ_POLLED);
/linux-master/drivers/scsi/
H A Dscsi_debug.c6101 bool polled = rq->cmd_flags & REQ_POLLED;
/linux-master/drivers/ufs/core/
H A Dufshcd.c5593 if (scsi_cmd_to_rq(cmd)->cmd_flags & REQ_POLLED)

Completed in 256 milliseconds