Home
last modified time | relevance | path

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

/linux/drivers/edac/
H A Damd64_edac.c34 static struct ecc_settings **ecc_stngs; variable
4007 ecc_stngs[nid] = s; in probe_one_instance()
4069 ecc_stngs[nid] = NULL; in probe_one_instance()
4078 struct ecc_settings *s = ecc_stngs[nid]; in remove_one_instance()
4091 kfree(ecc_stngs[nid]); in remove_one_instance()
4092 ecc_stngs[nid] = NULL; in remove_one_instance()
4149 ecc_stngs = kzalloc_objs(ecc_stngs[0], amd_nb_num()); in amd64_edac_init()
4150 if (!ecc_stngs) in amd64_edac_init()
4194 kfree(ecc_stngs); in amd64_edac_init()
4195 ecc_stngs = NULL; in amd64_edac_init()
[all …]