Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c5733 static atomic_t lpfc_debugfs_hba_count; variable
6055 atomic_set(&lpfc_debugfs_hba_count, 0); in lpfc_debugfs_initialize()
6066 atomic_inc(&lpfc_debugfs_hba_count); in lpfc_debugfs_initialize()
6636 atomic_dec(&lpfc_debugfs_hba_count); in lpfc_debugfs_terminate()
6639 if (atomic_read(&lpfc_debugfs_hba_count) == 0) { in lpfc_debugfs_terminate()