Searched refs:tv_odd (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/tools/power/x86/turbostat/ |
| D | turbostat.c | 409 struct timeval tv_even, tv_odd, tv_delta; variable 3364 gettimeofday(&tv_odd, (struct timezone *)NULL); in turbostat_loop() 3365 timersub(&tv_odd, &tv_even, &tv_delta); in turbostat_loop() 3388 timersub(&tv_even, &tv_odd, &tv_delta); in turbostat_loop() 5680 gettimeofday(&tv_odd, (struct timezone *)NULL); in fork_it() 5681 timersub(&tv_odd, &tv_even, &tv_delta); in fork_it()
|