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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dtimer.h48 static inline unsigned long long __cycles_2_ns(unsigned long long cyc) function
62 ns = __cycles_2_ns(cyc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtsc.c64 return __cycles_2_ns(this_offset);
618 ns_now = __cycles_2_ns(tsc_now);

Completed in 118 milliseconds