Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/scsi/lpfc/
Dlpfc.h1352 atomic_t debugfs_vport_count; member
Dlpfc_debugfs.c6065 atomic_set(&phba->debugfs_vport_count, 0); in lpfc_debugfs_initialize()
6306 atomic_inc(&phba->debugfs_vport_count); in lpfc_debugfs_initialize()
6520 atomic_dec(&phba->debugfs_vport_count); in lpfc_debugfs_terminate()
6523 if (atomic_read(&phba->debugfs_vport_count) == 0) { in lpfc_debugfs_terminate()