Searched refs:vma_mutex (Results 1 – 2 of 2) sorted by relevance
3249 if (pthread_mutex_init(&device->vma_mutex, NULL) != 0) { in anv_CreateDevice()3719 pthread_mutex_lock(&device->vma_mutex); in anv_vma_alloc()3745 pthread_mutex_unlock(&device->vma_mutex); in anv_vma_alloc()3757 pthread_mutex_lock(&device->vma_mutex); in anv_vma_free()3770 pthread_mutex_unlock(&device->vma_mutex); in anv_vma_free()
1175 pthread_mutex_t vma_mutex; member