Searched refs:time_count (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/app/test/ |
| H A D | test_mcslock.c | 66 static uint64_t time_count[RTE_MAX_LCORE] = {0}; variable 96 time_count[lcore] = time_diff * 1000000 / hz; in load_loop_fn() 112 lcore, time_count[lcore]); in test_mcslock_perf() 113 memset(time_count, 0, sizeof(time_count)); in test_mcslock_perf() 120 lcore, time_count[lcore]); in test_mcslock_perf() 121 memset(time_count, 0, sizeof(time_count)); in test_mcslock_perf() 136 i, time_count[i]); in test_mcslock_perf() 137 total += time_count[i]; in test_mcslock_perf()
|
| H A D | test_spinlock.c | 99 static uint64_t time_count[RTE_MAX_LCORE] = {0}; variable 125 time_count[lcore] = time_diff * 1000000 / hz; in load_loop_fn() 140 time_count[lcore]); in test_spinlock_perf() 141 memset(time_count, 0, sizeof(time_count)); in test_spinlock_perf() 147 time_count[lcore]); in test_spinlock_perf() 148 memset(time_count, 0, sizeof(time_count)); in test_spinlock_perf() 164 time_count[i]); in test_spinlock_perf() 165 total += time_count[i]; in test_spinlock_perf()
|
| H A D | test_rwlock.c | 89 static uint64_t time_count[RTE_MAX_LCORE] = {0}; variable 125 time_count[lcore] = time_diff * 1000000 / hz; in load_loop_fn() 150 i, time_count[i]); in test_rwlock_perf() 151 total += time_count[i]; in test_rwlock_perf() 155 memset(time_count, 0, sizeof(time_count)); in test_rwlock_perf()
|