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

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

Completed in 234 milliseconds