Home
last modified time | relevance | path

Searched refs:bo_table_mutex (Results 1 – 3 of 3) sorted by relevance

/external/libdrm/amdgpu/
Damdgpu_bo.c59 pthread_mutex_lock(&bo->dev->bo_table_mutex); in amdgpu_bo_free_internal()
66 pthread_mutex_unlock(&bo->dev->bo_table_mutex); in amdgpu_bo_free_internal()
200 pthread_mutex_lock(&bo->dev->bo_table_mutex); in amdgpu_add_handle_to_table()
203 pthread_mutex_unlock(&bo->dev->bo_table_mutex); in amdgpu_add_handle_to_table()
245 pthread_mutex_lock(&bo->dev->bo_table_mutex); in amdgpu_bo_export_flink()
249 pthread_mutex_unlock(&bo->dev->bo_table_mutex); in amdgpu_bo_export_flink()
295 pthread_mutex_lock(&dev->bo_table_mutex); in amdgpu_bo_import()
311 pthread_mutex_unlock(&dev->bo_table_mutex); in amdgpu_bo_import()
335 pthread_mutex_unlock(&dev->bo_table_mutex); in amdgpu_bo_import()
339 pthread_mutex_unlock(&dev->bo_table_mutex); in amdgpu_bo_import()
[all …]
Damdgpu_device.c140 pthread_mutex_destroy(&dev->bo_table_mutex); in amdgpu_device_free_internal()
243 pthread_mutex_init(&dev->bo_table_mutex, NULL); in amdgpu_device_initialize()
Damdgpu_internal.h84 pthread_mutex_t bo_table_mutex; member