Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dtimex.h158 #define TIME_INS 1 /* insert leap second */ macro
/linux-4.4.14/kernel/time/
Dntp.c377 if ((time_state == TIME_INS) && (time_status & STA_INS)) in ntp_get_next_leap()
406 time_state = TIME_INS; in second_overflow()
415 case TIME_INS: in second_overflow()
750 if ((time_state == TIME_INS) && (time_status & STA_INS)) { in __do_adjtimex()
/linux-4.4.14/tools/testing/selftests/timers/
Dleap-a-day.c96 case TIME_INS: return "TIME_INS"; in time_state_str()