Searched refs:ttm_debugfs_root (Results 1 – 2 of 2) sorted by relevance
50 struct dentry *ttm_debugfs_root; variable61 debugfs_remove(ttm_debugfs_root); in ttm_global_release()82 ttm_debugfs_root = debugfs_create_dir("ttm", NULL); in ttm_global_init()83 if (IS_ERR(ttm_debugfs_root)) { in ttm_global_init()84 ttm_debugfs_root = NULL; in ttm_global_init()117 debugfs_create_atomic_t("buffer_objects", 0444, ttm_debugfs_root, in ttm_global_init()120 if (ret && ttm_debugfs_root) in ttm_global_init()121 debugfs_remove(ttm_debugfs_root); in ttm_global_init()
39 extern struct dentry *ttm_debugfs_root;