Searched refs:partially_used (Results 1 – 2 of 2) sorted by relevance
633 INIT_LIST_HEAD(&fc_pool->partially_used); in mlx5_fc_pool_init()648 list_for_each_entry_safe(bulk, tmp, &fc_pool->partially_used, pool_list) in mlx5_fc_pool_cleanup()709 fc = mlx5_fc_pool_acquire_from_list(&fc_pool->partially_used, in mlx5_fc_pool_acquire_counter()713 &fc_pool->partially_used, in mlx5_fc_pool_acquire_counter()722 list_add(&new_bulk->pool_list, &fc_pool->partially_used); in mlx5_fc_pool_acquire_counter()751 list_move_tail(&bulk->pool_list, &fc_pool->partially_used); in mlx5_fc_pool_release_counter()
478 struct list_head partially_used; member