Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c313 int allocated, free, reserved, guaranteed, from_free; in mlx4_grant_resource() local
343 from_free = count - (guaranteed - allocated); in mlx4_grant_resource()
345 from_free = count; in mlx4_grant_resource()
347 from_rsvd = count - from_free; in mlx4_grant_resource()
349 if (free - from_free >= reserved) in mlx4_grant_resource()
354 from_free, reserved); in mlx4_grant_resource()