Searched refs:mp_cov (Results 1 – 1 of 1) sorted by relevance
192 struct rte_mempool *mp_cov; in test_mempool_creation_with_exceeded_cache_size() local194 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() local214 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()