Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_pool.c70 INIT_LIST_HEAD(&pool->fully_used); in mlx5_fs_pool_init()
85 list_for_each_entry_safe(bulk, tmp, &pool->fully_used, pool_list) in mlx5_fs_pool_cleanup()
144 &fs_pool->fully_used, false, in mlx5_fs_pool_acquire_index()
H A Dfs_pool.h34 struct list_head fully_used; member