Home
last modified time | relevance | path

Searched refs:shadow_list_lock (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/media/allegro-dvt/
Dallegro-core.c243 struct mutex shadow_list_lock; member
1405 mutex_lock(&channel->shadow_list_lock); in allegro_channel_is_at_eos()
1409 mutex_unlock(&channel->shadow_list_lock); in allegro_channel_is_at_eos()
1444 mutex_lock(&channel->shadow_list_lock); in allegro_put_buffer()
1446 mutex_unlock(&channel->shadow_list_lock); in allegro_put_buffer()
1458 mutex_lock(&channel->shadow_list_lock); in allegro_get_buffer()
1466 mutex_unlock(&channel->shadow_list_lock); in allegro_get_buffer()
2220 mutex_lock(&channel->shadow_list_lock); in allegro_stop_streaming()
2226 mutex_unlock(&channel->shadow_list_lock); in allegro_stop_streaming()
2232 mutex_lock(&channel->shadow_list_lock); in allegro_stop_streaming()
[all …]
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_object.c91 mutex_lock(&adev->shadow_list_lock); in amdgpu_bo_destroy()
93 mutex_unlock(&adev->shadow_list_lock); in amdgpu_bo_destroy()
655 mutex_lock(&adev->shadow_list_lock); in amdgpu_bo_create_shadow()
657 mutex_unlock(&adev->shadow_list_lock); in amdgpu_bo_create_shadow()
Damdgpu_device.c3265 mutex_init(&adev->shadow_list_lock); in amdgpu_device_init()
4019 mutex_lock(&adev->shadow_list_lock); in amdgpu_device_recover_vram()
4047 mutex_unlock(&adev->shadow_list_lock); in amdgpu_device_recover_vram()
Damdgpu.h952 struct mutex shadow_list_lock; member