Searched refs:tot_dimms (Results 1 – 4 of 4) sorted by relevance
124 mci->tot_dimms, mci->dimms); in edac_mc_dump_mci()216 const unsigned int tot_dimms = mci->tot_dimms; in _edac_mc_free() local221 for (i = 0; i < tot_dimms; i++) in _edac_mc_free()278 unsigned size, tot_dimms = 1, count = 1; in edac_mc_alloc() local290 tot_dimms *= layers[i].size; in edac_mc_alloc()321 tot_dimms, in edac_mc_alloc()341 mci->tot_dimms = tot_dimms; in edac_mc_alloc()382 mci->dimms = kcalloc(tot_dimms, sizeof(*mci->dimms), GFP_KERNEL); in edac_mc_alloc()389 for (i = 0; i < tot_dimms; i++) { in edac_mc_alloc()392 if (off < 0 || off >= tot_dimms) { in edac_mc_alloc()[all …]
925 for (i = 0; i < mci->tot_dimms; i++) { in edac_create_sysfs_mci_device()990 for (i = 0; i < mci->tot_dimms; i++) { in edac_remove_sysfs_mci_device()
855 for (i = 0; i < mci->tot_dimms; i++) { in i5100_init_csrows()
722 unsigned tot_dimms; member