Searched refs:tsc_start (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtsc.c903 int tsc_start, tsc_now; local
927 rdtscl(tsc_start);
931 } while ((tsc_now - tsc_start) < TICK_COUNT);
943 return pmc_now * tsc_khz / (tsc_now - tsc_start);

Completed in 51 milliseconds