Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dtimekeeping.c32 #define TK_CLOCK_WAS_SET (1 << 1) macro
34 #define TK_UPDATE_ALL (TK_CLEAR_NTP | TK_CLOCK_WAS_SET)
810 update_pvclock_gtod(tk, action & TK_CLOCK_WAS_SET); in timekeeping_update_from_shadow()
818 if (action & TK_CLOCK_WAS_SET) in timekeeping_update_from_shadow()
1997 timekeeping_update_from_shadow(&tk_core, TK_CLOCK_WAS_SET); in timekeeping_init()
2141 timekeeping_update_from_shadow(&tk_core, TK_CLOCK_WAS_SET); in timekeeping_resume()
2423 clock_set = TK_CLOCK_WAS_SET; in accumulate_nsecs_to_secs()
2892 timekeeping_update_from_shadow(tkd, TK_CLOCK_WAS_SET); in __do_adjtimex()