Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dtimex.h201 #define TIME_OOP 3 /* leap second in progress */ macro
/linux/kernel/time/
H A Dntp.c420 ntpdata->time_state = TIME_OOP; in second_overflow()
435 case TIME_OOP: in second_overflow()
830 result = TIME_OOP; in __do_adjtimex()
839 if ((ntpdata->time_state == TIME_OOP) && (ts->tv_sec == ntpdata->ntp_next_leap_sec)) in __do_adjtimex()
/linux/tools/testing/selftests/timers/
H A Dleap-a-day.c87 case TIME_OOP: return "TIME_OOP"; in time_state_str()