pe_count           37 drivers/edac/edac_pci.h 	atomic_t pe_count;
pe_count           61 drivers/edac/edac_pci_sysfs.c 	return sprintf(data, "%u\n", atomic_read(&pci->counters.pe_count));
pe_count          134 drivers/edac/edac_pci_sysfs.c INSTANCE_ATTR(pe_count, S_IRUGO, instance_pe_count_show, NULL);
pe_count          689 drivers/edac/edac_pci_sysfs.c 	atomic_inc(&pci->counters.pe_count);