filelist_mutex     98 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c 	mutex_lock(&ddev->filelist_mutex);
filelist_mutex    114 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c 	mutex_unlock(&ddev->filelist_mutex);
filelist_mutex    854 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c 	r = mutex_lock_interruptible(&dev->filelist_mutex);
filelist_mutex    878 drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c 	mutex_unlock(&dev->filelist_mutex);
filelist_mutex     43 drivers/gpu/drm/drm_client.c 	mutex_lock(&dev->filelist_mutex);
filelist_mutex     45 drivers/gpu/drm/drm_client.c 	mutex_unlock(&dev->filelist_mutex);
filelist_mutex     56 drivers/gpu/drm/drm_client.c 	mutex_lock(&dev->filelist_mutex);
filelist_mutex     58 drivers/gpu/drm/drm_client.c 	mutex_unlock(&dev->filelist_mutex);
filelist_mutex     91 drivers/gpu/drm/drm_debugfs.c 	mutex_lock(&dev->filelist_mutex);
filelist_mutex    108 drivers/gpu/drm/drm_debugfs.c 	mutex_unlock(&dev->filelist_mutex);
filelist_mutex    659 drivers/gpu/drm/drm_drv.c 	mutex_init(&dev->filelist_mutex);
filelist_mutex    714 drivers/gpu/drm/drm_drv.c 	mutex_destroy(&dev->filelist_mutex);
filelist_mutex    790 drivers/gpu/drm/drm_drv.c 	mutex_destroy(&dev->filelist_mutex);
filelist_mutex    267 drivers/gpu/drm/drm_file.c 	mutex_lock(&dev->filelist_mutex);
filelist_mutex    269 drivers/gpu/drm/drm_file.c 	mutex_unlock(&dev->filelist_mutex);
filelist_mutex    328 drivers/gpu/drm/drm_file.c 	mutex_lock(&dev->filelist_mutex);
filelist_mutex    330 drivers/gpu/drm/drm_file.c 	mutex_unlock(&dev->filelist_mutex);
filelist_mutex    150 include/drm/drm_device.h 	struct mutex filelist_mutex;