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

/linux-4.4.14/kernel/sched/
H A Dclock.c83 int sched_clock_stable(void) sched_clock_stable() function
90 if (!sched_clock_stable()) __set_sched_clock_stable()
109 if (sched_clock_stable()) __clear_sched_clock_stable()
299 if (sched_clock_stable()) sched_clock_cpu()
322 if (sched_clock_stable()) sched_clock_tick()
373 if (!sched_clock_stable()) cpu_clock()
388 if (!sched_clock_stable()) local_clock()
H A Ddebug.c372 P(sched_clock_stable()); sched_debug_header()
/linux-4.4.14/arch/x86/kernel/
H A Dtsc.c853 if (!sched_clock_stable()) tsc_save_sched_clock_state()
873 if (!sched_clock_stable()) tsc_restore_sched_clock_state()
/linux-4.4.14/kernel/time/
H A Dtick-sched.c183 * sched_clock_stable is set. can_stop_full_tick()
185 if (!sched_clock_stable()) { can_stop_full_tick()
/linux-4.4.14/arch/x86/kernel/cpu/
H A Dperf_event.c2149 if (!sched_clock_stable()) arch_perf_update_userpage()
/linux-4.4.14/kernel/trace/
H A Dring_buffer.c2345 static inline bool sched_clock_stable(void) sched_clock_stable() function
2679 sched_clock_stable() ? "" : rb_handle_timestamp()
/linux-4.4.14/include/linux/
H A Dsched.h2296 extern int sched_clock_stable(void);

Completed in 294 milliseconds