Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kernel/cpu/microcode/
Dintel.c499 u8 *new_mc = NULL, *mc = NULL; in parse_microcode_blobs() local
547 kvfree(new_mc); in parse_microcode_blobs()
549 new_mc = mc; in parse_microcode_blobs()
558 if (!new_mc) in parse_microcode_blobs()
561 ucode_patch_late = (struct microcode_intel *)new_mc; in parse_microcode_blobs()
566 kvfree(new_mc); in parse_microcode_blobs()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c844 struct mlx4_en_mc_list *dst_tmp, *src_tmp, *new_mc; in update_mclist_flags() local
875 new_mc = kmemdup(src_tmp, in update_mclist_flags()
878 if (!new_mc) in update_mclist_flags()
881 new_mc->action = MCLIST_ADD; in update_mclist_flags()
882 list_add_tail(&new_mc->list, dst); in update_mclist_flags()