Searched refs:time_count (Results 1 – 4 of 4) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_pflock.c | 57 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 D | test_mcslock.c | 61 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 D | test_spinlock.c | 98 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 D | test_rwlock.c | 89 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()
|