Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/sched/
A Dclock.c106 notrace int sched_clock_stable(void) in sched_clock_stable() function
180 if (!sched_clock_stable()) in __clear_sched_clock_stable()
383 if (sched_clock_stable()) in sched_clock_cpu()
406 if (sched_clock_stable()) in sched_clock_tick()
421 if (!sched_clock_stable()) in sched_clock_tick_stable()
452 if (sched_clock_stable()) in sched_clock_idle_wakeup_event()
A Ddebug.c808 P(sched_clock_stable()); in sched_debug_header()
/linux-6.3-rc2/include/linux/sched/
A Dclock.h53 extern int sched_clock_stable(void);
/linux-6.3-rc2/arch/x86/kernel/
A Dtsc.c938 if (!sched_clock_stable()) in tsc_save_sched_clock_state()
958 if (!sched_clock_stable()) in tsc_restore_sched_clock_state()
/linux-6.3-rc2/kernel/trace/
A Dring_buffer.c2846 static inline bool sched_clock_stable(void) in sched_clock_stable() function
2864 sched_clock_stable() ? "" : in rb_check_timestamp()
A Dtrace.c10454 if (!trace_boot_clock && !sched_clock_stable()) { in tracing_set_default_clock()
/linux-6.3-rc2/arch/x86/events/intel/
A Dds.c1587 if (!using_native_sched_clock() || !sched_clock_stable()) in setup_pebs_time()
/linux-6.3-rc2/arch/x86/events/
A Dcore.c2723 if (!using_native_sched_clock() || !sched_clock_stable()) in arch_perf_update_userpage()

Completed in 43 milliseconds