HomeSort by relevance Sort by last modified time
    Searched refs:bo_table_mutex (Results 1 - 3 of 3) sorted by null

  /external/libdrm/amdgpu/
amdgpu_bo.c 173 pthread_mutex_lock(&bo->dev->bo_table_mutex);
176 pthread_mutex_unlock(&bo->dev->bo_table_mutex);
218 pthread_mutex_lock(&bo->dev->bo_table_mutex);
222 pthread_mutex_unlock(&bo->dev->bo_table_mutex);
269 pthread_mutex_lock(&dev->bo_table_mutex);
279 pthread_mutex_unlock(&dev->bo_table_mutex);
286 pthread_mutex_unlock(&dev->bo_table_mutex);
310 pthread_mutex_unlock(&dev->bo_table_mutex);
314 pthread_mutex_unlock(&dev->bo_table_mutex);
321 pthread_mutex_unlock(&dev->bo_table_mutex);
    [all...]
amdgpu_internal.h 74 /** List of buffer handles. Protected by bo_table_mutex. */
76 /** List of buffer GEM flink names. Protected by bo_table_mutex. */
79 pthread_mutex_t bo_table_mutex; member in struct:amdgpu_device
amdgpu_device.c 133 pthread_mutex_destroy(&dev->bo_table_mutex);
242 pthread_mutex_init(&dev->bo_table_mutex, NULL);

Completed in 193 milliseconds