Searched refs:ecc_stngs (Results 1 – 1 of 1) sorted by relevance
19 static struct ecc_settings **ecc_stngs; variable3333 ecc_stngs[nid] = s; in probe_one_instance()3365 ecc_stngs[nid] = NULL; in probe_one_instance()3374 struct ecc_settings *s = ecc_stngs[nid]; in remove_one_instance()3392 kfree(ecc_stngs[nid]); in remove_one_instance()3393 ecc_stngs[nid] = NULL; in remove_one_instance()3454 ecc_stngs = kcalloc(amd_nb_num(), sizeof(ecc_stngs[0]), GFP_KERNEL); in amd64_edac_init()3455 if (!ecc_stngs) in amd64_edac_init()3502 kfree(ecc_stngs); in amd64_edac_init()3503 ecc_stngs = NULL; in amd64_edac_init()[all …]