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

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

Completed in 35 milliseconds