Searched refs:ce_count (Results 1 – 6 of 6) sorted by relevance
/drivers/edac/ |
D | tile_edac.c | 52 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()
|
D | edac_device_sysfs.c | 326 return sprintf(data, "%u\n", instance->counters.ce_count); in instance_ce_count_show() 396 INSTANCE_ATTR(ce_count, S_IRUGO, instance_ce_count_show, NULL); 435 return sprintf(data, "%u\n", block->counters.ce_count); in block_ce_count_show() 494 BLOCK_ATTR(ce_count, S_IRUGO, block_ce_count_show, NULL);
|
D | edac_device.c | 651 block->counters.ce_count++; in edac_device_handle_ce() 655 instance->counters.ce_count++; in edac_device_handle_ce() 656 edac_dev->counters.ce_count++; in edac_device_handle_ce()
|
D | edac_mc_sysfs.c | 173 return sprintf(data, "%u\n", csrow->ce_count); in csrow_ce_count_show() 255 return sprintf(data, "%u\n", rank->ce_count); in channel_ce_count_show() 264 DEVICE_ATTR_LEGACY(ce_count, S_IRUGO, csrow_ce_count_show, NULL); 647 ri->ce_count = 0; in mci_reset_counters_store() 650 ri->channels[chan]->ce_count = 0; in mci_reset_counters_store() 856 DEVICE_ATTR(ce_count, S_IRUGO, mci_ce_count_show, NULL);
|
D | edac_core.h | 138 u32 ce_count; member
|
D | edac_mc.c | 1260 mci->csrows[row]->ce_count += error_count; in edac_mc_handle_error() 1262 mci->csrows[row]->channels[chan]->ce_count += error_count; in edac_mc_handle_error()
|