Searched refs:ce_count (Results 1 - 14 of 14) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/edac/
H A Dedac_mc.c47 debugf4("\tchannel->ce_count = %d\n", chan->ce_count);
704 mci->ce_count++;
705 mci->csrows[row].ce_count++;
706 mci->csrows[row].channels[channel].ce_count++;
735 mci->ce_count++;
903 mci->ce_count++;
904 mci->csrows[csrow].ce_count++;
905 mci->csrows[csrow].channels[channel].ce_count++;
H A Dedac_core.h300 u32 ce_count; /* Correctable Errors for this CHANNEL */ member in struct:channel_info
316 u32 ce_count; /* Correctable Errors for this csrow */ member in struct:csrow_info
411 u32 ce_count; /* Total Correctable Errors for this MC */ member in struct:mem_ctl_info
430 * controller level, same level as 'ue_count' and 'ce_count' above.
470 * /L1-cache/ce_count
472 * /L2-cache/ce_count
475 * /L1-cache/ce_count
477 * /L2-cache/ce_count
486 u32 ce_count; member in struct:edac_device_counter
580 * controller level, same level as 'ue_count' and 'ce_count' abov
[all...]
H A Dedac_mc_sysfs.c140 return sprintf(data, "%u\n", csrow->ce_count);
196 return sprintf(data, "%u\n", csrow->channels[channel].ce_count);
255 CSROWDEV_ATTR(ce_count, S_IRUGO, csrow_ce_count_show, NULL, 0);
292 /* possible dynamic channel ce_count attribute files */
300 /* Total possible dynamic ce_count attribute file table */
331 debugf1("%s() dimm labels and ce_count files created",
391 * namely, the DIMM labels and the channel ce_count
422 mci->ce_count = 0;
428 ri->ce_count = 0;
431 ri->channels[chan].ce_count
[all...]
H A Dedac_device.c672 block->counters.ce_count++;
676 instance->counters.ce_count++;
677 edac_dev->counters.ce_count++;
H A Dedac_device_sysfs.c324 return sprintf(data, "%u\n", instance->counters.ce_count);
394 INSTANCE_ATTR(ce_count, S_IRUGO, instance_ce_count_show, NULL);
433 return sprintf(data, "%u\n", block->counters.ce_count);
492 BLOCK_ATTR(ce_count, S_IRUGO, block_ce_count_show, NULL);
H A Di5100_edac.c438 mci->ce_count++;
439 mci->csrows[csrow].ce_count++;
440 mci->csrows[csrow].channels[0].ce_count++;
850 mci->csrows[i].ce_count = 0;
856 mci->csrows[i].channels[0].ce_count = 0;
H A Di7core_edac.c676 csr->channels[0].ce_count = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/edac/
H A Dedac_mc.c47 debugf4("\tchannel->ce_count = %d\n", chan->ce_count);
704 mci->ce_count++;
705 mci->csrows[row].ce_count++;
706 mci->csrows[row].channels[channel].ce_count++;
735 mci->ce_count++;
903 mci->ce_count++;
904 mci->csrows[csrow].ce_count++;
905 mci->csrows[csrow].channels[channel].ce_count++;
H A Dedac_core.h300 u32 ce_count; /* Correctable Errors for this CHANNEL */ member in struct:channel_info
316 u32 ce_count; /* Correctable Errors for this csrow */ member in struct:csrow_info
411 u32 ce_count; /* Total Correctable Errors for this MC */ member in struct:mem_ctl_info
430 * controller level, same level as 'ue_count' and 'ce_count' above.
470 * /L1-cache/ce_count
472 * /L2-cache/ce_count
475 * /L1-cache/ce_count
477 * /L2-cache/ce_count
486 u32 ce_count; member in struct:edac_device_counter
580 * controller level, same level as 'ue_count' and 'ce_count' abov
[all...]
H A Dedac_mc_sysfs.c140 return sprintf(data, "%u\n", csrow->ce_count);
196 return sprintf(data, "%u\n", csrow->channels[channel].ce_count);
255 CSROWDEV_ATTR(ce_count, S_IRUGO, csrow_ce_count_show, NULL, 0);
292 /* possible dynamic channel ce_count attribute files */
300 /* Total possible dynamic ce_count attribute file table */
331 debugf1("%s() dimm labels and ce_count files created",
391 * namely, the DIMM labels and the channel ce_count
422 mci->ce_count = 0;
428 ri->ce_count = 0;
431 ri->channels[chan].ce_count
[all...]
H A Dedac_device.c672 block->counters.ce_count++;
676 instance->counters.ce_count++;
677 edac_dev->counters.ce_count++;
H A Dedac_device_sysfs.c324 return sprintf(data, "%u\n", instance->counters.ce_count);
394 INSTANCE_ATTR(ce_count, S_IRUGO, instance_ce_count_show, NULL);
433 return sprintf(data, "%u\n", block->counters.ce_count);
492 BLOCK_ATTR(ce_count, S_IRUGO, block_ce_count_show, NULL);
H A Di5100_edac.c438 mci->ce_count++;
439 mci->csrows[csrow].ce_count++;
440 mci->csrows[csrow].channels[0].ce_count++;
850 mci->csrows[i].ce_count = 0;
856 mci->csrows[i].channels[0].ce_count = 0;
H A Di7core_edac.c676 csr->channels[0].ce_count = 0;

Completed in 147 milliseconds