Lines Matching refs:ecc_stngs
19 static struct ecc_settings **ecc_stngs; variable
3564 ecc_stngs[nid] = s; in probe_one_instance()
3624 ecc_stngs[nid] = NULL; in probe_one_instance()
3633 struct ecc_settings *s = ecc_stngs[nid]; in remove_one_instance()
3646 kfree(ecc_stngs[nid]); in remove_one_instance()
3647 ecc_stngs[nid] = NULL; in remove_one_instance()
3700 ecc_stngs = kcalloc(amd_nb_num(), sizeof(ecc_stngs[0]), GFP_KERNEL); in amd64_edac_init()
3701 if (!ecc_stngs) in amd64_edac_init()
3747 kfree(ecc_stngs); in amd64_edac_init()
3748 ecc_stngs = NULL; in amd64_edac_init()
3769 kfree(ecc_stngs); in amd64_edac_exit()
3770 ecc_stngs = NULL; in amd64_edac_exit()