Home
last modified time | relevance | path

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

/lib/kunit/
Ddebugfs.c26 static struct dentry *debugfs_rootdir; variable
30 debugfs_remove_recursive(debugfs_rootdir); in kunit_debugfs_cleanup()
35 if (!debugfs_rootdir) in kunit_debugfs_init()
36 debugfs_rootdir = debugfs_create_dir(KUNIT_DEBUGFS_ROOT, NULL); in kunit_debugfs_init()
101 suite->debugfs = debugfs_create_dir(suite->name, debugfs_rootdir); in kunit_debugfs_create_suite()