Home
last modified time | relevance | path

Searched refs:rte_fbarray_is_used (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_fbarray.c186 TEST_ASSERT(rte_fbarray_is_used(NULL, 0) < 0, in test_invalid()
293 TEST_ASSERT(rte_fbarray_is_used(&dummy, FBARRAY_TEST_LEN) < 0, in test_invalid()
418 TEST_ASSERT_EQUAL(rte_fbarray_is_used(&param.arr, idx), 0, in test_basic()
426 TEST_ASSERT_NOT_EQUAL(rte_fbarray_is_used(&param.arr, idx), 0, in test_basic()
451 TEST_ASSERT_EQUAL(rte_fbarray_is_used(&param.arr, idx), 0, in test_basic()
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_fbarray.h234 rte_fbarray_is_used(struct rte_fbarray *arr, unsigned int idx);
/f-stack/dpdk/lib/librte_eal/
H A Drte_eal_exports.def186 rte_fbarray_is_used
H A Dversion.map251 rte_fbarray_is_used;
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_memory.c803 if (!rte_fbarray_is_used(arr, seg_idx)) { in rte_memseg_get_fd_thread_unsafe()
858 if (!rte_fbarray_is_used(arr, seg_idx)) { in rte_memseg_get_fd_offset_thread_unsafe()
H A Deal_common_fbarray.c1093 rte_fbarray_is_used(struct rte_fbarray *arr, unsigned int idx) in rte_fbarray_is_used() function