Searched refs:rte_fbarray_set_used (Results 1 – 12 of 12) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_fbarray.c | 44 if (rte_fbarray_set_used(¶m.arr, i)) in init_array() 147 TEST_ASSERT(rte_fbarray_set_used(NULL, 0), in test_invalid() 207 TEST_ASSERT(rte_fbarray_set_used(&dummy, FBARRAY_TEST_LEN), in test_invalid() 422 TEST_ASSERT_SUCCESS(rte_fbarray_set_used(¶m.arr, idx), in test_basic()
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_fbarray.h | 197 rte_fbarray_set_used(struct rte_fbarray *arr, unsigned int idx);
|
| /f-stack/dpdk/lib/librte_eal/ |
| H A D | rte_eal_exports.def | 188 rte_fbarray_set_used
|
| H A D | version.map | 253 rte_fbarray_set_used;
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_memzone.c | 166 rte_fbarray_set_used(arr, mz_idx); in memzone_reserve_aligned_thread_unsafe()
|
| H A D | eal_common_memory.c | 277 rte_fbarray_set_used(arr, i); in eal_memseg_list_populate()
|
| H A D | eal_common_fbarray.c | 1081 rte_fbarray_set_used(struct rte_fbarray *arr, unsigned int idx) in rte_fbarray_set_used() function
|
| H A D | malloc_heap.c | 1144 rte_fbarray_set_used(arr, i); in malloc_heap_create_external_seg()
|
| /f-stack/dpdk/lib/librte_eal/freebsd/ |
| H A D | eal_memory.c | 207 rte_fbarray_set_used(arr, ms_idx); in rte_eal_hugepage_init()
|
| /f-stack/dpdk/lib/librte_eal/windows/ |
| H A D | eal_memalloc.c | 269 rte_fbarray_set_used(&cur_msl->memseg_arr, cur_idx); in alloc_seg_walk()
|
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal_memalloc.c | 910 rte_fbarray_set_used(&cur_msl->memseg_arr, cur_idx); in alloc_seg_walk() 1197 rte_fbarray_set_used(l_arr, seg_idx); in sync_chunk()
|
| H A D | eal_memory.c | 786 rte_fbarray_set_used(arr, ms_idx);
|