Searched refs:overallocation_mutex (Results 1 – 2 of 2) sorted by relevance
3488 mtx_init(&device->overallocation_mutex, mtx_plain); in radv_CreateDevice()3761 mtx_destroy(&device->overallocation_mutex); in radv_CreateDevice()3804 mtx_destroy(&device->overallocation_mutex); in radv_DestroyDevice()5415 mtx_lock(&device->overallocation_mutex); in radv_free_memory()5417 mtx_unlock(&device->overallocation_mutex); in radv_free_memory()5595 mtx_lock(&device->overallocation_mutex); in radv_alloc_memory()5597 mtx_unlock(&device->overallocation_mutex); in radv_alloc_memory()5602 mtx_unlock(&device->overallocation_mutex); in radv_alloc_memory()5611 mtx_lock(&device->overallocation_mutex); in radv_alloc_memory()5613 mtx_unlock(&device->overallocation_mutex); in radv_alloc_memory()
898 mtx_t overallocation_mutex; member