Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/time/
Dntp.c429 time_state = TIME_OOP; in second_overflow()
446 case TIME_OOP: in second_overflow()
830 result = TIME_OOP; in __do_adjtimex()
839 if ((time_state == TIME_OOP) && in __do_adjtimex()
/linux-6.1.9/include/uapi/linux/
Dtimex.h201 #define TIME_OOP 3 /* leap second in progress */ macro
/linux-6.1.9/tools/testing/selftests/timers/
Dleap-a-day.c87 case TIME_OOP: return "TIME_OOP"; in time_state_str()