Searched refs:mq_ctx (Results 1 – 5 of 5) sorted by relevance
227 struct blk_flush_queue *fq = blk_get_flush_queue(q, flush_rq->mq_ctx); in flush_end_io()234 hctx = q->mq_ops->map_queue(q, flush_rq->mq_ctx->cpu); in flush_end_io()323 flush_rq->mq_ctx = first_rq->mq_ctx; in blk_kick_flush()327 hctx = q->mq_ops->map_queue(q, first_rq->mq_ctx->cpu); in blk_kick_flush()356 struct blk_mq_ctx *ctx = rq->mq_ctx; in mq_flush_data_end_io()389 struct blk_flush_queue *fq = blk_get_flush_queue(q, rq->mq_ctx); in blk_insert_flush()
170 rq->mq_ctx = ctx; in blk_mq_rq_ctx_init()288 struct blk_mq_ctx *ctx = rq->mq_ctx; in blk_mq_free_hctx_request()301 hctx = q->mq_ops->map_queue(q, rq->mq_ctx->cpu); in blk_mq_free_request()337 struct blk_mq_ctx *ctx = rq->mq_ctx; in blk_mq_ipi_complete_request()991 struct blk_mq_ctx *ctx = rq->mq_ctx; in __blk_mq_insert_request()1002 struct blk_mq_ctx *ctx = rq->mq_ctx, *current_ctx; in blk_mq_insert_request()1006 rq->mq_ctx = ctx = current_ctx; in blk_mq_insert_request()1048 rq->mq_ctx = ctx; in blk_mq_insert_requests()1063 return !(rqa->mq_ctx < rqb->mq_ctx || in plug_ctx_cmp()1064 (rqa->mq_ctx == rqb->mq_ctx && in plug_ctx_cmp()[all …]
693 hctx = q->mq_ops->map_queue(q, rq->mq_ctx->cpu); in blk_mq_unique_tag()
706 if (req->mq_ctx) { in scsi_end_request()1091 req->mq_ctx != NULL))) in scsi_init_sgtable()1120 bool is_mq = (rq->mq_ctx != NULL); in scsi_init_io()
96 struct blk_mq_ctx *mq_ctx; member