tv_odd            300 tools/power/x86/turbostat/turbostat.c struct timeval tv_even, tv_odd, tv_delta;
tv_odd           3103 tools/power/x86/turbostat/turbostat.c 		gettimeofday(&tv_odd, (struct timezone *)NULL);
tv_odd           3104 tools/power/x86/turbostat/turbostat.c 		timersub(&tv_odd, &tv_even, &tv_delta);
tv_odd           3127 tools/power/x86/turbostat/turbostat.c 		timersub(&tv_even, &tv_odd, &tv_delta);
tv_odd           5293 tools/power/x86/turbostat/turbostat.c 	gettimeofday(&tv_odd, (struct timezone *)NULL);
tv_odd           5294 tools/power/x86/turbostat/turbostat.c 	timersub(&tv_odd, &tv_even, &tv_delta);