Home
last modified time | relevance | path

Searched refs:native_sched_clock (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/include/asm/
H A Dtimer.h9 unsigned long long native_sched_clock(void);
/linux/arch/x86/kernel/
H A Dtsc.c237 noinstr u64 native_sched_clock(void) in native_sched_clock() function
270 DEFINE_STATIC_CALL(pv_sched_clock, native_sched_clock);
279 return static_call_query(pv_sched_clock) == native_sched_clock; in using_native_sched_clock()