Home
last modified time | relevance | path

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

/Linux-v5.10/block/
Dblk-mq.c3114 struct blk_mq_hw_ctx **new_hctxs; in blk_mq_realloc_hw_ctxs() local
3116 new_hctxs = kcalloc_node(set->nr_hw_queues, in blk_mq_realloc_hw_ctxs()
3117 sizeof(*new_hctxs), GFP_KERNEL, in blk_mq_realloc_hw_ctxs()
3119 if (!new_hctxs) in blk_mq_realloc_hw_ctxs()
3122 memcpy(new_hctxs, hctxs, q->nr_hw_queues * in blk_mq_realloc_hw_ctxs()
3124 q->queue_hw_ctx = new_hctxs; in blk_mq_realloc_hw_ctxs()
3126 hctxs = new_hctxs; in blk_mq_realloc_hw_ctxs()