Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dntp.c103 .time_state = TIME_OK,
618 case TIME_OK:
632 ntpdata->time_state = TIME_OK; in sync_hw_clock()
642 ntpdata->time_state = TIME_OK; in sync_hw_clock()
656 ntpdata->time_state = TIME_OK; in sync_hw_clock()
943 ntpdata->time_state = TIME_OK;
/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.c87 case TIME_OK: return "TIME_OK"; in time_state_str()