Home
last modified time | relevance | path

Searched refs:tot_dimms (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/edac/
H A Dedac_mc.c130 mci->tot_dimms, mci->dimms); in edac_mc_dump_mci()
185 for (i = 0; i < mci->tot_dimms; i++) in mci_release()
264 mci->dimms = kzalloc_objs(*mci->dimms, mci->tot_dimms); in edac_mc_alloc_dimms()
271 for (idx = 0; idx < mci->tot_dimms; idx++) { in edac_mc_alloc_dimms()
341 unsigned int idx, tot_dimms = 1; in edac_mc_alloc() local
353 tot_dimms *= layers[idx].size; in edac_mc_alloc()
381 mci->tot_dimms = tot_dimms; in edac_mc_alloc()
/linux/include/linux/
H A Dedac.h560 unsigned int tot_dimms; member
617 (dimm) = (dimm)->idx + 1 < (mci)->tot_dimms \
656 if (index < 0 || index >= mci->tot_dimms) in edac_get_dimm()