Searched refs:rte_fbarray_set_free (Results 1 – 7 of 7) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_fbarray.c | 54 rte_fbarray_set_free(¶m.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(¶m.arr, idx), in test_basic()
|
| /dpdk/lib/eal/include/ |
| H A D | rte_fbarray.h | 207 rte_fbarray_set_free(struct rte_fbarray *arr, unsigned int idx);
|
| /dpdk/lib/eal/windows/ |
| H A D | eal_memalloc.c | 249 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 D | version.map | 101 rte_fbarray_set_free;
|
| /dpdk/lib/eal/linux/ |
| H A D | eal_memalloc.c | 913 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 D | eal_common_memzone.c | 294 rte_fbarray_set_free(arr, idx); in rte_memzone_free()
|
| H A D | eal_common_fbarray.c | 1083 rte_fbarray_set_free(struct rte_fbarray *arr, unsigned int idx) in rte_fbarray_set_free() function
|