Home
last modified time | relevance | path

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

/linux/kernel/time/
H A Dntp.c374 if ((ntpdata->time_state == TIME_INS) && (ntpdata->time_status & STA_INS)) in ntp_get_next_leap()
404 if (ntpdata->time_status & STA_INS) { in second_overflow()
415 if (!(ntpdata->time_status & STA_INS)) { in second_overflow()
440 if (!(ntpdata->time_status & (STA_INS | STA_DEL))) in second_overflow()
829 if ((ntpdata->time_state == TIME_INS) && (ntpdata->time_status & STA_INS)) { in __do_adjtimex()
/linux/tools/testing/selftests/timers/
H A Dleapcrash.c99 tx.status = STA_INS; in main()
/linux/include/uapi/linux/
H A Dtimex.h176 #define STA_INS 0x0010 /* insert leap (rw) */ macro