Searched refs:tsc_now (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.c608 unsigned long long tsc_now, ns_now, *offset; local
617 rdtscll(tsc_now);
618 ns_now = __cycles_2_ns(tsc_now);
622 *offset = ns_now - (tsc_now * *scale >> CYC2NS_SCALE_FACTOR);
903 int tsc_start, tsc_now; local
930 tsc_now = get_cycles();
931 } while ((tsc_now - tsc_start) < TICK_COUNT);
943 return pmc_now * tsc_khz / (tsc_now - tsc_start);

Completed in 101 milliseconds