Home
last modified time | relevance | path

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

/drivers/edac/
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_device_sysfs.c326 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);
Dedac_device.c651 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()
Dedac_mc_sysfs.c173 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);
Dedac_core.h138 u32 ce_count; member
Dedac_mc.c1260 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()