Lines Matching refs:time_adjust
75 static long time_adjust; variable
346 time_adjust = 0; /* stop active adjtime() */ in ntp_clear()
466 if (!time_adjust) in second_overflow()
469 if (time_adjust > MAX_TICKADJ) { in second_overflow()
470 time_adjust -= MAX_TICKADJ; in second_overflow()
475 if (time_adjust < -MAX_TICKADJ) { in second_overflow()
476 time_adjust += MAX_TICKADJ; in second_overflow()
481 tick_length += (s64)(time_adjust * NSEC_PER_USEC / NTP_INTERVAL_FREQ) in second_overflow()
483 time_adjust = 0; in second_overflow()
704 long save_adjust = time_adjust; in __do_adjtimex()
708 time_adjust = txc->offset; in __do_adjtimex()
933 time_adjust = 0; in hardpps_update_phase()