Searched refs:tot_dimms (Results 1 – 5 of 5) sorted by relevance
186 mci->tot_dimms, mci->dimms); in edac_mc_dump_mci()282 for (i = 0; i < mci->tot_dimms; i++) in _edac_mc_free()317 unsigned int size, tot_dimms = 1, count = 1; in edac_mc_alloc() local329 tot_dimms *= layers[i].size; in edac_mc_alloc()360 tot_dimms, in edac_mc_alloc()380 mci->tot_dimms = tot_dimms; in edac_mc_alloc()421 mci->dimms = kcalloc(tot_dimms, sizeof(*mci->dimms), GFP_KERNEL); in edac_mc_alloc()428 for (i = 0; i < tot_dimms; i++) { in edac_mc_alloc()431 if (off < 0 || off >= tot_dimms) { in edac_mc_alloc()733 for (i = 0; i < mci->tot_dimms; i++) in edac_mc_add_mc_with_groups()[all …]
955 for (i = 0; i < mci->tot_dimms; i++) { in edac_create_sysfs_mci_device()1004 for (i = 0; i < mci->tot_dimms; i++) { in edac_remove_sysfs_mci_device()
87 for (i = 0; i < mci->tot_dimms; i++) { in get_dimm_smbios_index()
854 for (i = 0; i < mci->tot_dimms; i++) { in i5100_init_csrows()
618 unsigned int tot_dimms; member