Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_ring.c606 src = test_ring_calloc(RING_SIZE * 2, esize[i]); in test_ring_burst_bulk_tests1()
613 dst = test_ring_calloc(RING_SIZE * 2, esize[i]); in test_ring_burst_bulk_tests1()
701 src = test_ring_calloc(RING_SIZE * 2, esize[i]); in test_ring_burst_bulk_tests2()
708 dst = test_ring_calloc(RING_SIZE * 2, esize[i]); in test_ring_burst_bulk_tests2()
788 src = test_ring_calloc(RING_SIZE * 2, esize[i]); in test_ring_burst_bulk_tests3()
795 dst = test_ring_calloc(RING_SIZE * 2, esize[i]); in test_ring_burst_bulk_tests3()
862 src = test_ring_calloc(RING_SIZE * 2, esize[i]); in test_ring_burst_bulk_tests4()
979 src = test_ring_calloc(RING_SIZE, esize[i]); in test_ring_basic_ex()
988 dst = test_ring_calloc(RING_SIZE, esize[i]); in test_ring_basic_ex()
1117 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()
437 burst = test_ring_calloc(1, esize); in test_single_enqueue_dequeue()
470 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