Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/ntb/test/
Dntb_tool.c282 static struct dentry *tool_dbgfs_topdir; variable
1487 if (!tool_dbgfs_topdir) { in tool_setup_dbgfs()
1493 tool_dbgfs_topdir); in tool_setup_dbgfs()
1677 tool_dbgfs_topdir = debugfs_create_dir(KBUILD_MODNAME, NULL); in tool_init()
1681 debugfs_remove_recursive(tool_dbgfs_topdir); in tool_init()
1690 debugfs_remove_recursive(tool_dbgfs_topdir); in tool_exit()