Lines Matching refs:ecc_stngs
32 static struct ecc_settings **ecc_stngs;
4246 ecc_stngs[nid] = s;
4308 ecc_stngs[nid] = NULL;
4317 struct ecc_settings *s = ecc_stngs[nid];
4330 kfree(ecc_stngs[nid]);
4331 ecc_stngs[nid] = NULL;
4388 ecc_stngs = kcalloc(amd_nb_num(), sizeof(ecc_stngs[0]), GFP_KERNEL);
4389 if (!ecc_stngs)
4433 kfree(ecc_stngs);
4434 ecc_stngs = NULL;
4455 kfree(ecc_stngs);
4456 ecc_stngs = NULL;