Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_pflock.c57 static uint64_t time_count[RTE_MAX_LCORE] = {0}; variable
89 time_count[lcore] = time_diff * 1000000 / hz; in load_loop_fn()
105 lcore, time_count[lcore]); in test_pflock_perf()
106 memset(time_count, 0, sizeof(time_count)); in test_pflock_perf()
113 lcore, time_count[lcore]); in test_pflock_perf()
114 memset(time_count, 0, sizeof(time_count)); in test_pflock_perf()
131 i, time_count[i]); in test_pflock_perf()
132 total += time_count[i]; in test_pflock_perf()
136 memset(time_count, 0, sizeof(time_count)); in test_pflock_perf()
H A Dtest_mcslock.c61 static uint64_t time_count[RTE_MAX_LCORE] = {0}; variable
90 time_count[lcore] = time_diff * 1000000 / hz; in load_loop_fn()
106 lcore, time_count[lcore]); in test_mcslock_perf()
107 memset(time_count, 0, sizeof(time_count)); in test_mcslock_perf()
114 lcore, time_count[lcore]); in test_mcslock_perf()
115 memset(time_count, 0, sizeof(time_count)); in test_mcslock_perf()
130 i, time_count[i]); in test_mcslock_perf()
131 total += time_count[i]; in test_mcslock_perf()
H A Dtest_spinlock.c98 static uint64_t time_count[RTE_MAX_LCORE] = {0}; variable
124 time_count[lcore] = time_diff * 1000000 / hz; in load_loop_fn()
139 time_count[lcore]); in test_spinlock_perf()
140 memset(time_count, 0, sizeof(time_count)); in test_spinlock_perf()
146 time_count[lcore]); in test_spinlock_perf()
147 memset(time_count, 0, sizeof(time_count)); in test_spinlock_perf()
163 time_count[i]); in test_spinlock_perf()
164 total += time_count[i]; in test_spinlock_perf()
H A Dtest_rwlock.c89 static uint64_t time_count[RTE_MAX_LCORE] = {0}; variable
124 time_count[lcore] = time_diff * 1000000 / hz; in load_loop_fn()
149 i, time_count[i]); in test_rwlock_perf()
150 total += time_count[i]; in test_rwlock_perf()
154 memset(time_count, 0, sizeof(time_count)); in test_rwlock_perf()