Searched refs:bfa_debugfs_root (Results 1 – 1 of 1) sorted by relevance
437 static struct dentry *bfa_debugfs_root; variable452 if (!bfa_debugfs_root) { in bfad_debugfs_init()453 bfa_debugfs_root = debugfs_create_dir("bfa", NULL); in bfad_debugfs_init()461 debugfs_create_dir(name, bfa_debugfs_root); in bfad_debugfs_init()501 debugfs_remove(bfa_debugfs_root); in bfad_debugfs_exit()502 bfa_debugfs_root = NULL; in bfad_debugfs_exit()
Completed in 4 milliseconds