Searched refs:time_adjust (Results 1 – 1 of 1) sorted by relevance
76 static long time_adjust; variable352 time_adjust = 0; /* stop active adjtime() */ in ntp_clear()461 if (!time_adjust) in second_overflow()464 if (time_adjust > MAX_TICKADJ) { in second_overflow()465 time_adjust -= MAX_TICKADJ; in second_overflow()470 if (time_adjust < -MAX_TICKADJ) { in second_overflow()471 time_adjust += MAX_TICKADJ; in second_overflow()476 tick_length += (s64)(time_adjust * NSEC_PER_USEC / NTP_INTERVAL_FREQ) in second_overflow()478 time_adjust = 0; in second_overflow()668 long save_adjust = time_adjust; in do_adjtimex()[all …]