Searched refs:native_sched_clock (Results 1 - 3 of 3) 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.h10 unsigned long long native_sched_clock(void);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dparavirt.c309 .sched_clock = native_sched_clock,
H A Dtsc.c34 /* native_sched_clock() is called before tsc_init(), so
43 u64 native_sched_clock(void) function
76 sched_clock(void) __attribute__((alias("native_sched_clock")));
987 /* now allow native_sched_clock() to use rdtsc */

Completed in 41 milliseconds