Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H A Dqib_debugfs.c41 static struct dentry *qib_dbg_root; variable
247 root = debugfs_create_dir(name, qib_dbg_root); in DEBUGFS_FILE()
258 if (!qib_dbg_root) in qib_dbg_ibdev_exit()
267 qib_dbg_root = debugfs_create_dir(QIB_DRV_NAME, NULL); in qib_dbg_init()
272 debugfs_remove_recursive(qib_dbg_root); in qib_dbg_exit()
273 qib_dbg_root = NULL; in qib_dbg_exit()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib_debugfs.c41 static struct dentry *qib_dbg_root; variable
247 root = debugfs_create_dir(name, qib_dbg_root); in DEBUGFS_FILE()
258 if (!qib_dbg_root) in qib_dbg_ibdev_exit()
267 qib_dbg_root = debugfs_create_dir(QIB_DRV_NAME, NULL); in qib_dbg_init()
272 debugfs_remove_recursive(qib_dbg_root); in qib_dbg_exit()
273 qib_dbg_root = NULL; in qib_dbg_exit()

Completed in 2 milliseconds