Home
last modified time | relevance | path

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

/linux-6.15/block/
H A Dblk-mq.h257 if (q->mq_ops->put_budget) in blk_mq_put_dispatch_budget()
258 q->mq_ops->put_budget(q, budget_token); in blk_mq_put_dispatch_budget()
263 if (q->mq_ops->get_budget) in blk_mq_get_dispatch_budget()
264 return q->mq_ops->get_budget(q); in blk_mq_get_dispatch_budget()
273 if (rq->q->mq_ops->set_rq_budget_token) in blk_mq_set_rq_budget_token()
274 rq->q->mq_ops->set_rq_budget_token(rq, token); in blk_mq_set_rq_budget_token()
279 if (rq->q->mq_ops->get_rq_budget_token) in blk_mq_get_rq_budget_token()
280 return rq->q->mq_ops->get_rq_budget_token(rq); in blk_mq_get_rq_budget_token()
H A Dblk-mq-debugfs.c261 const struct blk_mq_ops *const mq_ops = rq->q->mq_ops; in __blk_mq_debugfs_rq_show() local
282 if (mq_ops->show_rq) in __blk_mq_debugfs_rq_show()
283 mq_ops->show_rq(m, rq); in __blk_mq_debugfs_rq_show()
H A Dblk-mq.c1220 rq->q->mq_ops->complete(rq); in blk_complete_reqs()
1323 rq->q->mq_ops->complete(rq); in blk_mq_complete_request()
1626 if (req->q->mq_ops->timeout) { in blk_mq_rq_timed_out()
1629 ret = req->q->mq_ops->timeout(req); in blk_mq_rq_timed_out()
2120 ret = q->mq_ops->queue_rq(hctx, &bd); in blk_mq_dispatch_rq_list()
2691 ret = q->mq_ops->queue_rq(hctx, &bd); in __blk_mq_issue_directly()
2825 q->mq_ops->queue_rqs(&plug->mq_list); in __blk_mq_flush_plug_list()
2903 if (q->mq_ops->queue_rqs) { in blk_mq_flush_plug_list()
4530 q->mq_ops = set->ops; in blk_mq_init_allocated_queue()
4573 q->mq_ops = NULL; in blk_mq_init_allocated_queue()
[all …]
H A Dblk-core.c1099 if (queue_is_mq(q) && q->mq_ops->busy) in blk_lld_busy()
1100 return q->mq_ops->busy(q); in blk_lld_busy()
H A Dblk-sysfs.c732 if (attr == &queue_io_timeout_entry.attr && !q->mq_ops->timeout) in blk_mq_queue_attr_visible()
/linux-6.15/include/linux/
H A Dblk-mq.h999 if (rq->q->mq_ops->cleanup_rq) in blk_mq_cleanup_rq()
1000 rq->q->mq_ops->cleanup_rq(rq); in blk_mq_cleanup_rq()
H A Dblkdev.h468 const struct blk_mq_ops *mq_ops; member
694 return q->mq_ops; in queue_is_mq()
/linux-6.15/drivers/scsi/
H A Dscsi_lib.c2124 if (q->mq_ops == &scsi_mq_ops_no_commit || in scsi_device_from_queue()
2125 q->mq_ops == &scsi_mq_ops) in scsi_device_from_queue()