Searched refs:overallocation_mutex (Results 1 – 3 of 3) sorted by relevance
48 mtx_lock(&device->overallocation_mutex); in radv_free_memory()50 mtx_unlock(&device->overallocation_mutex); in radv_free_memory()222 mtx_lock(&device->overallocation_mutex); in radv_alloc_memory()224 mtx_unlock(&device->overallocation_mutex); in radv_alloc_memory()229 mtx_unlock(&device->overallocation_mutex); in radv_alloc_memory()237 mtx_lock(&device->overallocation_mutex); in radv_alloc_memory()239 mtx_unlock(&device->overallocation_mutex); in radv_alloc_memory()
268 mtx_t overallocation_mutex; member
1109 mtx_destroy(&device->overallocation_mutex); in radv_destroy_device()1194 mtx_init(&device->overallocation_mutex, mtx_plain); in radv_CreateDevice()