Searched refs:ue_count (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/edac/ |
D | edac_device_sysfs.c | 320 return sprintf(data, "%u\n", instance->counters.ue_count); in instance_ue_count_show() 397 INSTANCE_ATTR(ue_count, S_IRUGO, instance_ue_count_show, NULL); 427 return sprintf(data, "%u\n", block->counters.ue_count); in block_ue_count_show() 495 BLOCK_ATTR(ue_count, S_IRUGO, block_ue_count_show, NULL);
|
D | edac_device.c | 694 block->counters.ue_count++; in edac_device_handle_ue() 698 instance->counters.ue_count++; in edac_device_handle_ue() 699 edac_dev->counters.ue_count++; in edac_device_handle_ue()
|
D | edac_mc_sysfs.c | 171 return sprintf(data, "%u\n", csrow->ue_count); in csrow_ue_count_show() 276 DEVICE_ATTR_LEGACY(ue_count, S_IRUGO, csrow_ue_count_show, NULL); 643 ri->ue_count = 0; in mci_reset_counters_store() 811 static DEVICE_ATTR(ue_count, S_IRUGO, mci_ue_count_show, NULL);
|
D | edac_core.h | 139 u32 ue_count; member
|
D | edac_mc.c | 1276 mci->csrows[row]->ue_count += error_count; in edac_mc_handle_error()
|
/linux-4.4.14/include/linux/ |
D | edac.h | 597 u32 ue_count; /* Uncorrectable Errors for this csrow */ member
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-devices-edac | 31 What: /sys/devices/system/edac/mc/mc*/ue_count
|
/linux-4.4.14/Documentation/ |
D | edac.txt | 222 'ue_count' 554 ue_count total of UE events of subdirectories 569 ue_count which is counter of UE events for this 'block'
|