Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/edac/
Dedac_mc.c213 const unsigned int tot_csrows = mci->nr_csrows; in _edac_mc_free() local
221 for (row = 0; row < tot_csrows; row++) { in _edac_mc_free()
274 unsigned tot_csrows = 1, tot_channels = 1, tot_errcount = 0; in edac_mc_alloc() local
287 tot_csrows *= layers[i].size; in edac_mc_alloc()
318 tot_csrows * tot_channels); in edac_mc_alloc()
341 mci->nr_csrows = tot_csrows; in edac_mc_alloc()
348 mci->csrows = kcalloc(tot_csrows, sizeof(*mci->csrows), GFP_KERNEL); in edac_mc_alloc()
351 for (row = 0; row < tot_csrows; row++) { in edac_mc_alloc()
432 if (row == tot_csrows) { in edac_mc_alloc()