Searched refs:hctxs (Results 1 – 2 of 2) sorted by relevance
2892 ctx->hctxs[j] = blk_mq_map_queue_type(q, in blk_mq_map_swqueue()2910 ctx->hctxs[j] = hctx; in blk_mq_map_swqueue()2932 ctx->hctxs[j] = blk_mq_map_queue_type(q, in blk_mq_map_swqueue()3198 struct blk_mq_hw_ctx **hctxs = q->queue_hw_ctx; in blk_mq_realloc_hw_ctxs() local3208 if (hctxs) in blk_mq_realloc_hw_ctxs()3209 memcpy(new_hctxs, hctxs, q->nr_hw_queues * in blk_mq_realloc_hw_ctxs()3210 sizeof(*hctxs)); in blk_mq_realloc_hw_ctxs()3212 kfree(hctxs); in blk_mq_realloc_hw_ctxs()3213 hctxs = new_hctxs; in blk_mq_realloc_hw_ctxs()3228 if (hctxs[i] && (hctxs[i]->numa_node == node)) in blk_mq_realloc_hw_ctxs()[all …]
26 struct blk_mq_hw_ctx *hctxs[HCTX_MAX_TYPES]; member119 return ctx->hctxs[type]; in blk_mq_map_queue()