Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/time/
Dtimekeeping.c65 int __read_mostly timekeeping_suspended; variable
646 if (unlikely(timekeeping_suspended)) in __getnstimeofday64()
671 WARN_ON(timekeeping_suspended); in ktime_get()
690 WARN_ON(timekeeping_suspended); in ktime_get_resolution_ns()
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 ktime_get_raw_and_real_ts64()
1424 timekeeping_suspended = 0; in timekeeping_resume()
1455 timekeeping_suspended = 1; in timekeeping_suspend()
[all …]
/linux-4.4.14/include/linux/
Dtimekeeping.h7 extern int timekeeping_suspended;
/linux-4.4.14/kernel/sched/
Dclock.c353 if (timekeeping_suspended) in sched_clock_idle_wakeup_event()