Searched refs:vma_mutex (Results 1 – 2 of 2) sorted by relevance
2827 if (pthread_mutex_init(&device->vma_mutex, NULL) != 0) { in anv_CreateDevice()3382 pthread_mutex_lock(&device->vma_mutex); in anv_vma_alloc()3408 pthread_mutex_unlock(&device->vma_mutex); in anv_vma_alloc()3420 pthread_mutex_lock(&device->vma_mutex); in anv_vma_free()3433 pthread_mutex_unlock(&device->vma_mutex); in anv_vma_free()
1360 pthread_mutex_t vma_mutex; member