Home
last modified time | relevance | path

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

/linux-6.15/drivers/edac/
H A Damd64_edac.c34 static struct ecc_settings **ecc_stngs; variable
4002 ecc_stngs[nid] = s; in probe_one_instance()
4064 ecc_stngs[nid] = NULL; in probe_one_instance()
4086 kfree(ecc_stngs[nid]); in remove_one_instance()
4087 ecc_stngs[nid] = NULL; in remove_one_instance()
4144 ecc_stngs = kcalloc(amd_nb_num(), sizeof(ecc_stngs[0]), GFP_KERNEL); in amd64_edac_init()
4145 if (!ecc_stngs) in amd64_edac_init()
4189 kfree(ecc_stngs); in amd64_edac_init()
4190 ecc_stngs = NULL; in amd64_edac_init()
4211 kfree(ecc_stngs); in amd64_edac_exit()
[all …]