Searched refs:test_ring_copy_to (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_ring_mt_peek_stress_zc.c | 36 test_ring_copy_to(&zcd, obj, -1, n); in _st_ring_enqueue_bulk()
|
| H A D | test_ring_st_peek_stress_zc.c | 45 test_ring_copy_to(&zcd, obj, -1, m); in _st_ring_enqueue_bulk()
|
| H A D | test_ring.c | 85 test_ring_copy_to(&zcd, obj_table, sizeof(void *), ret); in test_ring_enqueue_zc_bulk() 103 test_ring_copy_to(&zcd, obj_table, esize, ret); in test_ring_enqueue_zc_bulk_elem() 120 test_ring_copy_to(&zcd, obj_table, sizeof(void *), ret); in test_ring_enqueue_zc_burst() 138 test_ring_copy_to(&zcd, obj_table, esize, ret); in test_ring_enqueue_zc_burst_elem()
|
| H A D | test_ring.h | 72 test_ring_copy_to(struct rte_ring_zc_data *zcd, void * const *src, int esize, in test_ring_copy_to() function
|