Home
last modified time | relevance | path

Searched refs:ue_count (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/Documentation/driver-api/
Dedac.rst166 /ue_count
168 /ue_count
171 /ue_count
173 /ue_count
/Linux-v4.19/drivers/edac/
Dedac_device_sysfs.c311 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);
Dedac_device.c627 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()
Dedac_device.h75 u32 ue_count; member
Dedac_mc_sysfs.c149 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);
Dedac_mc.c1232 mci->csrows[row]->ue_count += error_count; in edac_mc_handle_error()
/Linux-v4.19/include/linux/
Dedac.h490 u32 ue_count; /* Uncorrectable Errors for this csrow */ member
/Linux-v4.19/Documentation/admin-guide/
Dras.rst455 │   │   ├── 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/
Dsysfs-devices-edac31 What: /sys/devices/system/edac/mc/mc*/ue_count