Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdgpu/
Damdgpu_object.c88 mutex_lock(&adev->shadow_list_lock); in amdgpu_bo_vm_destroy()
90 mutex_unlock(&adev->shadow_list_lock); in amdgpu_bo_vm_destroy()
741 mutex_lock(&adev->shadow_list_lock); in amdgpu_bo_add_to_shadow_list()
745 mutex_unlock(&adev->shadow_list_lock); in amdgpu_bo_add_to_shadow_list()
Damdgpu.h1037 struct mutex shadow_list_lock; member
Damdgpu_device.c3602 mutex_init(&adev->shadow_list_lock); in amdgpu_device_init()
4401 mutex_lock(&adev->shadow_list_lock); in amdgpu_device_recover_vram()
4433 mutex_unlock(&adev->shadow_list_lock); in amdgpu_device_recover_vram()
/drivers/media/platform/allegro-dvt/
Dallegro-core.c272 struct mutex shadow_list_lock; member
1796 mutex_lock(&channel->shadow_list_lock); in allegro_put_buffer()
1798 mutex_unlock(&channel->shadow_list_lock); in allegro_put_buffer()
1810 mutex_lock(&channel->shadow_list_lock); in allegro_get_buffer()
1818 mutex_unlock(&channel->shadow_list_lock); in allegro_get_buffer()
2727 mutex_lock(&channel->shadow_list_lock); in allegro_stop_streaming()
2733 mutex_unlock(&channel->shadow_list_lock); in allegro_stop_streaming()
2738 mutex_lock(&channel->shadow_list_lock); in allegro_stop_streaming()
2744 mutex_unlock(&channel->shadow_list_lock); in allegro_stop_streaming()
2907 mutex_init(&channel->shadow_list_lock); in allegro_open()