Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/edac/
H A Damd64_edac.c19 static struct ecc_settings **ecc_stngs; variable
3564 ecc_stngs[nid] = s; in probe_one_instance()
3624 ecc_stngs[nid] = NULL; in probe_one_instance()
3633 struct ecc_settings *s = ecc_stngs[nid]; in remove_one_instance()
3646 kfree(ecc_stngs[nid]); in remove_one_instance()
3647 ecc_stngs[nid] = NULL; in remove_one_instance()
3700 ecc_stngs = kcalloc(amd_nb_num(), sizeof(ecc_stngs[0]), GFP_KERNEL); in amd64_edac_init()
3701 if (!ecc_stngs) in amd64_edac_init()
3747 kfree(ecc_stngs); in amd64_edac_init()
[all...]
/kernel/linux/linux-6.6/drivers/edac/
H A Damd64_edac.c32 static struct ecc_settings **ecc_stngs; variable
4246 ecc_stngs[nid] = s; in probe_one_instance()
4308 ecc_stngs[nid] = NULL; in probe_one_instance()
4317 struct ecc_settings *s = ecc_stngs[nid]; in remove_one_instance()
4330 kfree(ecc_stngs[nid]); in remove_one_instance()
4331 ecc_stngs[nid] = NULL; in remove_one_instance()
4388 ecc_stngs = kcalloc(amd_nb_num(), sizeof(ecc_stngs[0]), GFP_KERNEL); in amd64_edac_init()
4389 if (!ecc_stngs) in amd64_edac_init()
4433 kfree(ecc_stngs); in amd64_edac_init()
[all...]

Completed in 10 milliseconds