Lines Matching refs:time_adjust
74 static long time_adjust; variable
342 time_adjust = 0; /* stop active adjtime() */ in ntp_clear()
438 if (!time_adjust) in second_overflow()
441 if (time_adjust > MAX_TICKADJ) { in second_overflow()
442 time_adjust -= MAX_TICKADJ; in second_overflow()
447 if (time_adjust < -MAX_TICKADJ) { in second_overflow()
448 time_adjust += MAX_TICKADJ; in second_overflow()
453 tick_length += (s64)(time_adjust * NSEC_PER_USEC / NTP_INTERVAL_FREQ) in second_overflow()
455 time_adjust = 0; in second_overflow()
670 long save_adjust = time_adjust; in __do_adjtimex()
674 time_adjust = txc->offset; in __do_adjtimex()
881 time_adjust = 0; in hardpps_update_phase()