| /dpdk/app/test/ |
| H A D | test_atomic.c | 108 static rte_atomic32_t synchro; variable 451 rte_atomic32_init(&synchro); in test_atomic() 460 rte_atomic32_set(&synchro, 1); in test_atomic() 530 rte_atomic32_clear(&synchro); in test_atomic() 539 rte_atomic32_clear(&synchro); in test_atomic() 552 rte_atomic32_clear(&synchro); in test_atomic() 561 rte_atomic32_clear(&synchro); in test_atomic() 583 rte_atomic32_clear(&synchro); in test_atomic() 591 rte_atomic32_clear(&synchro); in test_atomic() 607 rte_atomic32_clear(&synchro); in test_atomic() [all …]
|
| H A D | test_pflock.c | 34 static uint32_t synchro; variable 72 rte_wait_until_equal_32(&synchro, 1, __ATOMIC_RELAXED); in load_loop_fn() 102 __atomic_store_n(&synchro, 1, __ATOMIC_RELAXED); in test_pflock_perf() 110 __atomic_store_n(&synchro, 1, __ATOMIC_RELAXED); in test_pflock_perf() 119 __atomic_store_n(&synchro, 0, __ATOMIC_RELAXED); in test_pflock_perf() 124 __atomic_store_n(&synchro, 1, __ATOMIC_RELAXED); in test_pflock_perf()
|
| H A D | test_mcslock.c | 45 static uint32_t synchro; variable 78 rte_wait_until_equal_32(&synchro, 1, __ATOMIC_RELAXED); in load_loop_fn() 103 __atomic_store_n(&synchro, 1, __ATOMIC_RELAXED); in test_mcslock_perf() 110 __atomic_store_n(&synchro, 1, __ATOMIC_RELAXED); in test_mcslock_perf() 119 __atomic_store_n(&synchro, 0, __ATOMIC_RELAXED); in test_mcslock_perf() 123 __atomic_store_n(&synchro, 1, __ATOMIC_RELAXED); in test_mcslock_perf()
|
| H A D | test_ticketlock.c | 51 static uint32_t synchro; variable 114 rte_wait_until_equal_32(&synchro, 1, __ATOMIC_RELAXED); in load_loop_fn() 156 __atomic_store_n(&synchro, 0, __ATOMIC_RELAXED); in test_ticketlock_perf() 160 __atomic_store_n(&synchro, 1, __ATOMIC_RELAXED); in test_ticketlock_perf()
|
| H A D | test_spinlock.c | 51 static uint32_t synchro; variable 113 rte_wait_until_equal_32(&synchro, 1, __ATOMIC_RELAXED); in load_loop_fn() 152 __atomic_store_n(&synchro, 0, __ATOMIC_RELAXED); in test_spinlock_perf() 156 __atomic_store_n(&synchro, 1, __ATOMIC_RELAXED); in test_spinlock_perf()
|
| H A D | test_mempool_perf.c | 91 static uint32_t synchro; variable 191 rte_wait_until_equal_32(&synchro, 1, __ATOMIC_RELAXED); in per_lcore_mempool_test() 236 __atomic_store_n(&synchro, 0, __ATOMIC_RELAXED); in launch_cores() 261 __atomic_store_n(&synchro, 1, __ATOMIC_RELAXED); in launch_cores()
|
| H A D | test_func_reentrancy.c | 57 static uint32_t synchro; variable 61 rte_wait_until_equal_32(&synchro, 1, __ATOMIC_RELAXED); \ 443 __atomic_store_n(&synchro, 0, __ATOMIC_RELAXED); in launch_test() 453 __atomic_store_n(&synchro, 1, __ATOMIC_RELAXED); in launch_test()
|
| H A D | test_rwlock.c | 38 static uint32_t synchro; variable 104 rte_wait_until_equal_32(&synchro, 1, __ATOMIC_RELAXED); in load_loop_fn() 137 __atomic_store_n(&synchro, 0, __ATOMIC_RELAXED); in test_rwlock_perf() 142 __atomic_store_n(&synchro, 1, __ATOMIC_RELAXED); in test_rwlock_perf()
|
| H A D | test_ring_perf.c | 323 static uint32_t synchro; variable 345 rte_wait_until_equal_32(&synchro, 1, __ATOMIC_RELAXED); in load_loop_fn_helper() 400 __atomic_store_n(&synchro, 0, __ATOMIC_RELAXED); in run_on_all_cores() 405 __atomic_store_n(&synchro, 1, __ATOMIC_RELAXED); in run_on_all_cores()
|