Home
last modified time | relevance | path

Searched refs:RQF_DONTPREP (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/drivers/scsi/
A Dscsi_lib.c118 if (rq->rq_flags & RQF_DONTPREP) { in scsi_mq_requeue_cmd()
119 rq->rq_flags &= ~RQF_DONTPREP; in scsi_mq_requeue_cmd()
1150 if (rq->rq_flags & RQF_DONTPREP) { in scsi_cleanup_rq()
1152 rq->rq_flags &= ~RQF_DONTPREP; in scsi_cleanup_rq()
1737 if (!(req->rq_flags & RQF_DONTPREP)) { in scsi_queue_rq()
1741 req->rq_flags |= RQF_DONTPREP; in scsi_queue_rq()
1785 if (req->rq_flags & RQF_DONTPREP) in scsi_queue_rq()
1798 if (req->rq_flags & RQF_DONTPREP) in scsi_queue_rq()
/linux-6.3-rc2/drivers/mmc/core/
A Dqueue.c293 if (!(req->rq_flags & RQF_DONTPREP)) { in mmc_mq_queue_rq()
295 req->rq_flags |= RQF_DONTPREP; in mmc_mq_queue_rq()
/linux-6.3-rc2/include/linux/
A Dblk-mq.h40 #define RQF_DONTPREP ((__force req_flags_t)(1 << 7)) macro
/linux-6.3-rc2/block/
A Dblk-mq.c1460 if (!(rq->rq_flags & (RQF_SOFTBARRIER | RQF_DONTPREP))) in blk_mq_requeue_work()
1470 if (rq->rq_flags & RQF_DONTPREP) in blk_mq_requeue_work()
/linux-6.3-rc2/drivers/nvme/host/
A Dcore.c663 req->rq_flags |= RQF_DONTPREP; in nvme_clear_nvme_request()
950 if (!(req->rq_flags & RQF_DONTPREP)) in nvme_setup_cmd()

Completed in 26 milliseconds