Home
last modified time | relevance | path

Searched refs:rte_fbarray_set_free (Results 1 – 7 of 7) sorted by relevance

/dpdk/app/test/
H A Dtest_fbarray.c54 rte_fbarray_set_free(&param.arr, i); in reset_array()
144 TEST_ASSERT(rte_fbarray_set_free(NULL, 0), in test_invalid()
203 TEST_ASSERT(rte_fbarray_set_free(&dummy, FBARRAY_TEST_LEN), in test_invalid()
444 TEST_ASSERT_SUCCESS(rte_fbarray_set_free(&param.arr, idx), in test_basic()
/dpdk/lib/eal/include/
H A Drte_fbarray.h207 rte_fbarray_set_free(struct rte_fbarray *arr, unsigned int idx);
/dpdk/lib/eal/windows/
H A Deal_memalloc.c249 rte_fbarray_set_free(arr, j); in alloc_seg_walk()
302 rte_fbarray_set_free(&found_msl->memseg_arr, seg_idx); in free_seg_walk()
/dpdk/lib/eal/
H A Dversion.map101 rte_fbarray_set_free;
/dpdk/lib/eal/linux/
H A Deal_memalloc.c913 rte_fbarray_set_free(arr, j); in alloc_seg_walk()
998 rte_fbarray_set_free(&found_msl->memseg_arr, seg_idx); in free_seg_walk()
1222 rte_fbarray_set_free(l_arr, seg_idx); in sync_chunk()
/dpdk/lib/eal/common/
H A Deal_common_memzone.c294 rte_fbarray_set_free(arr, idx); in rte_memzone_free()
H A Deal_common_fbarray.c1083 rte_fbarray_set_free(struct rte_fbarray *arr, unsigned int idx) in rte_fbarray_set_free() function