Searched refs:tot_dimms (Results 1 – 1 of 1) sorted by relevance
130 mci->tot_dimms, mci->dimms); in edac_mc_dump_mci()185 for (i = 0; i < mci->tot_dimms; i++) in mci_release()265 mci->dimms = kcalloc(mci->tot_dimms, sizeof(*mci->dimms), GFP_KERNEL); in edac_mc_alloc_dimms()272 for (idx = 0; idx < mci->tot_dimms; idx++) { in edac_mc_alloc_dimms()342 unsigned int idx, tot_dimms = 1; in edac_mc_alloc() local354 tot_dimms *= layers[idx].size; in edac_mc_alloc()382 mci->tot_dimms = tot_dimms; in edac_mc_alloc()
Completed in 770 milliseconds