Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_mempool.c424 struct rte_mempool *mp_tc, *mp_tc2; in test_mempool_same_name_twice_creation() local
426 mp_tc = rte_mempool_create("test_mempool_same_name", MEMPOOL_SIZE, in test_mempool_same_name_twice_creation()
432 if (mp_tc == NULL) in test_mempool_same_name_twice_creation()
442 rte_mempool_free(mp_tc); in test_mempool_same_name_twice_creation()
447 rte_mempool_free(mp_tc); in test_mempool_same_name_twice_creation()