Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/ntb/test/
Dntb_tool.c108 static struct dentry *tool_dbgfs; variable
448 if (!tool_dbgfs) { in tool_setup_dbgfs()
454 tool_dbgfs); in tool_setup_dbgfs()
537 tool_dbgfs = debugfs_create_dir(KBUILD_MODNAME, NULL); in tool_init()
546 debugfs_remove_recursive(tool_dbgfs); in tool_init()
554 debugfs_remove_recursive(tool_dbgfs); in tool_exit()