Home
last modified time | relevance | path

Searched refs:pe_count (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/edac/
H A Dedac_pci_sysfs.c61 return sprintf(data, "%u\n", atomic_read(&pci->counters.pe_count)); in instance_pe_count_show()
134 INSTANCE_ATTR(pe_count, S_IRUGO, instance_pe_count_show, NULL);
695 atomic_inc(&pci->counters.pe_count); in edac_pci_handle_pe()
H A Dedac_pci.h37 atomic_t pe_count; member