Searched refs:new_hctxs (Results 1 – 1 of 1) sorted by relevance
4546 struct blk_mq_hw_ctx **new_hctxs; in __blk_mq_realloc_hw_ctxs() local4548 new_hctxs = kcalloc_node(set->nr_hw_queues, in __blk_mq_realloc_hw_ctxs()4549 sizeof(*new_hctxs), GFP_KERNEL, in __blk_mq_realloc_hw_ctxs()4551 if (!new_hctxs) in __blk_mq_realloc_hw_ctxs()4554 memcpy(new_hctxs, hctxs, q->nr_hw_queues * in __blk_mq_realloc_hw_ctxs()4556 rcu_assign_pointer(q->queue_hw_ctx, new_hctxs); in __blk_mq_realloc_hw_ctxs()4562 hctxs = new_hctxs; in __blk_mq_realloc_hw_ctxs()