Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_ring.c1086 void **src_orig = NULL, **dst_orig = NULL; in test_ring_with_exact_size() local
1124 dst_orig = test_ring_calloc(17, esize[i]); in test_ring_with_exact_size()
1125 if (dst_orig == NULL) in test_ring_with_exact_size()
1127 dst = (void **)((uintptr_t)dst_orig + 1); in test_ring_with_exact_size()
1174 rte_free(dst_orig); in test_ring_with_exact_size()
1178 dst_orig = NULL; in test_ring_with_exact_size()
1187 rte_free(dst_orig); in test_ring_with_exact_size()