Searched refs:test_ring_mem_init (Results 1 – 1 of 1) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_ring.c | 442 test_ring_mem_init(void *obj, unsigned int count, int esize) in test_ring_mem_init() function 609 test_ring_mem_init(src, RING_SIZE * 2, esize[i]); in test_ring_burst_bulk_tests1() 704 test_ring_mem_init(src, RING_SIZE * 2, esize[i]); in test_ring_burst_bulk_tests2() 791 test_ring_mem_init(src, RING_SIZE * 2, esize[i]); in test_ring_burst_bulk_tests3() 865 test_ring_mem_init(src, RING_SIZE * 2, esize[i]); in test_ring_burst_bulk_tests4() 984 test_ring_mem_init(src, RING_SIZE, esize[i]); in test_ring_basic_ex() 1120 test_ring_mem_init(src_orig, 17, esize[i]); in test_ring_with_exact_size()
|