Searched refs:vma_mutex (Results 1 – 2 of 2) sorted by relevance
3062 if (pthread_mutex_init(&device->vma_mutex, NULL) != 0) { in anv_CreateDevice()3551 pthread_mutex_lock(&device->vma_mutex); in anv_vma_alloc()3577 pthread_mutex_unlock(&device->vma_mutex); in anv_vma_alloc()3589 pthread_mutex_lock(&device->vma_mutex); in anv_vma_free()3602 pthread_mutex_unlock(&device->vma_mutex); in anv_vma_free()
1166 pthread_mutex_t vma_mutex; member