Home
last modified time | relevance | path

Searched refs:rte_fbarray_set_used (Results 1 – 11 of 11) sorted by relevance

/dpdk/app/test/
H A Dtest_fbarray.c44 if (rte_fbarray_set_used(&param.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(&param.arr, idx), in test_basic()
/dpdk/lib/eal/include/
H A Drte_fbarray.h190 rte_fbarray_set_used(struct rte_fbarray *arr, unsigned int idx);
/dpdk/lib/eal/
H A Dversion.map102 rte_fbarray_set_used;
/dpdk/lib/eal/freebsd/
H A Deal_memory.c207 rte_fbarray_set_used(arr, ms_idx); in rte_eal_hugepage_init()
/dpdk/lib/eal/common/
H A Deal_common_memzone.c179 rte_fbarray_set_used(arr, mz_idx); in memzone_reserve_aligned_thread_unsafe()
H A Deal_common_memory.c286 rte_fbarray_set_used(arr, i); in eal_memseg_list_populate()
H A Deal_common_fbarray.c1077 rte_fbarray_set_used(struct rte_fbarray *arr, unsigned int idx) in rte_fbarray_set_used() function
H A Dmalloc_heap.c1213 rte_fbarray_set_used(arr, i); in malloc_heap_create_external_seg()
/dpdk/lib/eal/windows/
H A Deal_memalloc.c263 rte_fbarray_set_used(&cur_msl->memseg_arr, cur_idx); in alloc_seg_walk()
/dpdk/lib/eal/linux/
H A Deal_memalloc.c932 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 Deal_memory.c777 rte_fbarray_set_used(arr, ms_idx);