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

/linux-master/include/uapi/linux/
H A Dtimex.h198 #define TIME_OK 0 /* clock synchronized, no leap second */ macro
/linux-master/kernel/time/
H A Dntp.c57 static int time_state = TIME_OK;
412 case TIME_OK:
426 time_state = TIME_OK;
437 time_state = TIME_OK;
452 time_state = TIME_OK;
689 time_state = TIME_OK;
803 result = time_state; /* mostly `TIME_OK' */
/linux-master/tools/testing/selftests/timers/
H A Dleap-a-day.c84 case TIME_OK: return "TIME_OK";

Completed in 144 milliseconds