Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/edac/
Dedac_mc.c47 debugf4("\tchannel->ce_count = %d\n", chan->ce_count); in edac_mc_dump_channel()
718 mci->ce_count++; in edac_mc_handle_ce()
719 mci->csrows[row].ce_count++; in edac_mc_handle_ce()
720 mci->csrows[row].channels[channel].ce_count++; in edac_mc_handle_ce()
749 mci->ce_count++; in edac_mc_handle_ce_no_info()
919 mci->ce_count++; in edac_mc_handle_fbd_ce()
920 mci->csrows[csrow].ce_count++; in edac_mc_handle_fbd_ce()
921 mci->csrows[csrow].channels[channel].ce_count++; in edac_mc_handle_fbd_ce()
Dtile_edac.c52 unsigned int ce_count; /* member
71 if (mem_error.sbe_count != priv->ce_count) { in tile_edac_check()
73 priv->ce_count = mem_error.sbe_count; in tile_edac_check()
Dedac_mc_sysfs.c141 return sprintf(data, "%u\n", csrow->ce_count); in csrow_ce_count_show()
197 return sprintf(data, "%u\n", csrow->channels[channel].ce_count); in channel_ce_count_show()
256 CSROWDEV_ATTR(ce_count, S_IRUGO, csrow_ce_count_show, NULL, 0);
423 mci->ce_count = 0; in mci_reset_counters_store()
429 ri->ce_count = 0; in mci_reset_counters_store()
432 ri->channels[chan].ce_count = 0; in mci_reset_counters_store()
497 return sprintf(data, "%d\n", mci->ce_count); in mci_ce_count_show()
592 MCIDEV_ATTR(ce_count, S_IRUGO, mci_ce_count_show, NULL);
Dedac_core.h304 u32 ce_count; /* Correctable Errors for this CHANNEL */ member
320 u32 ce_count; /* Correctable Errors for this csrow */ member
421 u32 ce_count; /* Total Correctable Errors for this MC */ member
496 u32 ce_count; member
Dedac_device_sysfs.c328 return sprintf(data, "%u\n", instance->counters.ce_count); in instance_ce_count_show()
398 INSTANCE_ATTR(ce_count, S_IRUGO, instance_ce_count_show, NULL);
437 return sprintf(data, "%u\n", block->counters.ce_count); in block_ce_count_show()
496 BLOCK_ATTR(ce_count, S_IRUGO, block_ce_count_show, NULL);
Dedac_device.c672 block->counters.ce_count++; in edac_device_handle_ce()
676 instance->counters.ce_count++; in edac_device_handle_ce()
677 edac_dev->counters.ce_count++; in edac_device_handle_ce()
Di5100_edac.c438 mci->ce_count++; in i5100_handle_ce()
439 mci->csrows[csrow].ce_count++; in i5100_handle_ce()
440 mci->csrows[csrow].channels[0].ce_count++; in i5100_handle_ce()
866 mci->csrows[i].ce_count = 0; in i5100_init_csrows()
872 mci->csrows[i].channels[0].ce_count = 0; in i5100_init_csrows()
Di7core_edac.c697 csr->channels[0].ce_count = 0; in get_dimm_config()
/linux-2.6.39/Documentation/
Dedac.txt299 'ce_count'
361 'ce_count'
681 ce_count total of CE events of subdirectories
694 ce_count which is counter of CE events for this 'block'