Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_ring.c607 src = test_ring_calloc(RING_SIZE * 2, esize[i]); in test_ring_burst_bulk_tests1()
614 dst = test_ring_calloc(RING_SIZE * 2, esize[i]); in test_ring_burst_bulk_tests1()
702 src = test_ring_calloc(RING_SIZE * 2, esize[i]); in test_ring_burst_bulk_tests2()
709 dst = test_ring_calloc(RING_SIZE * 2, esize[i]); in test_ring_burst_bulk_tests2()
789 src = test_ring_calloc(RING_SIZE * 2, esize[i]); in test_ring_burst_bulk_tests3()
796 dst = test_ring_calloc(RING_SIZE * 2, esize[i]); in test_ring_burst_bulk_tests3()
863 src = test_ring_calloc(RING_SIZE * 2, esize[i]); in test_ring_burst_bulk_tests4()
980 src = test_ring_calloc(RING_SIZE, esize[i]); in test_ring_basic_ex()
989 dst = test_ring_calloc(RING_SIZE, esize[i]); in test_ring_basic_ex()
1118 src_orig = test_ring_calloc(17, esize[i]); in test_ring_with_exact_size()
[all …]
H A Dtest_ring_perf.c196 burst = test_ring_calloc(MAX_BURST, esize); in enqueue_dequeue_bulk_helper()
339 burst = test_ring_calloc(MAX_BURST, esize); in load_loop_fn_helper()
438 burst = test_ring_calloc(1, esize); in test_single_enqueue_dequeue()
471 burst = test_ring_calloc(MAX_BURST, esize); in test_burst_bulk_enqueue_dequeue()
H A Dtest_ring.h226 test_ring_calloc(unsigned int rsize, int esize) in test_ring_calloc() function