Home
last modified time | relevance | path

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

/Linux-v5.10/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()
2211 mutex_lock(&channel->shadow_list_lock); in allegro_stop_streaming()
2217 mutex_unlock(&channel->shadow_list_lock); in allegro_stop_streaming()
2223 mutex_lock(&channel->shadow_list_lock); in allegro_stop_streaming()
[all …]
/Linux-v5.10/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.c3250 mutex_init(&adev->shadow_list_lock); in amdgpu_device_init()
4007 mutex_lock(&adev->shadow_list_lock); in amdgpu_device_recover_vram()
4035 mutex_unlock(&adev->shadow_list_lock); in amdgpu_device_recover_vram()
Damdgpu.h951 struct mutex shadow_list_lock; member