Searched refs:mq_ops (Results 1 – 8 of 8) sorted by relevance
199 if (q->mq_ops->put_budget) in blk_mq_put_dispatch_budget()200 q->mq_ops->put_budget(q, budget_token); in blk_mq_put_dispatch_budget()205 if (q->mq_ops->get_budget) in blk_mq_get_dispatch_budget()206 return q->mq_ops->get_budget(q); in blk_mq_get_dispatch_budget()215 if (rq->q->mq_ops->set_rq_budget_token) in blk_mq_set_rq_budget_token()216 rq->q->mq_ops->set_rq_budget_token(rq, token); in blk_mq_set_rq_budget_token()221 if (rq->q->mq_ops->get_rq_budget_token) in blk_mq_get_rq_budget_token()222 return rq->q->mq_ops->get_rq_budget_token(rq); in blk_mq_get_rq_budget_token()
892 rq->q->mq_ops->complete(rq); in blk_complete_reqs()995 rq->q->mq_ops->complete(rq); in blk_mq_complete_request()1192 if (req->q->mq_ops->timeout) { in blk_mq_rq_timed_out()1663 ret = q->mq_ops->queue_rq(hctx, &bd); in blk_mq_dispatch_rq_list()1696 q->mq_ops->commit_rqs(hctx); in blk_mq_dispatch_rq_list()2198 if (hctx->queue->mq_ops->commit_rqs) { in blk_mq_commit_rqs()2200 hctx->queue->mq_ops->commit_rqs(hctx); in blk_mq_commit_rqs()2331 ret = q->mq_ops->queue_rq(hctx, &bd); in __blk_mq_issue_directly()3714 q->mq_ops = set->ops; in blk_mq_init_allocated_queue()3769 q->mq_ops = NULL; in blk_mq_init_allocated_queue()[all …]
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()
411 if (!q->mq_ops || !q->mq_ops->poll) in queue_poll_delay_store()680 (!q->mq_ops || !q->mq_ops->timeout)) in queue_attr_visible()
1384 if (queue_is_mq(q) && q->mq_ops->busy) in blk_lld_busy()1385 return q->mq_ops->busy(q); in blk_lld_busy()
871 if (rq->q->mq_ops->cleanup_rq) in blk_mq_cleanup_rq()872 rq->q->mq_ops->cleanup_rq(rq); in blk_mq_cleanup_rq()
198 const struct blk_mq_ops *mq_ops; member464 return q->mq_ops; in queue_is_mq()
1971 if (q->mq_ops == &scsi_mq_ops_no_commit || in scsi_device_from_queue()1972 q->mq_ops == &scsi_mq_ops) in scsi_device_from_queue()
Completed in 30 milliseconds