Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/edac/
Damd64_edac.c20 static struct ecc_settings **ecc_stngs; variable
3541 ecc_stngs[nid] = s; in probe_one_instance()
3573 ecc_stngs[nid] = NULL; in probe_one_instance()
3582 struct ecc_settings *s = ecc_stngs[nid]; in remove_one_instance()
3600 kfree(ecc_stngs[nid]); in remove_one_instance()
3601 ecc_stngs[nid] = NULL; in remove_one_instance()
3663 ecc_stngs = kcalloc(amd_nb_num(), sizeof(ecc_stngs[0]), GFP_KERNEL); in amd64_edac_init()
3664 if (!ecc_stngs) in amd64_edac_init()
3713 kfree(ecc_stngs); in amd64_edac_init()
3714 ecc_stngs = NULL; in amd64_edac_init()
[all …]