Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/time/
Dntp.c59 static int time_status = STA_UNSYNC;
175 return (status & (STA_UNSYNC|STA_CLOCKERR)) in is_error_status()
221 return status & (STA_UNSYNC|STA_CLOCKERR); in is_error_status()
246 return !(time_status & STA_UNSYNC); in ntp_synced()
353 time_status |= STA_UNSYNC; in ntp_clear()
460 time_status |= STA_UNSYNC; in second_overflow()
649 time_status = STA_UNSYNC; in process_adj_status()
/Linux-v4.19/include/uapi/linux/
Dtimex.h137 #define STA_UNSYNC 0x0040 /* clock unsynchronized (rw) */ macro