Searched refs:__igt_debugfs_dump (Results 1 – 3 of 3) sorted by relevance
205 void __igt_debugfs_dump(int device, const char *filename, int level);206 #define igt_debugfs_dump(d, f) __igt_debugfs_dump(d, f, IGT_LOG_DEBUG)
46 __igt_debugfs_dump(fd, "clients", IGT_LOG_WARN); in show_clients()
1155 void __igt_debugfs_dump(int device, const char *filename, int level) in __igt_debugfs_dump() function