Home
last modified time | relevance | path

Searched refs:timekeeping_suspended (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/kernel/time/
Dtimekeeping.c65 int __read_mostly timekeeping_suspended; variable
663 if (unlikely(timekeeping_suspended)) in __getnstimeofday64()
688 WARN_ON(timekeeping_suspended); in ktime_get()
714 WARN_ON(timekeeping_suspended); in ktime_get_with_offset()
784 WARN_ON(timekeeping_suspended); in ktime_get_ts64()
813 WARN_ON(timekeeping_suspended); in ktime_get_seconds()
865 WARN_ON_ONCE(timekeeping_suspended); in getnstime_raw_and_real()
1425 timekeeping_suspended = 0; in timekeeping_resume()
1456 timekeeping_suspended = 1; in timekeeping_suspend()
1775 if (unlikely(timekeeping_suspended)) in update_wall_time()
/linux-4.1.27/include/linux/
Dtimekeeping.h7 extern int timekeeping_suspended;
/linux-4.1.27/kernel/sched/
Dclock.c353 if (timekeeping_suspended) in sched_clock_idle_wakeup_event()