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

/linux-master/include/linux/sched/
H A Dclock.h67 extern int sched_clock_stable(void);
71 * When sched_clock_stable(), __sched_clock_offset provides the offset
/linux-master/kernel/sched/
H A Dclock.c106 notrace int sched_clock_stable(void) function
180 if (!sched_clock_stable())
393 if (sched_clock_stable())
416 if (sched_clock_stable())
431 if (!sched_clock_stable())
462 if (sched_clock_stable())
H A Ddebug.c855 P(sched_clock_stable());
/linux-master/arch/x86/kernel/
H A Dtsc.c958 if (!sched_clock_stable())
978 if (!sched_clock_stable())
/linux-master/kernel/trace/
H A Dring_buffer.c2732 static inline bool sched_clock_stable(void) function
2750 sched_clock_stable() ? "" :
H A Dtrace.c10430 /* sched_clock_stable() is determined in late_initcall */
10431 if (!trace_boot_clock && !sched_clock_stable()) {
/linux-master/arch/x86/events/intel/
H A Dds.c1601 if (!using_native_sched_clock() || !sched_clock_stable())
/linux-master/arch/x86/events/
H A Dcore.c2719 if (!using_native_sched_clock() || !sched_clock_stable())

Completed in 198 milliseconds