Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c5585 static struct dentry *lpfc_debugfs_root = NULL; variable
5889 if (!lpfc_debugfs_root) { in lpfc_debugfs_initialize()
5890 lpfc_debugfs_root = debugfs_create_dir("lpfc", NULL); in lpfc_debugfs_initialize()
5901 debugfs_create_dir(name, lpfc_debugfs_root); in lpfc_debugfs_initialize()
6447 debugfs_remove(lpfc_debugfs_root); /* lpfc */ in lpfc_debugfs_terminate()
6448 lpfc_debugfs_root = NULL; in lpfc_debugfs_terminate()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c5732 static struct dentry *lpfc_debugfs_root = NULL; variable
6053 if (!lpfc_debugfs_root) { in lpfc_debugfs_initialize()
6054 lpfc_debugfs_root = debugfs_create_dir("lpfc", NULL); in lpfc_debugfs_initialize()
6065 debugfs_create_dir(name, lpfc_debugfs_root); in lpfc_debugfs_initialize()
6640 debugfs_remove(lpfc_debugfs_root); /* lpfc */ in lpfc_debugfs_terminate()
6641 lpfc_debugfs_root = NULL; in lpfc_debugfs_terminate()

Completed in 16 milliseconds