Home
last modified time | relevance | path

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

/linux-6.3-rc2/block/
A Dblk-mq.h197 if (q->mq_ops->put_budget) in blk_mq_put_dispatch_budget()
198 q->mq_ops->put_budget(q, budget_token); in blk_mq_put_dispatch_budget()
203 if (q->mq_ops->get_budget) in blk_mq_get_dispatch_budget()
204 return q->mq_ops->get_budget(q); in blk_mq_get_dispatch_budget()
213 if (rq->q->mq_ops->set_rq_budget_token) in blk_mq_set_rq_budget_token()
214 rq->q->mq_ops->set_rq_budget_token(rq, token); in blk_mq_set_rq_budget_token()
219 if (rq->q->mq_ops->get_rq_budget_token) in blk_mq_get_rq_budget_token()
220 return rq->q->mq_ops->get_rq_budget_token(rq); in blk_mq_get_rq_budget_token()
A Dblk-mq-debugfs.c308 const struct blk_mq_ops *const mq_ops = rq->q->mq_ops; in __blk_mq_debugfs_rq_show() local
326 if (mq_ops->show_rq) in __blk_mq_debugfs_rq_show()
327 mq_ops->show_rq(m, rq); in __blk_mq_debugfs_rq_show()
A Dblk-sysfs.c426 if (!q->mq_ops || !q->mq_ops->poll) in queue_poll_delay_store()
700 (!q->mq_ops || !q->mq_ops->timeout)) in queue_attr_visible()
A Dblk-mq.c1132 rq->q->mq_ops->complete(rq); in blk_complete_reqs()
1237 rq->q->mq_ops->complete(rq); in blk_mq_complete_request()
1553 if (req->q->mq_ops->timeout) { in blk_mq_rq_timed_out()
1556 ret = req->q->mq_ops->timeout(req); in blk_mq_rq_timed_out()
2059 ret = q->mq_ops->queue_rq(hctx, &bd); in blk_mq_dispatch_rq_list()
2587 ret = q->mq_ops->queue_rq(hctx, &bd); in __blk_mq_issue_directly()
2720 q->mq_ops->queue_rqs(&plug->mq_list); in __blk_mq_flush_plug_list()
2774 if (q->mq_ops->queue_rqs && in blk_mq_flush_plug_list()
4209 q->mq_ops = set->ops; in blk_mq_init_allocated_queue()
4262 q->mq_ops = NULL; in blk_mq_init_allocated_queue()
[all …]
A Dblk-core.c1035 if (queue_is_mq(q) && q->mq_ops->busy) in blk_lld_busy()
1036 return q->mq_ops->busy(q); in blk_lld_busy()
/linux-6.3-rc2/include/linux/
A Dblk-mq.h955 if (rq->q->mq_ops->cleanup_rq) in blk_mq_cleanup_rq()
956 rq->q->mq_ops->cleanup_rq(rq); in blk_mq_cleanup_rq()
A Dblkdev.h405 const struct blk_mq_ops *mq_ops; member
630 return q->mq_ops; in queue_is_mq()
/linux-6.3-rc2/drivers/scsi/
A Dscsi_lib.c2012 if (q->mq_ops == &scsi_mq_ops_no_commit || in scsi_device_from_queue()
2013 q->mq_ops == &scsi_mq_ops) in scsi_device_from_queue()

Completed in 30 milliseconds