Searched refs:STA_UNSYNC (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dtimex.h178 #define STA_UNSYNC 0x0040 /* clock unsynchronized (rw) */ macro
/linux-master/kernel/time/
H A Dntp.c60 static int time_status = STA_UNSYNC;
176 return (status & (STA_UNSYNC|STA_CLOCKERR))
222 return status & (STA_UNSYNC|STA_CLOCKERR);
247 return !(time_status & STA_UNSYNC);
354 time_status |= STA_UNSYNC;
461 time_status |= STA_UNSYNC;
634 * Don't update if STA_UNSYNC is set and if ntp_notify_cmos_timer()
690 time_status = STA_UNSYNC;

Completed in 131 milliseconds