Searched refs:new_hctxs (Results 1 – 1 of 1) sorted by relevance
3291 struct blk_mq_hw_ctx **new_hctxs; in blk_mq_realloc_hw_ctxs() local3293 new_hctxs = kcalloc_node(set->nr_hw_queues, in blk_mq_realloc_hw_ctxs()3294 sizeof(*new_hctxs), GFP_KERNEL, in blk_mq_realloc_hw_ctxs()3296 if (!new_hctxs) in blk_mq_realloc_hw_ctxs()3299 memcpy(new_hctxs, hctxs, q->nr_hw_queues * in blk_mq_realloc_hw_ctxs()3301 q->queue_hw_ctx = new_hctxs; in blk_mq_realloc_hw_ctxs()3303 hctxs = new_hctxs; in blk_mq_realloc_hw_ctxs()