Home
last modified time | relevance | path

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

/openbmc/linux/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()