Searched refs:time_status (Results 1 – 1 of 1) sorted by relevance
41 int time_status = STA_UNSYNC; /* clock status bits */ variable70 if (!(time_status & STA_PLL)) in ntp_update_offset()73 if (!(time_status & STA_NANO)) in ntp_update_offset()87 if (time_status & STA_FREQHOLD || time_reftime == 0) in ntp_update_offset()94 time_status &= ~STA_MODE; in ntp_update_offset()95 if (mtemp >= MINSEC && (time_status & STA_FLL || mtemp > MAXSEC)) { in ntp_update_offset()98 time_status |= STA_MODE; in ntp_update_offset()115 time_status |= STA_UNSYNC; in ntp_clear()161 if (!(time_status & (STA_INS | STA_DEL))) in ntp_leap_second()188 time_status |= STA_UNSYNC; in second_overflow()[all …]