Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-mq.h249 if (q->mq_ops->put_budget) in blk_mq_put_dispatch_budget()
250 q->mq_ops->put_budget(q, budget_token); in blk_mq_put_dispatch_budget()
255 if (q->mq_ops->get_budget) in blk_mq_get_dispatch_budget()
256 return q->mq_ops->get_budget(q); in blk_mq_get_dispatch_budget()
265 if (rq->q->mq_ops->set_rq_budget_token) in blk_mq_set_rq_budget_token()
266 rq->q->mq_ops->set_rq_budget_token(rq, token); in blk_mq_set_rq_budget_token()
271 if (rq->q->mq_ops->get_rq_budget_token) in blk_mq_get_rq_budget_token()
272 return rq->q->mq_ops->get_rq_budget_token(rq); in blk_mq_get_rq_budget_token()
H A Dblk-mq-debugfs.c280 const struct blk_mq_ops *const mq_ops = rq->q->mq_ops; in __blk_mq_debugfs_rq_show() local
301 if (mq_ops->show_rq) in __blk_mq_debugfs_rq_show()
302 mq_ops->show_rq(m, rq); in __blk_mq_debugfs_rq_show()
H A Dblk-mq.c1126 rq->q->mq_ops->complete(rq); in blk_complete_reqs()
1229 rq->q->mq_ops->complete(rq); in blk_mq_complete_request()
1535 if (req->q->mq_ops->timeout) { in blk_mq_rq_timed_out()
1538 ret = req->q->mq_ops->timeout(req); in blk_mq_rq_timed_out()
1983 if (hctx->queue->mq_ops->commit_rqs && queued) { in blk_mq_commit_rqs()
1985 hctx->queue->mq_ops->commit_rqs(hctx); in blk_mq_commit_rqs()
2030 ret = q->mq_ops->queue_rq(hctx, &bd); in blk_mq_dispatch_rq_list()
2573 ret = q->mq_ops->queue_rq(hctx, &bd); in __blk_mq_issue_directly()
2705 q->mq_ops->queue_rqs(&plug->mq_list); in __blk_mq_flush_plug_list()
2784 if (q->mq_ops->queue_rqs) { in blk_mq_flush_plug_list()
[all …]
H A Dblk-core.c1078 if (queue_is_mq(q) && q->mq_ops->busy) in blk_lld_busy()
1079 return q->mq_ops->busy(q); in blk_lld_busy()
H A Dblk-sysfs.c637 if (attr == &queue_io_timeout_entry.attr && !q->mq_ops->timeout) in blk_mq_queue_attr_visible()
/linux/include/linux/
H A Dblk-mq.h982 if (rq->q->mq_ops->cleanup_rq) in blk_mq_cleanup_rq()
983 rq->q->mq_ops->cleanup_rq(rq); in blk_mq_cleanup_rq()
H A Dblkdev.h453 const struct blk_mq_ops *mq_ops; member
650 return q->mq_ops; in queue_is_mq()
/linux/drivers/scsi/
H A Dscsi_lib.c2100 if (q->mq_ops == &scsi_mq_ops_no_commit || in scsi_device_from_queue()
2101 q->mq_ops == &scsi_mq_ops) in scsi_device_from_queue()