Searched refs:test_ring_copy_from (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_ring_mt_peek_stress_zc.c | 19 test_ring_copy_from(&zcd, obj, -1, n); in _st_ring_dequeue_bulk()
|
| H A D | test_ring_st_peek_stress_zc.c | 23 test_ring_copy_from(&zcd, obj, -1, m); in _st_ring_dequeue_bulk()
|
| H A D | test_ring.c | 155 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 D | test_ring.h | 89 test_ring_copy_from(struct rte_ring_zc_data *zcd, void *dst, int esize, in test_ring_copy_from() function
|