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

/linux-master/drivers/edac/
H A Damd64_edac.c33 static struct ecc_settings **ecc_stngs; variable in typeref:struct:ecc_settings
4008 ecc_stngs[nid] = s;
4070 ecc_stngs[nid] = NULL;
4079 struct ecc_settings *s = ecc_stngs[nid];
4092 kfree(ecc_stngs[nid]);
4093 ecc_stngs[nid] = NULL;
4150 ecc_stngs = kcalloc(amd_nb_num(), sizeof(ecc_stngs[0]), GFP_KERNEL);
4151 if (!ecc_stngs)
4195 kfree(ecc_stngs);
[all...]

Completed in 113 milliseconds