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

/linux-master/lib/kunit/
H A Ddebugfs.c31 static struct dentry *debugfs_rootdir; variable in typeref:struct:dentry
35 debugfs_remove_recursive(debugfs_rootdir);
40 if (!debugfs_rootdir)
41 debugfs_rootdir = debugfs_create_dir(KUNIT_DEBUGFS_ROOT, NULL);
199 suite->debugfs = debugfs_create_dir(suite->name, debugfs_rootdir);

Completed in 200 milliseconds