Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dtimex.h199 #define TIME_INS 1 /* insert leap second */ macro
/linux-6.15/kernel/time/
H A Dntp.c374 if ((ntpdata->time_state == TIME_INS) && (ntpdata->time_status & STA_INS)) in ntp_get_next_leap()
405 ntpdata->time_state = TIME_INS; in second_overflow()
414 case TIME_INS: in second_overflow()
828 if ((ntpdata->time_state == TIME_INS) && (ntpdata->time_status & STA_INS)) { in __do_adjtimex()
/linux-6.15/tools/testing/selftests/timers/
H A Dleap-a-day.c85 case TIME_INS: return "TIME_INS"; in time_state_str()