Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/edac/
Dedac_pci_sysfs.c30 static atomic_t edac_pci_sysfs_refcount = ATOMIC_INIT(0); variable
346 if (atomic_inc_return(&edac_pci_sysfs_refcount) != 1) in edac_pci_main_kobj_setup()
398 atomic_dec(&edac_pci_sysfs_refcount); in edac_pci_main_kobj_setup()
417 if (atomic_dec_return(&edac_pci_sysfs_refcount) == 0) { in edac_pci_main_kobj_teardown()