ecc_stngs          20 drivers/edac/amd64_edac.c static struct ecc_settings **ecc_stngs;
ecc_stngs        3543 drivers/edac/amd64_edac.c 	ecc_stngs[nid] = s;
ecc_stngs        3575 drivers/edac/amd64_edac.c 	ecc_stngs[nid] = NULL;
ecc_stngs        3584 drivers/edac/amd64_edac.c 	struct ecc_settings *s = ecc_stngs[nid];
ecc_stngs        3602 drivers/edac/amd64_edac.c 	kfree(ecc_stngs[nid]);
ecc_stngs        3603 drivers/edac/amd64_edac.c 	ecc_stngs[nid] = NULL;
ecc_stngs        3665 drivers/edac/amd64_edac.c 	ecc_stngs = kcalloc(amd_nb_num(), sizeof(ecc_stngs[0]), GFP_KERNEL);
ecc_stngs        3666 drivers/edac/amd64_edac.c 	if (!ecc_stngs)
ecc_stngs        3715 drivers/edac/amd64_edac.c 	kfree(ecc_stngs);
ecc_stngs        3716 drivers/edac/amd64_edac.c 	ecc_stngs = NULL;
ecc_stngs        3739 drivers/edac/amd64_edac.c 	kfree(ecc_stngs);
ecc_stngs        3740 drivers/edac/amd64_edac.c 	ecc_stngs = NULL;