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

/linux-master/block/
H A Dblk-mq.h247 if (q->mq_ops->put_budget)
248 q->mq_ops->put_budget(q, budget_token);
253 if (q->mq_ops->get_budget)
254 return q->mq_ops->get_budget(q);
263 if (rq->q->mq_ops->set_rq_budget_token)
264 rq->q->mq_ops->set_rq_budget_token(rq, token);
269 if (rq->q->mq_ops->get_rq_budget_token)
270 return rq->q->mq_ops->get_rq_budget_token(rq);
H A Dblk-mq-debugfs.c281 const struct blk_mq_ops *const mq_ops = rq->q->mq_ops; local
299 if (mq_ops->show_rq)
300 mq_ops->show_rq(m, rq);
H A Dblk-mq.c1129 rq->q->mq_ops->complete(rq);
1232 rq->q->mq_ops->complete(rq);
1544 if (req->q->mq_ops->timeout) {
1547 ret = req->q->mq_ops->timeout(req);
2005 if (hctx->queue->mq_ops->commit_rqs && queued) {
2007 hctx->queue->mq_ops->commit_rqs(hctx);
2053 ret = q->mq_ops->queue_rq(hctx, &bd);
2595 ret = q->mq_ops->queue_rq(hctx, &bd);
2727 q->mq_ops->queue_rqs(&plug->mq_list);
2803 if (q->mq_ops
[all...]
H A Dblk-core.c1069 if (queue_is_mq(q) && q->mq_ops->busy)
1070 return q->mq_ops->busy(q);
H A Dblk-sysfs.c686 if (attr == &queue_io_timeout_entry.attr && !q->mq_ops->timeout)
/linux-master/include/linux/
H A Dblk-mq.h956 if (rq->q->mq_ops->cleanup_rq)
957 rq->q->mq_ops->cleanup_rq(rq);
H A Dblkdev.h373 const struct blk_mq_ops *mq_ops; member in struct:request_queue
601 return q->mq_ops;
/linux-master/drivers/scsi/
H A Dscsi_lib.c2107 if (q->mq_ops == &scsi_mq_ops_no_commit ||
2108 q->mq_ops == &scsi_mq_ops)

Completed in 147 milliseconds