Lines Matching refs:time_adjust
79 static long time_adjust; variable
352 time_adjust = 0; /* stop active adjtime() */ in ntp_clear()
473 if (!time_adjust) in second_overflow()
476 if (time_adjust > MAX_TICKADJ) { in second_overflow()
477 time_adjust -= MAX_TICKADJ; in second_overflow()
482 if (time_adjust < -MAX_TICKADJ) { in second_overflow()
483 time_adjust += MAX_TICKADJ; in second_overflow()
488 tick_length += (s64)(time_adjust * NSEC_PER_USEC / NTP_INTERVAL_FREQ) in second_overflow()
490 time_adjust = 0; in second_overflow()
724 long save_adjust = time_adjust; in __do_adjtimex()
728 time_adjust = txc->offset; in __do_adjtimex()
953 time_adjust = 0; in hardpps_update_phase()