Home
last modified time | relevance | path

Searched refs:commit_rqs (Results 1 – 9 of 9) sorted by relevance

/linux/rust/kernel/block/mq/
H A Doperations.rs34 fn commit_rqs(); in commit_rqs() method
115 T::commit_rqs() in commit_rqs_callback()
220 commit_rqs: Some(Self::commit_rqs_callback),
/linux/drivers/block/
H A Drnull.rs79 fn commit_rqs() {} in commit_rqs() method
/linux/include/scsi/
H A Dscsi_host.h61 * commit_rqs. The done() function must be called on the command
90 * The commit_rqs function is used to trigger a hardware
97 void (*commit_rqs)(struct Scsi_Host *, u16); member
/linux/drivers/scsi/
H A Dscsi_lib.c2043 shost->hostt->commit_rqs(shost, hctx->queue_num); in scsi_commit_rqs()
2050 .commit_rqs = scsi_commit_rqs,
2080 if (shost->hostt->commit_rqs) in scsi_mq_setup_tags()
H A Dvirtio_scsi.c798 .commit_rqs = virtscsi_commit_rqs,
/linux/include/linux/
H A Dblk-mq.h563 * @commit_rqs: If a driver uses bd->last to judge when to submit
569 void (*commit_rqs)(struct blk_mq_hw_ctx *); member
/linux/block/
H A Dblk-mq.c2070 * more requests. (See comment in struct blk_mq_ops for commit_rqs for
2079 if (hctx->queue->mq_ops->commit_rqs && queued) { in blk_mq_commit_rqs()
2081 hctx->queue->mq_ops->commit_rqs(hctx); in blk_mq_commit_rqs()
/linux/drivers/nvme/host/
H A Dtcp.c2830 .commit_rqs = nvme_tcp_commit_rqs,
H A Dpci.c1995 .commit_rqs = nvme_commit_rqs,