Home
last modified time | relevance | path

Searched refs:rte_fbarray_attach (Results 1 – 9 of 9) sorted by relevance

/dpdk/lib/eal/include/
H A Drte_fbarray.h100 rte_fbarray_attach(struct rte_fbarray *arr);
/dpdk/lib/eal/
H A Dversion.map77 rte_fbarray_attach;
/dpdk/lib/eal/freebsd/
H A Deal_memory.c453 if (rte_fbarray_attach(&msl->memseg_arr)) { in memseg_secondary_init()
/dpdk/lib/eal/common/
H A Deal_common_memzone.c403 rte_fbarray_attach(&mcfg->memzones)) { in rte_eal_memzone_init()
H A Drte_malloc.c547 ret = rte_fbarray_attach(&msl->memseg_arr); in sync_memory()
H A Deal_common_memory.c993 ret = rte_fbarray_attach(&msl->memseg_arr); in sync_memory()
H A Deal_common_fbarray.c831 rte_fbarray_attach(struct rte_fbarray *arr) in rte_fbarray_attach() function
/dpdk/app/test/
H A Dtest_fbarray.c111 TEST_ASSERT_FAIL(rte_fbarray_attach(NULL), in test_invalid()
/dpdk/lib/eal/linux/
H A Deal_memory.c1881 if (rte_fbarray_attach(&msl->memseg_arr)) {