Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/time/
Dntp.c52 static int time_state = TIME_OK;
404 case TIME_OK: in second_overflow()
418 time_state = TIME_OK; in second_overflow()
429 time_state = TIME_OK; in second_overflow()
444 time_state = TIME_OK; in second_overflow()
581 time_state = TIME_OK; in process_adj_status()
/linux-4.4.14/include/uapi/linux/
Dtimex.h157 #define TIME_OK 0 /* clock synchronized, no leap second */ macro
/linux-4.4.14/tools/testing/selftests/timers/
Dleap-a-day.c95 case TIME_OK: return "TIME_OK"; in time_state_str()