Home
last modified time | relevance | path

Searched refs:res_free (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c325 res_alloc->res_free; in mlx4_grant_resource()
366 res_alloc->res_free -= count; in mlx4_grant_resource()
413 res_alloc->res_free += count; in mlx4_release_resource()
430 res_alloc->res_free = num_instances; in initialize_res_quotas()
433 res_alloc->res_free += dev->caps.reserved_mtts; in initialize_res_quotas()
523 res_alloc->res_free = dev->caps.max_counters - 1; in mlx4_init_resource_tracker()
612 res_alloc->res_free -= res_alloc->guaranteed[t]; in mlx4_init_resource_tracker()
H A Dmlx4.h539 int res_free; member