Searched refs:new_hctxs (Results 1 – 1 of 1) sorted by relevance
3241 struct blk_mq_hw_ctx **new_hctxs; in blk_mq_realloc_hw_ctxs() local3243 new_hctxs = kcalloc_node(set->nr_hw_queues, in blk_mq_realloc_hw_ctxs()3244 sizeof(*new_hctxs), GFP_KERNEL, in blk_mq_realloc_hw_ctxs()3246 if (!new_hctxs) in blk_mq_realloc_hw_ctxs()3249 memcpy(new_hctxs, hctxs, q->nr_hw_queues * in blk_mq_realloc_hw_ctxs()3251 q->queue_hw_ctx = new_hctxs; in blk_mq_realloc_hw_ctxs()3253 hctxs = new_hctxs; in blk_mq_realloc_hw_ctxs()