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

/linux-master/block/
H A Dblk-mq.c2714 struct blk_mq_hw_ctx *this_hctx = NULL; local
2725 if (!this_hctx) {
2726 this_hctx = rq->mq_hctx;
2729 } else if (this_hctx != rq->mq_hctx || this_ctx != rq->mq_ctx ||
2739 trace_block_unplug(this_hctx->queue, depth, !from_sched);
2741 percpu_ref_get(&this_hctx->queue->q_usage_counter);
2744 spin_lock(&this_hctx->lock);
2745 list_splice_tail_init(&list, &this_hctx->dispatch);
2746 spin_unlock(&this_hctx->lock);
2747 blk_mq_run_hw_queue(this_hctx, from_sche
[all...]

Completed in 242 milliseconds