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

/linux-master/block/
H A Dblk-mq.c2733 struct blk_mq_ctx *this_ctx = NULL; local
2745 this_ctx = rq->mq_ctx;
2747 } else if (this_hctx != rq->mq_hctx || this_ctx != rq->mq_ctx ||
2771 blk_mq_insert_requests(this_hctx, this_ctx, &list, from_sched);

Completed in 100 milliseconds