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.c635 ntpdata->time_state = TIME_OOP; in sync_hw_clock()
650 case TIME_OOP: in sync_hw_clock()
1080 result = TIME_OOP; in __hardpps()
1089 if ((ntpdata->time_state == TIME_OOP) && (ts->tv_sec == ntpdata->ntp_next_leap_sec)) in __hardpps()
/linux/tools/testing/selftests/timers/
H A Dleap-a-day.c90 case TIME_OOP: return "TIME_OOP"; in time_state_str()