Searched refs:hv_debug_root (Results 1 – 1 of 1) sorted by relevance
14 static struct dentry *hv_debug_root; variable104 if (hv_debug_root) in hv_debug_set_dir_dentry()116 if (!IS_ERR(hv_debug_root)) { in hv_debug_add_dev_dir()117 dev_root = debugfs_create_dir(device, hv_debug_root); in hv_debug_add_dev_dir()137 return PTR_ERR(hv_debug_root); in hv_debug_add_dev_dir()143 if (!IS_ERR(hv_debug_root)) in hv_debug_rm_dev_dir()150 debugfs_remove_recursive(hv_debug_root); in hv_debug_rm_all_dir()172 hv_debug_root = debugfs_create_dir("hyperv", NULL); in hv_debug_init()173 if (IS_ERR(hv_debug_root)) { in hv_debug_init()175 return PTR_ERR(hv_debug_root); in hv_debug_init()