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

/linux-master/block/
H A Dblk-mq.c2732 struct blk_mq_hw_ctx *this_hctx = NULL; local
2743 if (!this_hctx) {
2744 this_hctx = rq->mq_hctx;
2747 } else if (this_hctx != rq->mq_hctx || this_ctx != rq->mq_ctx ||
2757 trace_block_unplug(this_hctx->queue, depth, !from_sched);
2759 percpu_ref_get(&this_hctx->queue->q_usage_counter);
2762 spin_lock(&this_hctx->lock);
2763 list_splice_tail_init(&list, &this_hctx->dispatch);
2764 spin_unlock(&this_hctx->lock);
2765 blk_mq_run_hw_queue(this_hctx, from_sche
[all...]

Completed in 167 milliseconds