Lines Matching refs:mq_ops
286 if (q->mq_ops) { in blk_sync_queue()
520 if (q->mq_ops) in blk_set_queue_dying()
575 if (!q->mq_ops) in blk_cleanup_queue()
587 if (q->mq_ops) in blk_cleanup_queue()
1294 if (q->mq_ops) in blk_get_request()
1466 if (q->mq_ops) { in __blk_put_request()
1500 if (q->mq_ops) in blk_put_request()
1625 if (q->mq_ops) in blk_attempt_plug_merge()
1673 if (q->mq_ops) in blk_plug_queued_count()
2189 if (q->mq_ops) { in blk_insert_cloned_request()
3332 if (!q->mq_ops || !q->mq_ops->poll || !blk_qc_t_valid(cookie) || in blk_poll()
3348 ret = q->mq_ops->poll(hctx, blk_qc_t_to_tag(cookie)); in blk_poll()