Searched refs:tot_csrows (Results 1 – 1 of 1) sorted by relevance
318 unsigned int tot_csrows = 1, tot_channels = 1, tot_errcount = 0; in edac_mc_alloc() local331 tot_csrows *= layers[i].size; in edac_mc_alloc()362 tot_csrows * tot_channels); in edac_mc_alloc()385 mci->nr_csrows = tot_csrows; in edac_mc_alloc()392 mci->csrows = kcalloc(tot_csrows, sizeof(*mci->csrows), GFP_KERNEL); in edac_mc_alloc()395 for (row = 0; row < tot_csrows; row++) { in edac_mc_alloc()476 if (row == tot_csrows) { in edac_mc_alloc()