Searched refs:partially_used (Results 1 – 2 of 2) sorted by relevance
575 INIT_LIST_HEAD(&fc_pool->partially_used); in mlx5_fc_pool_init()590 list_for_each_entry_safe(bulk, tmp, &fc_pool->partially_used, pool_list) in mlx5_fc_pool_cleanup()651 fc = mlx5_fc_pool_acquire_from_list(&fc_pool->partially_used, in mlx5_fc_pool_acquire_counter()655 &fc_pool->partially_used, in mlx5_fc_pool_acquire_counter()664 list_add(&new_bulk->pool_list, &fc_pool->partially_used); in mlx5_fc_pool_acquire_counter()693 list_move_tail(&bulk->pool_list, &fc_pool->partially_used); in mlx5_fc_pool_release_counter()
477 struct list_head partially_used; member