Home
last modified time | relevance | path

Searched refs:mq_ops (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/block/
H A Dblk-mq.h194 if (q->mq_ops->put_budget) in blk_mq_put_dispatch_budget()
195 q->mq_ops->put_budget(q); in blk_mq_put_dispatch_budget()
200 if (q->mq_ops->get_budget) in blk_mq_get_dispatch_budget()
201 return q->mq_ops->get_budget(q); in blk_mq_get_dispatch_budget()
H A Dblk-mq.c592 rq->q->mq_ops->complete(rq); in blk_done_softirq()
647 rq->q->mq_ops->complete(rq); in __blk_mq_complete_request_remote()
704 rq->q->mq_ops->complete(rq); in blk_mq_complete_request()
903 if (req->q->mq_ops->timeout) { in blk_mq_rq_timed_out()
906 ret = req->q->mq_ops->timeout(req, reserved); in blk_mq_rq_timed_out()
1375 ret = q->mq_ops->queue_rq(hctx, &bd); in blk_mq_dispatch_rq_list()
1410 ret == BLK_STS_DEV_RESOURCE) && q->mq_ops->commit_rqs && queued) in blk_mq_dispatch_rq_list()
1411 q->mq_ops->commit_rqs(hctx); in blk_mq_dispatch_rq_list()
2020 ret = q->mq_ops->queue_rq(hctx, &bd); in __blk_mq_issue_directly()
2158 hctx->queue->mq_ops->commit_rqs && queued) in blk_mq_try_issue_list_directly()
[all …]
H A Dblk-sysfs.c395 if (!q->mq_ops || !q->mq_ops->poll) in queue_poll_delay_store()
672 (!q->mq_ops || !q->mq_ops->timeout)) in queue_attr_visible()
H A Dblk-mq-debugfs.c333 const struct blk_mq_ops *const mq_ops = rq->q->mq_ops; in __blk_mq_debugfs_rq_show() local
351 if (mq_ops->show_rq) in __blk_mq_debugfs_rq_show()
352 mq_ops->show_rq(m, rq); in __blk_mq_debugfs_rq_show()
H A Dblk-core.c642 if (!IS_ERR(req) && q->mq_ops->initialize_rq_fn) in blk_get_request()
643 q->mq_ops->initialize_rq_fn(req); in blk_get_request()
1563 if (queue_is_mq(q) && q->mq_ops->busy) in blk_lld_busy()
1564 return q->mq_ops->busy(q); in blk_lld_busy()
/OK3568_Linux_fs/kernel/include/linux/
H A Dblk-mq.h594 if (rq->q->mq_ops->cleanup_rq) in blk_mq_cleanup_rq()
595 rq->q->mq_ops->cleanup_rq(rq); in blk_mq_cleanup_rq()
H A Dblkdev.h419 const struct blk_mq_ops *mq_ops; member
712 return q->mq_ops; in queue_is_mq()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_lib.c1938 if (q->mq_ops == &scsi_mq_ops_no_commit || in scsi_device_from_queue()
1939 q->mq_ops == &scsi_mq_ops) in scsi_device_from_queue()