Home
last modified time | relevance | path

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

/linux/drivers/mmc/core/
A Dqueue.c291 if (!(req->rq_flags & RQF_DONTPREP)) { in mmc_mq_queue_rq()
293 req->rq_flags |= RQF_DONTPREP; in mmc_mq_queue_rq()
/linux/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()
1235 if (rq->rq_flags & RQF_DONTPREP) { in scsi_cleanup_rq()
1237 rq->rq_flags &= ~RQF_DONTPREP; in scsi_cleanup_rq()
1824 if (!(req->rq_flags & RQF_DONTPREP)) { in scsi_queue_rq()
1828 req->rq_flags |= RQF_DONTPREP; in scsi_queue_rq()
1870 if (req->rq_flags & RQF_DONTPREP) in scsi_queue_rq()
1883 if (req->rq_flags & RQF_DONTPREP) in scsi_queue_rq()
/linux/include/linux/
A Dblk-mq.h70 #define RQF_DONTPREP ((__force req_flags_t)(1 << __RQF_DONTPREP)) macro
/linux/drivers/nvme/host/
A Dcore.c710 req->rq_flags |= RQF_DONTPREP; in nvme_clear_nvme_request()
1057 if (!(req->rq_flags & RQF_DONTPREP)) in nvme_setup_cmd()
/linux/block/
A Dblk-mq.c1462 if (rq->rq_flags & RQF_DONTPREP) { in blk_mq_requeue_work()

Completed in 28 milliseconds