Searched refs:rte_fbarray_set_used (Results 1 – 11 of 11) sorted by relevance
| /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()
|
| /dpdk/lib/eal/include/ |
| H A D | rte_fbarray.h | 190 rte_fbarray_set_used(struct rte_fbarray *arr, unsigned int idx);
|
| /dpdk/lib/eal/ |
| H A D | version.map | 102 rte_fbarray_set_used;
|
| /dpdk/lib/eal/freebsd/ |
| H A D | eal_memory.c | 207 rte_fbarray_set_used(arr, ms_idx); in rte_eal_hugepage_init()
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_memzone.c | 179 rte_fbarray_set_used(arr, mz_idx); in memzone_reserve_aligned_thread_unsafe()
|
| H A D | eal_common_memory.c | 286 rte_fbarray_set_used(arr, i); in eal_memseg_list_populate()
|
| H A D | eal_common_fbarray.c | 1077 rte_fbarray_set_used(struct rte_fbarray *arr, unsigned int idx) in rte_fbarray_set_used() function
|
| H A D | malloc_heap.c | 1213 rte_fbarray_set_used(arr, i); in malloc_heap_create_external_seg()
|
| /dpdk/lib/eal/windows/ |
| H A D | eal_memalloc.c | 263 rte_fbarray_set_used(&cur_msl->memseg_arr, cur_idx); in alloc_seg_walk()
|
| /dpdk/lib/eal/linux/ |
| H A D | eal_memalloc.c | 932 rte_fbarray_set_used(&cur_msl->memseg_arr, cur_idx); in alloc_seg_walk() 1219 rte_fbarray_set_used(l_arr, seg_idx); in sync_chunk()
|
| H A D | eal_memory.c | 777 rte_fbarray_set_used(arr, ms_idx);
|