Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/
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()
A 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()
A Ddrm_debugfs.c91 mutex_lock(&dev->filelist_mutex); in drm_clients_info()
109 mutex_unlock(&dev->filelist_mutex); in drm_clients_info()
A Ddrm_drv.c575 mutex_destroy(&dev->filelist_mutex); in drm_dev_init_release()
612 mutex_init(&dev->filelist_mutex); in drm_dev_init()
/linux/include/drm/
A Ddrm_device.h164 struct mutex filelist_mutex; member
/linux/drivers/gpu/drm/amd/amdgpu/
A 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()
A Damdgpu_debugfs.c1368 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