Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/microcode/
H A Dintel.c837 u8 *new_mc = NULL, *mc = NULL; in parse_microcode_blobs() local
885 kvfree(new_mc); in parse_microcode_blobs()
887 new_mc = mc; in parse_microcode_blobs()
896 if (!new_mc) in parse_microcode_blobs()
899 ucode_patch_late = (struct microcode_intel *)new_mc; in parse_microcode_blobs()
904 kvfree(new_mc); in parse_microcode_blobs()
/linux/drivers/net/ethernet/mellanox/mlx4/
H A 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()