Searched refs:rte_fbarray_find_next_free (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_fbarray.c | 162 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(¶m.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 D | rte_fbarray.h | 252 rte_fbarray_find_next_free(struct rte_fbarray *arr, unsigned int start);
|
| /f-stack/dpdk/lib/librte_eal/ |
| H A D | rte_eal_exports.def | 180 rte_fbarray_find_next_free
|
| H A D | version.map | 245 rte_fbarray_find_next_free;
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_memzone.c | 161 mz_idx = rte_fbarray_find_next_free(arr, 0); in memzone_reserve_aligned_thread_unsafe()
|
| H A D | eal_common_fbarray.c | 1162 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 D | eal_memalloc.c | 1256 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()
|