Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/kunit/
H A 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()
/kernel/linux/linux-6.6/lib/kunit/
H A Ddebugfs.c27 static struct dentry *debugfs_rootdir; variable
31 debugfs_remove_recursive(debugfs_rootdir); in kunit_debugfs_cleanup()
36 if (!debugfs_rootdir) in kunit_debugfs_init()
37 debugfs_rootdir = debugfs_create_dir(KUNIT_DEBUGFS_ROOT, NULL); in kunit_debugfs_init()
114 suite->debugfs = debugfs_create_dir(suite->name, debugfs_rootdir); in kunit_debugfs_create_suite()

Completed in 1 milliseconds