Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dtimex.h199 #define TIME_INS 1 /* insert leap second */ macro
/linux/kernel/time/
H A Dntp.c590 if ((ntpdata->time_state == TIME_INS) && (ntpdata->time_status & STA_INS)) in update_rtc()
620 ntpdata->time_state = TIME_INS;
629 case TIME_INS: in sync_hw_clock()
1079 if ((ntpdata->time_state == TIME_INS) && (ntpdata->time_status & STA_INS)) { in __hardpps()
/linux/tools/testing/selftests/timers/
H A Dleap-a-day.c88 case TIME_INS: return "TIME_INS"; in time_state_str()