Home
last modified time | relevance | path

Searched refs:log_ue (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/edac/
Dedac_device.h160 int log_ue; /* boolean for logging UEs */ member
Dedac_device_sysfs.c35 return sprintf(data, "%u\n", ctl_info->log_ue); in edac_device_ctl_log_ue_show()
43 ctl_info->log_ue = (simple_strtoul(data, NULL, 0) != 0); in edac_device_ctl_log_ue_store()
155 CTL_INFO_ATTR(log_ue, S_IRUGO | S_IWUSR,
Dedac_device.c136 dev_ctl->log_ue = 1; in edac_device_alloc_ctl_info()
549 return edac_dev->log_ue; in edac_device_get_log_ue()
/Linux-v5.10/Documentation/admin-guide/
Dras.rst896 log_ue boolean to log UE events