Searched refs:tv_end (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/powerpc/benchmarks/ |
| H A D | gettimeofday.c | 15 struct timeval tv_start, tv_end, tv_diff; in test_gettimeofday() local 20 gettimeofday(&tv_end, NULL); in test_gettimeofday() 23 timersub(&tv_end, &tv_start, &tv_diff); in test_gettimeofday()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | test_xsk.c | 1131 struct timeval tv_end, tv_now, tv_timeout = {THREAD_TMOUT, 0}; in receive_pkts() local 1143 timeradd(&tv_now, &tv_timeout, &tv_end); in receive_pkts() 1159 if (timercmp(&tv_now, &tv_end, >)) { in receive_pkts() 1295 struct timeval tv_end, tv_now, tv_timeout = {THREAD_TMOUT, 0}; in wait_for_tx_completion() local 1301 timeradd(&tv_now, &tv_timeout, &tv_end); in wait_for_tx_completion() 1307 if (timercmp(&tv_now, &tv_end, >)) { in wait_for_tx_completion()
|
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 2116 struct timeval tv_end; member 3332 timersub(&t->tv_end, &t->tv_begin, &tv); in format_counters() 3338 outp += sprintf(outp, "%10ld.%06ld\t", t->tv_end.tv_sec, t->tv_end.tv_usec); in format_counters() 3933 old->tv_end = new->tv_end; in delta_thread() 4064 t->tv_end.tv_sec = 0; in clear_counters() 4065 t->tv_end.tv_usec = 0; in clear_counters() 4178 average.threads->tv_end = t->tv_end; in sum_counters() 5350 gettimeofday(&t->tv_end, (struct timezone *)NULL); in get_counters()
|