Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dresource_tracker.c315 int allocated, free, reserved, guaranteed, from_free; in mlx4_grant_resource() local
345 from_free = count - (guaranteed - allocated); in mlx4_grant_resource()
347 from_free = count; in mlx4_grant_resource()
349 from_rsvd = count - from_free; in mlx4_grant_resource()
351 if (free - from_free >= reserved) in mlx4_grant_resource()
356 from_free, reserved); in mlx4_grant_resource()