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