Searched refs:filelist_mutex (Results 1 – 8 of 8) 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()
299 mutex_lock(&dev->filelist_mutex); in drm_close_helper()301 mutex_unlock(&dev->filelist_mutex); in drm_close_helper()362 mutex_lock(&dev->filelist_mutex); in drm_open_helper()364 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()
599 mutex_destroy(&dev->filelist_mutex); in drm_dev_init_release()646 mutex_init(&dev->filelist_mutex); in drm_dev_init()
247 r = mutex_lock_interruptible(&dev->filelist_mutex); in vmw_debugfs_gem_info_show()277 mutex_unlock(&dev->filelist_mutex); in vmw_debugfs_gem_info_show()
177 struct mutex filelist_mutex; member
136 mutex_lock(&ddev->filelist_mutex); in amdgpu_gem_force_release()152 mutex_unlock(&ddev->filelist_mutex); in amdgpu_gem_force_release()956 r = mutex_lock_interruptible(&dev->filelist_mutex); in amdgpu_debugfs_gem_info_show()986 mutex_unlock(&dev->filelist_mutex); in amdgpu_debugfs_gem_info_show()
1589 r = mutex_lock_interruptible(&dev->filelist_mutex); in amdgpu_debugfs_vm_info_show()1606 mutex_unlock(&dev->filelist_mutex); in amdgpu_debugfs_vm_info_show()
Completed in 24 milliseconds