Home
last modified time | relevance | path

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

/Linux-v5.15/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.c304 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()
Ddrm_debugfs.c91 mutex_lock(&dev->filelist_mutex); in drm_clients_info()
109 mutex_unlock(&dev->filelist_mutex); in drm_clients_info()
Ddrm_drv.c575 mutex_destroy(&dev->filelist_mutex); in drm_dev_init_release()
612 mutex_init(&dev->filelist_mutex); in drm_dev_init()
/Linux-v5.15/include/drm/
Ddrm_device.h164 struct mutex filelist_mutex; member
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu_gem.c134 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()
Damdgpu_debugfs.c1297 r = mutex_lock_interruptible(&dev->filelist_mutex); in amdgpu_debugfs_vm_info_show()
1314 mutex_unlock(&dev->filelist_mutex); in amdgpu_debugfs_vm_info_show()