Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_mempool.c485 struct rte_mempool *mp_stack_anon = NULL; in test_mempool() local
522 mp_stack_anon = rte_mempool_create_empty("test_stack_anon", in test_mempool()
528 if (mp_stack_anon == NULL) in test_mempool()
532 ret = rte_mempool_populate_anon(mp_stack_anon); in test_mempool()
538 ret = rte_mempool_populate_anon(mp_stack_anon); in test_mempool()
660 rte_mempool_free(mp_stack_anon); in test_mempool()