Searched refs:ue_count (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/Documentation/driver-api/ |
D | edac.rst | 166 /ue_count 168 /ue_count 171 /ue_count 173 /ue_count
|
/Linux-v4.19/drivers/edac/ |
D | edac_device_sysfs.c | 311 return sprintf(data, "%u\n", instance->counters.ue_count); in instance_ue_count_show() 388 INSTANCE_ATTR(ue_count, S_IRUGO, instance_ue_count_show, NULL); 418 return sprintf(data, "%u\n", block->counters.ue_count); in block_ue_count_show() 486 BLOCK_ATTR(ue_count, S_IRUGO, block_ue_count_show, NULL);
|
D | edac_device.c | 627 block->counters.ue_count++; in edac_device_handle_ue() 631 instance->counters.ue_count++; in edac_device_handle_ue() 632 edac_dev->counters.ue_count++; in edac_device_handle_ue()
|
D | edac_device.h | 75 u32 ue_count; member
|
D | edac_mc_sysfs.c | 149 return sprintf(data, "%u\n", csrow->ue_count); in csrow_ue_count_show() 254 DEVICE_ATTR_LEGACY(ue_count, S_IRUGO, csrow_ue_count_show, NULL); 677 ri->ue_count = 0; in mci_reset_counters_store() 845 static DEVICE_ATTR(ue_count, S_IRUGO, mci_ue_count_show, NULL);
|
D | edac_mc.c | 1232 mci->csrows[row]->ue_count += error_count; in edac_mc_handle_error()
|
/Linux-v4.19/include/linux/ |
D | edac.h | 490 u32 ue_count; /* Uncorrectable Errors for this csrow */ member
|
/Linux-v4.19/Documentation/admin-guide/ |
D | ras.rst | 455 │ │ ├── ue_count 476 │ │ ├── ue_count 579 - ``ue_count`` - Total Uncorrectable Errors count attribute file 923 ue_count total of UE events of subdirectories 941 ue_count which is counter of UE events for this ``block``
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-devices-edac | 31 What: /sys/devices/system/edac/mc/mc*/ue_count
|