Searched refs:mq_ctx (Results 1 - 6 of 6) sorted by relevance

/linux-master/block/
H A Dblk-flush.c223 struct blk_flush_queue *fq = blk_get_flush_queue(q, flush_rq->mq_ctx);
323 flush_rq->mq_ctx = first_rq->mq_ctx;
356 struct blk_mq_ctx *ctx = rq->mq_ctx;
401 struct blk_flush_queue *fq = blk_get_flush_queue(q, rq->mq_ctx);
H A Dblk-mq.c355 rq->mq_ctx = ctx;
707 struct blk_mq_ctx *ctx = rq->mq_ctx;
1165 if (cpu == rq->mq_ctx->cpu ||
1167 cpus_share_cache(cpu, rq->mq_ctx->cpu) &&
1168 cpus_equal_capacity(cpu, rq->mq_ctx->cpu)))
1172 return cpu_online(rq->mq_ctx->cpu);
1179 cpu = rq->mq_ctx->cpu;
1205 rq->mq_ctx->cpu == raw_smp_processor_id()) ||
2485 BUG_ON(rq->mq_ctx != ctx);
2502 struct blk_mq_ctx *ctx = rq->mq_ctx;
[all...]
H A Dblk-mq.h338 blk_mq_put_tag(hctx->tags, rq->mq_ctx, rq->tag);
H A Dkyber-iosched.c139 * we use request->mq_ctx->index_hw to index the kcq in khd.
550 rq->mq_ctx->cpu);
599 struct kyber_ctx_queue *kcq = &khd->kcqs[rq->mq_ctx->index_hw[hctx->type]];
609 rq->mq_ctx->index_hw[hctx->type]);
H A Dblk-mq-sched.c262 ctx = blk_mq_next_ctx(hctx, rq->mq_ctx);
/linux-master/include/linux/
H A Dblk-mq.h81 struct blk_mq_ctx *mq_ctx; member in struct:request

Completed in 147 milliseconds