Home
last modified time | relevance | path

Searched refs:rte_fbarray_find_next_free (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_fbarray.c162 TEST_ASSERT(rte_fbarray_find_next_free(NULL, 0) < 0, in test_invalid()
229 TEST_ASSERT(rte_fbarray_find_next_free(&dummy, FBARRAY_TEST_LEN) < 0, in test_invalid()
309 TEST_ASSERT_EQUAL(rte_fbarray_find_next_free(&param.arr, idx), idx, in check_free()
659 TEST_ASSERT_EQUAL(rte_fbarray_find_next_free(arr, cur), in ensure_correct()
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_fbarray.h252 rte_fbarray_find_next_free(struct rte_fbarray *arr, unsigned int start);
/f-stack/dpdk/lib/librte_eal/
H A Drte_eal_exports.def180 rte_fbarray_find_next_free
H A Dversion.map245 rte_fbarray_find_next_free;
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_memzone.c161 mz_idx = rte_fbarray_find_next_free(arr, 0); in memzone_reserve_aligned_thread_unsafe()
H A Deal_common_fbarray.c1162 rte_fbarray_find_next_free(struct rte_fbarray *arr, unsigned int start) in rte_fbarray_find_next_free() function
1354 find_func = rte_fbarray_find_next_free; in fbarray_find_biggest()
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_memalloc.c1256 p_idx = rte_fbarray_find_next_free(p_arr, 0); in sync_status()
1304 p_idx = rte_fbarray_find_next_free(p_arr, in sync_status()