tot_channels 318 drivers/edac/edac_mc.c unsigned int tot_csrows = 1, tot_channels = 1, tot_errcount = 0; tot_channels 333 drivers/edac/edac_mc.c tot_channels *= layers[i].size; tot_channels 362 drivers/edac/edac_mc.c tot_csrows * tot_channels); tot_channels 386 drivers/edac/edac_mc.c mci->num_cschannel = tot_channels; tot_channels 402 drivers/edac/edac_mc.c csr->nr_channels = tot_channels; tot_channels 403 drivers/edac/edac_mc.c csr->channels = kcalloc(tot_channels, sizeof(*csr->channels), tot_channels 408 drivers/edac/edac_mc.c for (chn = 0; chn < tot_channels; chn++) { tot_channels 470 drivers/edac/edac_mc.c if (chn == tot_channels) {