Searched refs:debugfs_rootdir (Results 1 – 1 of 1) sorted by relevance
31 static struct dentry *debugfs_rootdir; variable35 debugfs_remove_recursive(debugfs_rootdir); in kunit_debugfs_cleanup()40 if (!debugfs_rootdir) in kunit_debugfs_init()41 debugfs_rootdir = debugfs_create_dir(KUNIT_DEBUGFS_ROOT, NULL); in kunit_debugfs_init()199 suite->debugfs = debugfs_create_dir(suite->name, debugfs_rootdir); in kunit_debugfs_create_suite()