Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_pool.c69 pool->available_units = 0; in mlx5_fs_pool_init()
97 fs_pool->available_units += new_bulk->bulk_len; in mlx5_fs_pool_alloc_new_bulk()
107 fs_pool->available_units -= bulk->bulk_len; in mlx5_fs_pool_free_bulk()
156 fs_pool->available_units--; in mlx5_fs_pool_acquire_index()
178 fs_pool->available_units++; in mlx5_fs_pool_release_index()
186 if (fs_pool->available_units > fs_pool->threshold) in mlx5_fs_pool_release_index()
H A Dfs_pool.h37 int available_units; member