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

/linux-4.1.27/drivers/net/ethernet/brocade/bna/
H A Dbnad_debugfs.c513 static atomic_t bna_debugfs_port_count; variable
526 atomic_set(&bna_debugfs_port_count, 0); bnad_debugfs_init()
544 atomic_inc(&bna_debugfs_port_count); bnad_debugfs_init()
581 atomic_dec(&bna_debugfs_port_count); bnad_debugfs_uninit()
585 if (atomic_read(&bna_debugfs_port_count) == 0) { bnad_debugfs_uninit()

Completed in 36 milliseconds