Home
last modified time | relevance | path

Searched refs:filelist_mutex (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/
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()
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()
Ddrm_debugfs.c93 mutex_lock(&dev->filelist_mutex); in drm_clients_info()
113 mutex_unlock(&dev->filelist_mutex); in drm_clients_info()
Ddrm_drv.c599 mutex_destroy(&dev->filelist_mutex); in drm_dev_init_release()
646 mutex_init(&dev->filelist_mutex); in drm_dev_init()
/linux-6.6.21/drivers/gpu/drm/vmwgfx/
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()
/linux-6.6.21/include/drm/
Ddrm_device.h177 struct mutex filelist_mutex; member
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
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()
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()