Searched refs:mq_ops (Results 1 – 10 of 10) sorted by relevance
195 if (q->mq_ops->put_budget) in blk_mq_put_dispatch_budget()196 q->mq_ops->put_budget(hctx); 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(hctx); in blk_mq_get_dispatch_budget()
37 rq->q->mq_ops->complete(rq); in blk_done_softirq()105 BUG_ON(!q->mq_ops->complete); in __blk_complete_request()
579 q->mq_ops->complete(rq); in __blk_mq_complete_request_remote()610 q->mq_ops->complete(rq); in __blk_mq_complete_request()624 q->mq_ops->complete(rq); in __blk_mq_complete_request()857 if (req->q->mq_ops->timeout) { in blk_mq_rq_timed_out()860 ret = req->q->mq_ops->timeout(req, reserved); in blk_mq_rq_timed_out()1273 ret = q->mq_ops->queue_rq(hctx, &bd); in blk_mq_dispatch_rq_list()1312 if (q->mq_ops->commit_rqs) in blk_mq_dispatch_rq_list()1313 q->mq_ops->commit_rqs(hctx); in blk_mq_dispatch_rq_list()1809 ret = q->mq_ops->queue_rq(hctx, &bd); in __blk_mq_issue_directly()1929 if (!list_empty(list) && hctx->queue->mq_ops->commit_rqs) in blk_mq_try_issue_list_directly()[all …]
326 const struct blk_mq_ops *const mq_ops = rq->q->mq_ops; in __blk_mq_debugfs_rq_show() local344 if (mq_ops->show_rq) in __blk_mq_debugfs_rq_show()345 mq_ops->show_rq(m, rq); in __blk_mq_debugfs_rq_show()
376 if (!q->mq_ops || !q->mq_ops->poll) in queue_poll_delay_store()779 (!q->mq_ops || !q->mq_ops->timeout)) in queue_attr_visible()
586 if (!IS_ERR(req) && q->mq_ops->initialize_rq_fn) in blk_get_request()587 q->mq_ops->initialize_rq_fn(req); in blk_get_request()1554 if (queue_is_mq(q) && q->mq_ops->busy) in blk_lld_busy()1555 return q->mq_ops->busy(q); in blk_lld_busy()
619 if (!q->mq_ops || in elv_support_iosched()
379 if (rq->q->mq_ops->cleanup_rq) in blk_mq_cleanup_rq()380 rq->q->mq_ops->cleanup_rq(rq); in blk_mq_cleanup_rq()
410 const struct blk_mq_ops *mq_ops; member686 return q->mq_ops; in queue_is_mq()
1926 if (q->mq_ops == &scsi_mq_ops_no_commit || in scsi_device_from_queue()1927 q->mq_ops == &scsi_mq_ops) in scsi_device_from_queue()