Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/ntb/test/
H A Dntb_tool.c282 static struct dentry *tool_dbgfs_topdir; variable
1491 if (!tool_dbgfs_topdir) { in tool_setup_dbgfs()
1497 tool_dbgfs_topdir); in tool_setup_dbgfs()
1681 tool_dbgfs_topdir = debugfs_create_dir(KBUILD_MODNAME, NULL); in tool_init()
1685 debugfs_remove_recursive(tool_dbgfs_topdir); in tool_init()
1694 debugfs_remove_recursive(tool_dbgfs_topdir); in tool_exit()
/kernel/linux/linux-6.6/drivers/ntb/test/
H A Dntb_tool.c282 static struct dentry *tool_dbgfs_topdir; variable
1484 if (!tool_dbgfs_topdir) { in tool_setup_dbgfs()
1490 tool_dbgfs_topdir); in tool_setup_dbgfs()
1672 tool_dbgfs_topdir = debugfs_create_dir(KBUILD_MODNAME, NULL); in tool_init()
1676 debugfs_remove_recursive(tool_dbgfs_topdir); in tool_init()
1685 debugfs_remove_recursive(tool_dbgfs_topdir); in tool_exit()

Completed in 6 milliseconds