Searched refs:rte_fbarray_set_free (Results 1 – 8 of 8) sorted by relevance
| /f-stack/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()
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_fbarray.h | 215 rte_fbarray_set_free(struct rte_fbarray *arr, unsigned int idx);
|
| /f-stack/dpdk/lib/librte_eal/windows/ |
| H A D | eal_memalloc.c | 255 rte_fbarray_set_free(arr, j); in alloc_seg_walk() 308 rte_fbarray_set_free(&found_msl->memseg_arr, seg_idx); in free_seg_walk()
|
| /f-stack/dpdk/lib/librte_eal/ |
| H A D | rte_eal_exports.def | 187 rte_fbarray_set_free
|
| H A D | version.map | 252 rte_fbarray_set_free;
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_memzone.c | 281 rte_fbarray_set_free(arr, idx); in rte_memzone_free()
|
| H A D | eal_common_fbarray.c | 1087 rte_fbarray_set_free(struct rte_fbarray *arr, unsigned int idx) in rte_fbarray_set_free() function
|
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal_memalloc.c | 891 rte_fbarray_set_free(arr, j); in alloc_seg_walk() 976 rte_fbarray_set_free(&found_msl->memseg_arr, seg_idx); in free_seg_walk() 1200 rte_fbarray_set_free(l_arr, seg_idx); in sync_chunk()
|