Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_xport.c11 static atomic_t efct_debugfs_count; variable
45 atomic_set(&efct_debugfs_count, 0); in efct_xport_init_debugfs()
57 atomic_inc(&efct_debugfs_count); in efct_xport_init_debugfs()
71 atomic_dec(&efct_debugfs_count); in efct_xport_delete_debugfs()
73 if (atomic_read(&efct_debugfs_count) == 0) { in efct_xport_delete_debugfs()