Home
last modified time | relevance | path

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

/linux/drivers/scsi/
A Dscsi_lib.c125 if (rq->rq_flags & RQF_DONTPREP) { in scsi_mq_requeue_cmd()
126 rq->rq_flags &= ~RQF_DONTPREP; in scsi_mq_requeue_cmd()
1116 if (rq->rq_flags & RQF_DONTPREP) { in scsi_cleanup_rq()
1118 rq->rq_flags &= ~RQF_DONTPREP; in scsi_cleanup_rq()
1688 if (!(req->rq_flags & RQF_DONTPREP)) { in scsi_queue_rq()
1692 req->rq_flags |= RQF_DONTPREP; in scsi_queue_rq()
1735 if (req->rq_flags & RQF_DONTPREP) in scsi_queue_rq()
1748 if (req->rq_flags & RQF_DONTPREP) in scsi_queue_rq()
/linux/drivers/mmc/core/
A Dqueue.c292 if (!(req->rq_flags & RQF_DONTPREP)) { in mmc_mq_queue_rq()
294 req->rq_flags |= RQF_DONTPREP; in mmc_mq_queue_rq()
/linux/include/linux/
A Dblk-mq.h35 #define RQF_DONTPREP ((__force req_flags_t)(1 << 7)) macro
/linux/block/
A Dblk-mq.c1099 if (!(rq->rq_flags & (RQF_SOFTBARRIER | RQF_DONTPREP))) in blk_mq_requeue_work()
1109 if (rq->rq_flags & RQF_DONTPREP) in blk_mq_requeue_work()
/linux/drivers/nvme/host/
A Dcore.c606 req->rq_flags |= RQF_DONTPREP; in nvme_clear_nvme_request()
997 if (!(req->rq_flags & RQF_DONTPREP)) in nvme_setup_cmd()
/linux/Documentation/block/
A Dbiodoc.rst370 (The prepare function would not be called for requests that have RQF_DONTPREP

Completed in 31 milliseconds