Home
last modified time | relevance | path

Searched refs:new_hctxs (Results 1 – 1 of 1) sorted by relevance

/linux/block/
H A Dblk-mq.c4546 struct blk_mq_hw_ctx **new_hctxs; in __blk_mq_realloc_hw_ctxs() local
4548 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()