Home
last modified time | relevance | path

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

/Linux-v5.15/block/
Dblk-mq.c3202 struct blk_mq_hw_ctx **new_hctxs; in blk_mq_realloc_hw_ctxs() local
3204 new_hctxs = kcalloc_node(set->nr_hw_queues, in blk_mq_realloc_hw_ctxs()
3205 sizeof(*new_hctxs), GFP_KERNEL, in blk_mq_realloc_hw_ctxs()
3207 if (!new_hctxs) in blk_mq_realloc_hw_ctxs()
3210 memcpy(new_hctxs, hctxs, q->nr_hw_queues * in blk_mq_realloc_hw_ctxs()
3212 q->queue_hw_ctx = new_hctxs; in blk_mq_realloc_hw_ctxs()
3214 hctxs = new_hctxs; in blk_mq_realloc_hw_ctxs()