Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/sched/
Dclock.c83 int sched_clock_stable(void) in sched_clock_stable() function
90 if (!sched_clock_stable()) in __set_sched_clock_stable()
109 if (sched_clock_stable()) in __clear_sched_clock_stable()
299 if (sched_clock_stable()) in sched_clock_cpu()
322 if (sched_clock_stable()) in sched_clock_tick()
373 if (!sched_clock_stable()) in cpu_clock()
388 if (!sched_clock_stable()) in local_clock()
Ddebug.c381 P(sched_clock_stable()); in sched_debug_header()
/linux-4.1.27/arch/x86/kernel/
Dtsc.c835 if (!sched_clock_stable()) in tsc_save_sched_clock_state()
855 if (!sched_clock_stable()) in tsc_restore_sched_clock_state()
/linux-4.1.27/kernel/time/
Dtick-sched.c185 if (!sched_clock_stable()) { in can_stop_full_tick()
/linux-4.1.27/include/linux/
Dsched.h2198 extern int sched_clock_stable(void);
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event.c2100 if (!sched_clock_stable()) in arch_perf_update_userpage()
/linux-4.1.27/kernel/trace/
Dring_buffer.c2610 local_clock_stable = sched_clock_stable(); in rb_reserve_next_event()