Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/edac/
Damd64_edac.c25 static struct ecc_settings **ecc_stngs; variable
2638 ecc_stngs[nid] = s; in amd64_probe_one_instance()
2662 ecc_stngs[nid] = NULL; in amd64_probe_one_instance()
2674 struct ecc_settings *s = ecc_stngs[nid]; in amd64_remove_one_instance()
2691 kfree(ecc_stngs[nid]); in amd64_remove_one_instance()
2692 ecc_stngs[nid] = NULL; in amd64_remove_one_instance()
2782 ecc_stngs = kzalloc(amd_nb_num() * sizeof(ecc_stngs[0]), GFP_KERNEL); in amd64_edac_init()
2783 if (!(mcis && ecc_stngs)) in amd64_edac_init()
2812 kfree(ecc_stngs); in amd64_edac_init()
2813 ecc_stngs = NULL; in amd64_edac_init()
[all …]