Home
last modified time | relevance | path

Searched refs:filelist_mutex (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_file.c303 mutex_lock(&dev->filelist_mutex); in drm_close_helper()
305 mutex_unlock(&dev->filelist_mutex); in drm_close_helper()
366 mutex_lock(&dev->filelist_mutex); in drm_open_helper()
368 mutex_unlock(&dev->filelist_mutex); in drm_open_helper()
531 mutex_lock(&dev->filelist_mutex); in drm_file_update_pid()
533 mutex_unlock(&dev->filelist_mutex); in drm_file_update_pid()
H A Ddrm_client.c44 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()
H A Ddrm_debugfs.c93 mutex_lock(&dev->filelist_mutex); in drm_clients_info()
113 mutex_unlock(&dev->filelist_mutex); in drm_clients_info()
H A Ddrm_drv.c599 mutex_destroy(&dev->filelist_mutex); in drm_dev_init_release()
646 mutex_init(&dev->filelist_mutex); in drm_dev_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_client.c43 mutex_lock(&dev->filelist_mutex); in drm_client_open()
45 mutex_unlock(&dev->filelist_mutex); in drm_client_open()
56 mutex_lock(&dev->filelist_mutex); in drm_client_close()
58 mutex_unlock(&dev->filelist_mutex); in drm_client_close()
H A Ddrm_file.c306 mutex_lock(&dev->filelist_mutex); in drm_close_helper()
308 mutex_unlock(&dev->filelist_mutex); in drm_close_helper()
369 mutex_lock(&dev->filelist_mutex); in drm_open_helper()
371 mutex_unlock(&dev->filelist_mutex); in drm_open_helper()
H A Ddrm_drv.c571 mutex_destroy(&dev->filelist_mutex); in drm_dev_init_release()
609 mutex_init(&dev->filelist_mutex); in drm_dev_init()
H A Ddrm_debugfs.c91 mutex_lock(&dev->filelist_mutex); in drm_clients_info()
109 mutex_unlock(&dev->filelist_mutex); in drm_clients_info()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_gem.c240 r = mutex_lock_interruptible(&dev->filelist_mutex); in vmw_debugfs_gem_info_show()
272 mutex_unlock(&dev->filelist_mutex); in vmw_debugfs_gem_info_show()
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_device.h170 /** @filelist_mutex: Protects @filelist. */
171 struct mutex filelist_mutex; member
183 * Protected by &filelist_mutex.
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_device.h176 /** @filelist_mutex: Protects @filelist. */
177 struct mutex filelist_mutex; member
189 * Protected by &filelist_mutex.
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gem.c85 mutex_lock(&ddev->filelist_mutex); in amdgpu_gem_force_release()
101 mutex_unlock(&ddev->filelist_mutex); in amdgpu_gem_force_release()
910 r = mutex_lock_interruptible(&dev->filelist_mutex); in amdgpu_debugfs_gem_info()
934 mutex_unlock(&dev->filelist_mutex); in amdgpu_debugfs_gem_info()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gem.c138 mutex_lock(&ddev->filelist_mutex); in amdgpu_gem_force_release()
154 mutex_unlock(&ddev->filelist_mutex); in amdgpu_gem_force_release()
958 r = mutex_lock_interruptible(&dev->filelist_mutex); in amdgpu_debugfs_gem_info_show()
990 mutex_unlock(&dev->filelist_mutex); in amdgpu_debugfs_gem_info_show()
H A Damdgpu_debugfs.c1771 r = mutex_lock_interruptible(&dev->filelist_mutex); in amdgpu_debugfs_vm_info_show()
1788 mutex_unlock(&dev->filelist_mutex); in amdgpu_debugfs_vm_info_show()

Completed in 14 milliseconds