Home
last modified time | relevance | path

Searched refs:greads (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_hash_readwrite_lf_perf.c90 static uint64_t greads; variable
727 __atomic_store_n(&greads, 0, __ATOMIC_RELAXED); in test_hash_add_no_ks_lookup_hit()
746 / __atomic_load_n(&greads, __ATOMIC_RELAXED); in test_hash_add_no_ks_lookup_hit()
794 __atomic_store_n(&greads, 0, __ATOMIC_RELAXED); in test_hash_add_no_ks_lookup_miss()
815 / __atomic_load_n(&greads, __ATOMIC_RELAXED); in test_hash_add_no_ks_lookup_miss()
864 __atomic_store_n(&greads, 0, __ATOMIC_RELAXED); in test_hash_add_ks_lookup_hit_non_sp()
888 / __atomic_load_n(&greads, __ATOMIC_RELAXED); in test_hash_add_ks_lookup_hit_non_sp()
962 / __atomic_load_n(&greads, __ATOMIC_RELAXED); in test_hash_add_ks_lookup_hit_sp()
1034 / __atomic_load_n(&greads, __ATOMIC_RELAXED); in test_hash_add_ks_lookup_miss()
1133 __atomic_load_n(&greads, in test_hash_multi_add_lookup()
[all …]
H A Dtest_hash_readwrite.c54 static rte_atomic64_t greads; variable
317 rte_atomic64_add(&greads, i); in test_rw_reader()
374 rte_atomic64_init(&greads); in test_hash_readwrite_perf()
377 rte_atomic64_clear(&greads); in test_hash_readwrite_perf()
439 rte_atomic64_clear(&greads); in test_hash_readwrite_perf()
485 rte_atomic64_read(&greads); in test_hash_readwrite_perf()
500 rte_atomic64_clear(&greads); in test_hash_readwrite_perf()
579 rte_atomic64_read(&greads); in test_hash_readwrite_perf()