Home
last modified time | relevance | path

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

/drivers/edac/
Dedac_pci_sysfs.c30 static atomic_t edac_pci_sysfs_refcount = ATOMIC_INIT(0); variable
347 if (atomic_inc_return(&edac_pci_sysfs_refcount) != 1) in edac_pci_main_kobj_setup()
402 atomic_dec(&edac_pci_sysfs_refcount); in edac_pci_main_kobj_setup()
421 if (atomic_dec_return(&edac_pci_sysfs_refcount) == 0) { in edac_pci_main_kobj_teardown()