Home
last modified time | relevance | path

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

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_counters.c524 struct list_head pool_list; member
642 list_for_each_entry_safe(bulk, tmp, &fc_pool->fully_used, pool_list) in mlx5_fc_pool_cleanup()
644 list_for_each_entry_safe(bulk, tmp, &fc_pool->partially_used, pool_list) in mlx5_fc_pool_cleanup()
646 list_for_each_entry_safe(bulk, tmp, &fc_pool->unused, pool_list) in mlx5_fc_pool_cleanup()
690 bulk = list_first_entry(src_list, struct mlx5_fc_bulk, pool_list); in mlx5_fc_pool_acquire_from_list()
693 list_move(&bulk->pool_list, next_list); in mlx5_fc_pool_acquire_from_list()
718 list_add(&new_bulk->pool_list, &fc_pool->partially_used); in mlx5_fc_pool_acquire_counter()
747 list_move_tail(&bulk->pool_list, &fc_pool->partially_used); in mlx5_fc_pool_release_counter()
749 list_del(&bulk->pool_list); in mlx5_fc_pool_release_counter()
753 list_add(&bulk->pool_list, in mlx5_fc_pool_release_counter()
[all...]
/freebsd/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c220 typedef struct pool_list { struct