Searched refs:filelist_mutex (Results 1 – 7 of 7) sorted by relevance
44 mutex_lock(&dev->filelist_mutex); in drm_client_open()46 mutex_unlock(&dev->filelist_mutex); in drm_client_open()57 mutex_lock(&dev->filelist_mutex); in drm_client_close()59 mutex_unlock(&dev->filelist_mutex); in drm_client_close()
304 mutex_lock(&dev->filelist_mutex); in drm_close_helper()306 mutex_unlock(&dev->filelist_mutex); in drm_close_helper()367 mutex_lock(&dev->filelist_mutex); in drm_open_helper()369 mutex_unlock(&dev->filelist_mutex); in drm_open_helper()
91 mutex_lock(&dev->filelist_mutex); in drm_clients_info()109 mutex_unlock(&dev->filelist_mutex); in drm_clients_info()
575 mutex_destroy(&dev->filelist_mutex); in drm_dev_init_release()612 mutex_init(&dev->filelist_mutex); in drm_dev_init()
164 struct mutex filelist_mutex; member
134 mutex_lock(&ddev->filelist_mutex); in amdgpu_gem_force_release()150 mutex_unlock(&ddev->filelist_mutex); in amdgpu_gem_force_release()929 r = mutex_lock_interruptible(&dev->filelist_mutex); in amdgpu_debugfs_gem_info_show()959 mutex_unlock(&dev->filelist_mutex); in amdgpu_debugfs_gem_info_show()
1368 r = mutex_lock_interruptible(&dev->filelist_mutex); in amdgpu_debugfs_vm_info_show()1385 mutex_unlock(&dev->filelist_mutex); in amdgpu_debugfs_vm_info_show()
Completed in 27 milliseconds