Home
last modified time | relevance | path

Searched refs:mq_ops (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-6.6/block/
H A Dblk-mq.h247 if (q->mq_ops->put_budget) in blk_mq_put_dispatch_budget()
248 q->mq_ops->put_budget(q, budget_token); in blk_mq_put_dispatch_budget()
253 if (q->mq_ops->get_budget) in blk_mq_get_dispatch_budget()
254 return q->mq_ops->get_budget(q); in blk_mq_get_dispatch_budget()
263 if (rq->q->mq_ops->set_rq_budget_token) in blk_mq_set_rq_budget_token()
264 rq->q->mq_ops->set_rq_budget_token(rq, token); in blk_mq_set_rq_budget_token()
269 if (rq->q->mq_ops->get_rq_budget_token) in blk_mq_get_rq_budget_token()
270 return rq->q->mq_ops->get_rq_budget_token(rq); in blk_mq_get_rq_budget_token()
H A Dblk-mq-debugfs.c282 const struct blk_mq_ops *const mq_ops = rq->q->mq_ops; in __blk_mq_debugfs_rq_show() local
300 if (mq_ops->show_rq) in __blk_mq_debugfs_rq_show()
301 mq_ops->show_rq(m, rq); in __blk_mq_debugfs_rq_show()
H A Dblk-mq.c1136 rq->q->mq_ops->complete(rq); in blk_complete_reqs()
1238 rq->q->mq_ops->complete(rq); in blk_mq_complete_request()
1560 if (req->q->mq_ops->timeout) { in blk_mq_rq_timed_out()
1563 ret = req->q->mq_ops->timeout(req); in blk_mq_rq_timed_out()
2034 if (hctx->queue->mq_ops->commit_rqs && queued) { in blk_mq_commit_rqs()
2036 hctx->queue->mq_ops->commit_rqs(hctx); in blk_mq_commit_rqs()
2082 ret = q->mq_ops->queue_rq(hctx, &bd); in blk_mq_dispatch_rq_list()
2623 ret = q->mq_ops->queue_rq(hctx, &bd); in __blk_mq_issue_directly()
2755 q->mq_ops->queue_rqs(&plug->mq_list); in __blk_mq_flush_plug_list()
2835 if (q->mq_ops in blk_mq_flush_plug_list()
[all...]
H A Dblk-core.c1030 if (queue_is_mq(q) && q->mq_ops->busy) in blk_lld_busy()
1031 return q->mq_ops->busy(q); in blk_lld_busy()
H A Dblk-sysfs.c696 if (attr == &queue_io_timeout_entry.attr && !q->mq_ops->timeout) in blk_mq_queue_attr_visible()
/kernel/linux/linux-5.10/block/
H A Dblk-mq.h193 if (q->mq_ops->put_budget) in blk_mq_put_dispatch_budget()
194 q->mq_ops->put_budget(q); in blk_mq_put_dispatch_budget()
199 if (q->mq_ops->get_budget) in blk_mq_get_dispatch_budget()
200 return q->mq_ops->get_budget(q); in blk_mq_get_dispatch_budget()
H A Dblk-mq.c606 rq->q->mq_ops->complete(rq); in blk_done_softirq()
661 rq->q->mq_ops->complete(rq); in __blk_mq_complete_request_remote()
718 rq->q->mq_ops->complete(rq); in blk_mq_complete_request()
917 if (req->q->mq_ops->timeout) { in blk_mq_rq_timed_out()
920 ret = req->q->mq_ops->timeout(req, reserved); in blk_mq_rq_timed_out()
1405 ret = q->mq_ops->queue_rq(hctx, &bd); in blk_mq_dispatch_rq_list()
1440 ret == BLK_STS_DEV_RESOURCE) && q->mq_ops->commit_rqs && queued) in blk_mq_dispatch_rq_list()
1441 q->mq_ops->commit_rqs(hctx); in blk_mq_dispatch_rq_list()
1998 ret = q->mq_ops->queue_rq(hctx, &bd); in __blk_mq_issue_directly()
2136 hctx->queue->mq_ops in blk_mq_try_issue_list_directly()
[all...]
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-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-core.c635 if (!IS_ERR(req) && q->mq_ops->initialize_rq_fn) in blk_get_request()
636 q->mq_ops->initialize_rq_fn(req); in blk_get_request()
1552 if (queue_is_mq(q) && q->mq_ops->busy) in blk_lld_busy()
1553 return q->mq_ops->busy(q); in blk_lld_busy()
/kernel/linux/linux-5.10/include/linux/
H A Dblk-mq.h599 if (rq->q->mq_ops->cleanup_rq) in blk_mq_cleanup_rq()
600 rq->q->mq_ops->cleanup_rq(rq); in blk_mq_cleanup_rq()
H A Dblkdev.h413 const struct blk_mq_ops *mq_ops; member
703 return q->mq_ops; in queue_is_mq()
/kernel/linux/linux-6.6/include/linux/
H A Dblk-mq.h951 if (rq->q->mq_ops->cleanup_rq) in blk_mq_cleanup_rq()
952 rq->q->mq_ops->cleanup_rq(rq); in blk_mq_cleanup_rq()
H A Dblkdev.h388 const struct blk_mq_ops *mq_ops; member
611 return q->mq_ops; in queue_is_mq()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_lib.c1942 if (q->mq_ops == &scsi_mq_ops_no_commit || in scsi_device_from_queue()
1943 q->mq_ops == &scsi_mq_ops) in scsi_device_from_queue()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_lib.c2017 if (q->mq_ops == &scsi_mq_ops_no_commit || in scsi_device_from_queue()
2018 q->mq_ops == &scsi_mq_ops) in scsi_device_from_queue()

Completed in 34 milliseconds