Searched refs:rte_fbarray_is_used (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_fbarray.c | 186 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(¶m.arr, idx), 0, in test_basic() 426 TEST_ASSERT_NOT_EQUAL(rte_fbarray_is_used(¶m.arr, idx), 0, in test_basic() 451 TEST_ASSERT_EQUAL(rte_fbarray_is_used(¶m.arr, idx), 0, in test_basic()
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_fbarray.h | 234 rte_fbarray_is_used(struct rte_fbarray *arr, unsigned int idx);
|
| /f-stack/dpdk/lib/librte_eal/ |
| H A D | rte_eal_exports.def | 186 rte_fbarray_is_used
|
| H A D | version.map | 251 rte_fbarray_is_used;
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_memory.c | 803 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 D | eal_common_fbarray.c | 1093 rte_fbarray_is_used(struct rte_fbarray *arr, unsigned int idx) in rte_fbarray_is_used() function
|