Searched refs:tv_odd (Results 1 – 1 of 1) sorted by relevance
/linux/tools/power/x86/turbostat/ |
H A D | turbostat.c | 1916 struct timeval tv_even, tv_odd, tv_delta; variable 6209 gettimeofday(&tv_odd, (struct timezone *)NULL); in turbostat_loop() 6210 timersub(&tv_odd, &tv_even, &tv_delta); in turbostat_loop() 6234 timersub(&tv_even, &tv_odd, &tv_delta); in turbostat_loop() 9203 gettimeofday(&tv_odd, (struct timezone *)NULL); in fork_it() 9204 timersub(&tv_odd, &tv_even, &tv_delta); in fork_it()
|