Lines Matching refs:tot_dimms
119 mci->tot_dimms, mci->dimms); in edac_mc_dump_mci()
211 const unsigned int tot_dimms = mci->tot_dimms; in _edac_mc_free() local
216 for (i = 0; i < tot_dimms; i++) in _edac_mc_free()
273 unsigned size, tot_dimms = 1, count = 1; in edac_mc_alloc() local
285 tot_dimms *= layers[i].size; in edac_mc_alloc()
316 tot_dimms, in edac_mc_alloc()
336 mci->tot_dimms = tot_dimms; in edac_mc_alloc()
377 mci->dimms = kcalloc(tot_dimms, sizeof(*mci->dimms), GFP_KERNEL); in edac_mc_alloc()
384 for (i = 0; i < tot_dimms; i++) { in edac_mc_alloc()
387 if (off < 0 || off >= tot_dimms) { in edac_mc_alloc()
748 for (i = 0; i < mci->tot_dimms; i++) in edac_mc_add_mc_with_groups()
1204 for (i = 0; i < mci->tot_dimms; i++) { in edac_mc_handle_error()