Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_debugfs.c4974 static atomic_t lpfc_debugfs_hba_count; variable
5280 atomic_set(&lpfc_debugfs_hba_count, 0); in lpfc_debugfs_initialize()
5301 atomic_inc(&lpfc_debugfs_hba_count); in lpfc_debugfs_initialize()
5953 atomic_dec(&lpfc_debugfs_hba_count); in lpfc_debugfs_terminate()
5956 if (atomic_read(&lpfc_debugfs_hba_count) == 0) { in lpfc_debugfs_terminate()