Searched refs:rte_fbarray_find_next_used (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_memzone.c | 45 i = rte_fbarray_find_next_used(arr, 0); in memzone_lookup_thread_unsafe() 51 i = rte_fbarray_find_next_used(arr, i + 1); in memzone_lookup_thread_unsafe() 413 i = rte_fbarray_find_next_used(arr, 0); in rte_memzone_walk() 417 i = rte_fbarray_find_next_used(arr, i + 1); in rte_memzone_walk()
|
| H A D | eal_common_memory.c | 671 ms_idx = rte_fbarray_find_next_used(arr, 0); in rte_memseg_contig_walk_thread_unsafe() 687 ms_idx = rte_fbarray_find_next_used(arr, in rte_memseg_contig_walk_thread_unsafe() 723 ms_idx = rte_fbarray_find_next_used(arr, 0); in rte_memseg_walk_thread_unsafe() 729 ms_idx = rte_fbarray_find_next_used(arr, ms_idx + 1); in rte_memseg_walk_thread_unsafe()
|
| H A D | eal_common_fbarray.c | 1168 rte_fbarray_find_next_used(struct rte_fbarray *arr, unsigned int start) in rte_fbarray_find_next_used() function 1346 find_func = rte_fbarray_find_next_used; in fbarray_find_biggest()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_fbarray.c | 165 TEST_ASSERT(rte_fbarray_find_next_used(NULL, 0) < 0, in test_invalid() 233 TEST_ASSERT(rte_fbarray_find_next_used(&dummy, FBARRAY_TEST_LEN) < 0, in test_invalid() 333 TEST_ASSERT(rte_fbarray_find_next_used(¶m.arr, idx) < 0, in check_free() 361 TEST_ASSERT_EQUAL(rte_fbarray_find_next_used(¶m.arr, idx), idx, in check_used_one() 379 TEST_ASSERT(rte_fbarray_find_next_used(¶m.arr, idx + 1) < 0, in check_used_one() 632 TEST_ASSERT_EQUAL(rte_fbarray_find_next_used(arr, cur), in ensure_correct()
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_fbarray.h | 270 rte_fbarray_find_next_used(struct rte_fbarray *arr, unsigned int start);
|
| /f-stack/dpdk/lib/librte_eal/ |
| H A D | rte_eal_exports.def | 183 rte_fbarray_find_next_used
|
| H A D | version.map | 248 rte_fbarray_find_next_used;
|
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal_memalloc.c | 1254 p_idx = rte_fbarray_find_next_used(p_arr, 0); in sync_status() 1301 p_idx = rte_fbarray_find_next_used(p_arr, in sync_status()
|