Home
last modified time | relevance | path

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

/linux-6.15/kernel/time/
H A Dntp.c91 .time_state = TIME_OK,
403 case TIME_OK: in second_overflow()
417 ntpdata->time_state = TIME_OK; in second_overflow()
427 ntpdata->time_state = TIME_OK; in second_overflow()
441 ntpdata->time_state = TIME_OK; in second_overflow()
693 ntpdata->time_state = TIME_OK; in process_adj_status()
/linux-6.15/include/uapi/linux/
H A Dtimex.h198 #define TIME_OK 0 /* clock synchronized, no leap second */ macro
/linux-6.15/tools/testing/selftests/timers/
H A Dleap-a-day.c84 case TIME_OK: return "TIME_OK"; in time_state_str()