Searched refs:mq_ops (Results 1 – 5 of 5) sorted by relevance
198 if (q->mq_ops->put_budget) in blk_mq_put_dispatch_budget()199 q->mq_ops->put_budget(q, budget_token); in blk_mq_put_dispatch_budget()204 if (q->mq_ops->get_budget) in blk_mq_get_dispatch_budget()205 return q->mq_ops->get_budget(q); in blk_mq_get_dispatch_budget()214 if (rq->q->mq_ops->set_rq_budget_token) in blk_mq_set_rq_budget_token()215 rq->q->mq_ops->set_rq_budget_token(rq, token); in blk_mq_set_rq_budget_token()220 if (rq->q->mq_ops->get_rq_budget_token) in blk_mq_get_rq_budget_token()221 return rq->q->mq_ops->get_rq_budget_token(rq); in blk_mq_get_rq_budget_token()
590 rq->q->mq_ops->complete(rq); in blk_complete_reqs()693 rq->q->mq_ops->complete(rq); in blk_mq_complete_request()892 if (req->q->mq_ops->timeout) { in blk_mq_rq_timed_out()895 ret = req->q->mq_ops->timeout(req, reserved); in blk_mq_rq_timed_out()1389 ret = q->mq_ops->queue_rq(hctx, &bd); in blk_mq_dispatch_rq_list()1424 ret == BLK_STS_DEV_RESOURCE) && q->mq_ops->commit_rqs && queued) in blk_mq_dispatch_rq_list()1425 q->mq_ops->commit_rqs(hctx); in blk_mq_dispatch_rq_list()2011 ret = q->mq_ops->queue_rq(hctx, &bd); in __blk_mq_issue_directly()2153 hctx->queue->mq_ops->commit_rqs && queued) in blk_mq_try_issue_list_directly()2154 hctx->queue->mq_ops->commit_rqs(hctx); in blk_mq_try_issue_list_directly()[all …]
410 if (!q->mq_ops || !q->mq_ops->poll) in queue_poll_delay_store()694 (!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()
649 if (!IS_ERR(req) && q->mq_ops->initialize_rq_fn) in blk_get_request()650 q->mq_ops->initialize_rq_fn(req); in blk_get_request()1555 if (queue_is_mq(q) && q->mq_ops->busy) in blk_lld_busy()1556 return q->mq_ops->busy(q); in blk_lld_busy()