Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/kernel/time/
Dntp.c384 if ((time_state == TIME_INS) && (time_status & STA_INS)) in ntp_get_next_leap()
413 if (time_status & STA_INS) { in second_overflow()
424 if (!(time_status & STA_INS)) { in second_overflow()
451 if (!(time_status & (STA_INS | STA_DEL))) in second_overflow()
781 if ((time_state == TIME_INS) && (time_status & STA_INS)) { in __do_adjtimex()
/Linux-v5.4/include/uapi/linux/
Dtimex.h174 #define STA_INS 0x0010 /* insert leap (rw) */ macro