Home
last modified time | relevance | path

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

/linux/drivers/scsi/bfa/
A Dbfad_debugfs.c438 static atomic_t bfa_debugfs_port_count; variable
454 atomic_set(&bfa_debugfs_port_count, 0); in bfad_debugfs_init()
463 atomic_inc(&bfa_debugfs_port_count); in bfad_debugfs_init()
496 atomic_dec(&bfa_debugfs_port_count); in bfad_debugfs_exit()
500 if (atomic_read(&bfa_debugfs_port_count) == 0) { in bfad_debugfs_exit()

Completed in 4 milliseconds