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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c1215 static atomic_t lpfc_debugfs_hba_count; variable
1242 atomic_set(&lpfc_debugfs_hba_count, 0);
1262 atomic_inc(&lpfc_debugfs_hba_count);
1514 atomic_dec(&lpfc_debugfs_hba_count);
1517 if (atomic_read(&lpfc_debugfs_hba_count) == 0) {

Completed in 34 milliseconds