Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dtimex.h160 #define TIME_OOP 3 /* leap second in progress */ macro
/linux-4.4.14/kernel/time/
Dntp.c421 time_state = TIME_OOP; in second_overflow()
438 case TIME_OOP: in second_overflow()
751 result = TIME_OOP; in __do_adjtimex()
760 if ((time_state == TIME_OOP) && in __do_adjtimex()
/linux-4.4.14/tools/testing/selftests/timers/
Dleap-a-day.c98 case TIME_OOP: return "TIME_OOP"; in time_state_str()