Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_memalloc.c1445 alloc_list(int list_idx, int len) in alloc_list() function
1490 return alloc_list(msl_idx, len); in fd_list_create_walk()
1508 if (alloc_list(list_idx, len) < 0) in eal_memalloc_set_seg_fd()
/f-stack/dpdk/drivers/net/ice/
H A Dice_ethdev.h196 struct res_list alloc_list; /* Allocated resource list */ member
H A Dice_ethdev.c623 LIST_INIT(&pool->alloc_list); in ice_res_pool_init()
698 LIST_INSERT_HEAD(&pool->alloc_list, valid_entry, next); in ice_res_pool_alloc()
714 for (entry = LIST_FIRST(&pool->alloc_list); in ice_res_pool_destroy()
731 LIST_INIT(&pool->alloc_list); in ice_res_pool_destroy()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev.h432 struct res_list alloc_list; /* Allocated resource list */ member
H A Di40e_ethdev.c4954 LIST_INIT(&pool->alloc_list); in i40e_res_pool_init()
4973 for (entry = LIST_FIRST(&pool->alloc_list); in i40e_res_pool_destroy()
4990 LIST_INIT(&pool->alloc_list); in i40e_res_pool_destroy()
5010 LIST_FOREACH(entry, &pool->alloc_list, next) { in i40e_res_pool_free()
5147 LIST_INSERT_HEAD(&pool->alloc_list, valid_entry, next); in i40e_res_pool_alloc()