Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/edac/
Dedac_device_sysfs.c318 return sprintf(data, "%u\n", instance->counters.ce_count); in instance_ce_count_show()
388 INSTANCE_ATTR(ce_count, S_IRUGO, instance_ce_count_show, NULL);
427 return sprintf(data, "%u\n", block->counters.ce_count); in block_ce_count_show()
486 BLOCK_ATTR(ce_count, S_IRUGO, block_ce_count_show, NULL);
Dedac_device.c583 block->counters.ce_count++; in edac_device_handle_ce()
587 instance->counters.ce_count++; in edac_device_handle_ce()
588 edac_dev->counters.ce_count++; in edac_device_handle_ce()
Dedac_mc_sysfs.c157 return sprintf(data, "%u\n", csrow->ce_count); in csrow_ce_count_show()
246 return sprintf(data, "%u\n", rank->ce_count); in channel_ce_count_show()
255 DEVICE_ATTR_LEGACY(ce_count, S_IRUGO, csrow_ce_count_show, NULL);
684 ri->ce_count = 0; in mci_reset_counters_store()
687 ri->channels[chan]->ce_count = 0; in mci_reset_counters_store()
852 static DEVICE_ATTR(ce_count, S_IRUGO, mci_ce_count_show, NULL);
Dedac_device.h76 u32 ce_count; member
Dedac_mc.c1222 mci->csrows[row]->ce_count += error_count; in edac_mc_handle_error()
1224 mci->csrows[row]->channels[chan]->ce_count += error_count; in edac_mc_handle_error()
/linux-4.19.296/include/linux/
Dedac.h477 u32 ce_count; /* Correctable Errors for this csrow */ member
492 u32 ce_count; /* Correctable Errors for this csrow */ member