Searched refs:mq_ops (Results 1 – 8 of 8) sorted by relevance
191 if (q->mq_ops->put_budget) in blk_mq_put_dispatch_budget()192 q->mq_ops->put_budget(q); in blk_mq_put_dispatch_budget()197 if (q->mq_ops->get_budget) in blk_mq_get_dispatch_budget()198 return q->mq_ops->get_budget(q); in blk_mq_get_dispatch_budget()
586 rq->q->mq_ops->complete(rq); in blk_done_softirq()641 rq->q->mq_ops->complete(rq); in __blk_mq_complete_request_remote()698 rq->q->mq_ops->complete(rq); in blk_mq_complete_request()898 if (req->q->mq_ops->timeout) { in blk_mq_rq_timed_out()901 ret = req->q->mq_ops->timeout(req, reserved); in blk_mq_rq_timed_out()1388 ret = q->mq_ops->queue_rq(hctx, &bd); in blk_mq_dispatch_rq_list()1419 if ((!list_empty(list) || errors) && q->mq_ops->commit_rqs && queued) in blk_mq_dispatch_rq_list()1420 q->mq_ops->commit_rqs(hctx); in blk_mq_dispatch_rq_list()1975 ret = q->mq_ops->queue_rq(hctx, &bd); in __blk_mq_issue_directly()2113 hctx->queue->mq_ops->commit_rqs && queued) in blk_mq_try_issue_list_directly()[all …]
395 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()
331 const struct blk_mq_ops *const mq_ops = rq->q->mq_ops; in __blk_mq_debugfs_rq_show() local349 if (mq_ops->show_rq) in __blk_mq_debugfs_rq_show()350 mq_ops->show_rq(m, rq); in __blk_mq_debugfs_rq_show()
636 if (!IS_ERR(req) && q->mq_ops->initialize_rq_fn) in blk_get_request()637 q->mq_ops->initialize_rq_fn(req); in blk_get_request()1559 if (queue_is_mq(q) && q->mq_ops->busy) in blk_lld_busy()1560 return q->mq_ops->busy(q); in blk_lld_busy()
592 if (rq->q->mq_ops->cleanup_rq) in blk_mq_cleanup_rq()593 rq->q->mq_ops->cleanup_rq(rq); in blk_mq_cleanup_rq()
408 const struct blk_mq_ops *mq_ops; member696 return q->mq_ops; in queue_is_mq()
1936 if (q->mq_ops == &scsi_mq_ops_no_commit || in scsi_device_from_queue()1937 q->mq_ops == &scsi_mq_ops) in scsi_device_from_queue()