Searched refs:timekeeping_update (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/kernel/time/ |
D | timekeeping.c | 561 static void timekeeping_update(struct timekeeper *tk, unsigned int action) in timekeeping_update() function 936 timekeeping_update(tk, TK_CLEAR_NTP | TK_MIRROR | TK_CLOCK_WAS_SET); in do_settimeofday64() 983 timekeeping_update(tk, TK_CLEAR_NTP | TK_MIRROR | TK_CLOCK_WAS_SET); in timekeeping_inject_offset() 1036 timekeeping_update(tk, TK_MIRROR | TK_CLOCK_WAS_SET); in timekeeping_set_tai_offset() 1074 timekeeping_update(tk, TK_CLEAR_NTP | TK_MIRROR | TK_CLOCK_WAS_SET); in change_clocksource() 1253 timekeeping_update(tk, TK_MIRROR | TK_CLOCK_WAS_SET); in timekeeping_init() 1343 timekeeping_update(tk, TK_CLEAR_NTP | TK_MIRROR | TK_CLOCK_WAS_SET); in timekeeping_inject_sleeptime64() 1425 timekeeping_update(tk, TK_MIRROR | TK_CLOCK_WAS_SET); in timekeeping_resume() 1479 timekeeping_update(tk, TK_MIRROR); in timekeeping_suspend() 1837 timekeeping_update(tk, clock_set); in update_wall_time() [all …]
|