Home
last modified time | relevance | path

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

/linux/kernel/time/
A Dntp.c60 static int time_status = STA_UNSYNC;
176 return (status & (STA_UNSYNC|STA_CLOCKERR)) in is_error_status()
222 return status & (STA_UNSYNC|STA_CLOCKERR); in is_error_status()
247 return !(time_status & STA_UNSYNC); in ntp_synced()
354 time_status |= STA_UNSYNC; in ntp_clear()
461 time_status |= STA_UNSYNC; in second_overflow()
690 time_status = STA_UNSYNC; in process_adj_status()
/linux/include/uapi/linux/
A Dtimex.h178 #define STA_UNSYNC 0x0040 /* clock unsynchronized (rw) */ macro

Completed in 5 milliseconds