Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/
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()
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()
Ddrm_debugfs.c91 mutex_lock(&dev->filelist_mutex); in drm_clients_info()
109 mutex_unlock(&dev->filelist_mutex); in drm_clients_info()
Ddrm_drv.c571 mutex_destroy(&dev->filelist_mutex); in drm_dev_init_release()
609 mutex_init(&dev->filelist_mutex); in drm_dev_init()
/kernel/linux/linux-5.10/include/drm/
Ddrm_device.h171 struct mutex filelist_mutex; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
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/patches/linux-5.10/yangfan_patch/
Ddrivers.patch14836 mutex_lock(&dev->filelist_mutex);