Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/time/
Dntp.c51 static int time_state = TIME_OK;
384 case TIME_OK: in second_overflow()
392 time_state = TIME_OK; in second_overflow()
402 time_state = TIME_OK; in second_overflow()
416 time_state = TIME_OK; in second_overflow()
548 time_state = TIME_OK; in process_adj_status()
/linux-4.1.27/include/uapi/linux/
Dtimex.h157 #define TIME_OK 0 /* clock synchronized, no leap second */ macro
/linux-4.1.27/tools/testing/selftests/timers/
Dleap-a-day.c91 case TIME_OK: return "TIME_OK"; in time_state_str()