Home
last modified time | relevance | path

Searched refs:TIME_OK (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/time/
H A Dntp.c93 .time_state = TIME_OK,
411 case TIME_OK: in second_overflow()
425 ntpdata->time_state = TIME_OK; in second_overflow()
435 ntpdata->time_state = TIME_OK; in second_overflow()
449 ntpdata->time_state = TIME_OK; in second_overflow()
701 ntpdata->time_state = TIME_OK; in process_adj_status()
/linux/include/uapi/linux/
H A Dtimex.h198 #define TIME_OK 0 /* clock synchronized, no leap second */ macro
/linux/tools/testing/selftests/timers/
H A Dleap-a-day.c84 case TIME_OK: return "TIME_OK"; in time_state_str()