Lines Matching refs:test_ring_calloc
607 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()
870 dst = 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()
1125 dst_orig = test_ring_calloc(17, esize[i]); in test_ring_with_exact_size()