Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Ddebugfs.c65 static struct dentry *hfi1_dbg_root; variable
1232 if (!hfi1_dbg_root)
1236 root = debugfs_create_dir(name, hfi1_dbg_root);
1240 debugfs_create_symlink(link, hfi1_dbg_root, name);
1278 if (!hfi1_dbg_root) in hfi1_dbg_ibdev_exit()
1399 hfi1_dbg_root = debugfs_create_dir(DRIVER_NAME, NULL);
1400 debugfs_create_file("driver_stats_names", 0444, hfi1_dbg_root, NULL,
1402 debugfs_create_file("driver_stats", 0444, hfi1_dbg_root, NULL,
1408 debugfs_remove_recursive(hfi1_dbg_root); in hfi1_dbg_exit()
1409 hfi1_dbg_root in hfi1_dbg_exit()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Ddebugfs.c23 static struct dentry *hfi1_dbg_root; variable
1190 if (!hfi1_dbg_root)
1194 root = debugfs_create_dir(name, hfi1_dbg_root);
1198 debugfs_create_symlink(link, hfi1_dbg_root, name);
1236 if (!hfi1_dbg_root) in hfi1_dbg_ibdev_exit()
1352 hfi1_dbg_root = debugfs_create_dir(DRIVER_NAME, NULL);
1353 debugfs_create_file("driver_stats_names", 0444, hfi1_dbg_root, NULL,
1355 debugfs_create_file("driver_stats", 0444, hfi1_dbg_root, NULL,
1361 debugfs_remove_recursive(hfi1_dbg_root); in hfi1_dbg_exit()
1362 hfi1_dbg_root in hfi1_dbg_exit()
[all...]

Completed in 5 milliseconds