Home
last modified time | relevance | path

Searched refs:alloc_list (Results 1 – 5 of 5) sorted by relevance

/dpdk/lib/eal/linux/
H A Deal_memalloc.c1492 alloc_list(int list_idx, int len) in alloc_list() function
1565 return alloc_list(msl_idx, len); in fd_list_create_walk()
1597 if (alloc_list(list_idx, len) < 0) in eal_memalloc_set_seg_fd()
/dpdk/drivers/net/ice/
H A Dice_ethdev.h242 struct res_list alloc_list; /* Allocated resource list */ member
H A Dice_ethdev.c681 LIST_INIT(&pool->alloc_list); in ice_res_pool_init()
756 LIST_INSERT_HEAD(&pool->alloc_list, valid_entry, next); in ice_res_pool_alloc()
772 for (entry = LIST_FIRST(&pool->alloc_list); in ice_res_pool_destroy()
789 LIST_INIT(&pool->alloc_list); in ice_res_pool_destroy()
/dpdk/drivers/net/i40e/
H A Di40e_ethdev.h443 struct res_list alloc_list; /* Allocated resource list */ member
H A Di40e_ethdev.c4914 LIST_INIT(&pool->alloc_list); in i40e_res_pool_init()
4933 for (entry = LIST_FIRST(&pool->alloc_list); in i40e_res_pool_destroy()
4950 LIST_INIT(&pool->alloc_list); in i40e_res_pool_destroy()
4970 LIST_FOREACH(entry, &pool->alloc_list, next) { in i40e_res_pool_free()
5107 LIST_INSERT_HEAD(&pool->alloc_list, valid_entry, next); in i40e_res_pool_alloc()