Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/time/
Dntp.c54 static int time_status = STA_UNSYNC;
167 return (status & (STA_UNSYNC|STA_CLOCKERR)) in is_error_status()
213 return status & (STA_UNSYNC|STA_CLOCKERR); in is_error_status()
238 return !(time_status & STA_UNSYNC); in ntp_synced()
343 time_status |= STA_UNSYNC; in ntp_clear()
425 time_status |= STA_UNSYNC; in second_overflow()
549 time_status = STA_UNSYNC; in process_adj_status()
/linux-4.1.27/include/uapi/linux/
Dtimex.h137 #define STA_UNSYNC 0x0040 /* clock unsynchronized (rw) */ macro