Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_ring_mt_peek_stress_zc.c19 test_ring_copy_from(&zcd, obj, -1, n); in _st_ring_dequeue_bulk()
H A Dtest_ring_st_peek_stress_zc.c23 test_ring_copy_from(&zcd, obj, -1, m); in _st_ring_dequeue_bulk()
H A Dtest_ring.c155 test_ring_copy_from(&zcd, obj_table, sizeof(void *), ret); in test_ring_dequeue_zc_bulk()
173 test_ring_copy_from(&zcd, obj_table, esize, ret); in test_ring_dequeue_zc_bulk_elem()
190 test_ring_copy_from(&zcd, obj_table, sizeof(void *), ret); in test_ring_dequeue_zc_burst()
208 test_ring_copy_from(&zcd, obj_table, esize, ret); in test_ring_dequeue_zc_burst_elem()
H A Dtest_ring.h89 test_ring_copy_from(struct rte_ring_zc_data *zcd, void *dst, int esize, in test_ring_copy_from() function