Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_mempool.c192 struct rte_mempool *mp_cov; in test_mempool_creation_with_exceeded_cache_size() local
194 mp_cov = rte_mempool_create("test_mempool_cache_too_big", in test_mempool_creation_with_exceeded_cache_size()
202 if (mp_cov != NULL) { in test_mempool_creation_with_exceeded_cache_size()
203 rte_mempool_free(mp_cov); in test_mempool_creation_with_exceeded_cache_size()
212 struct rte_mempool *mp_cov; in test_mempool_creation_with_invalid_flags() local
214 mp_cov = rte_mempool_create("test_mempool_invalid_flags", MEMPOOL_SIZE, in test_mempool_creation_with_invalid_flags()
220 if (mp_cov != NULL) { in test_mempool_creation_with_invalid_flags()
221 rte_mempool_free(mp_cov); in test_mempool_creation_with_invalid_flags()