Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/timers/
Dleap-a-day.c264 tx.status = STA_INS; in main()
277 if (tx.status != STA_INS && tx.status != STA_DEL) { in main()
317 if (tx.status != STA_INS && tx.status != STA_DEL) { in main()
321 tx.status = STA_INS; in main()
Dleapcrash.c99 tx.status = STA_INS; in main()
/Linux-v4.19/kernel/time/
Dntp.c383 if ((time_state == TIME_INS) && (time_status & STA_INS)) in ntp_get_next_leap()
412 if (time_status & STA_INS) { in second_overflow()
423 if (!(time_status & STA_INS)) { in second_overflow()
450 if (!(time_status & (STA_INS | STA_DEL))) in second_overflow()
770 if ((time_state == TIME_INS) && (time_status & STA_INS)) { in __do_adjtimex()
/Linux-v4.19/include/uapi/linux/
Dtimex.h135 #define STA_INS 0x0010 /* insert leap (rw) */ macro