Searched refs:timekeeping_suspended (Results 1 – 3 of 3) sorted by relevance
65 int __read_mostly timekeeping_suspended; variable646 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 …]
7 extern int timekeeping_suspended;
353 if (timekeeping_suspended) in sched_clock_idle_wakeup_event()