Searched refs:STA_INS (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/timers/
H A Dleap-a-day.c104 * and wouldn't clear the STA_INS/DEL flag directly.
264 tx.status = STA_INS;
269 printf("Error: Problem setting STA_INS/STA_DEL!: %s\n",
274 /* Validate STA_INS was set */
277 if (tx.status != STA_INS && tx.status != STA_DEL) {
278 printf("Error: STA_INS/STA_DEL not set!: %s\n",
314 /* Validate STA_INS is still set */
317 if (tx.status != STA_INS && tx.status != STA_DEL) {
318 printf("Something cleared STA_INS/STA_DEL, setting it again.\n");
321 tx.status = STA_INS;
[all...]
H A Dleapcrash.c37 * and wouldn't clear the STA_INS/DEL flag directly.
95 /* hammer on adjtime w/ STA_INS */
99 tx.status = STA_INS;
/linux-master/include/uapi/linux/
H A Dtimex.h176 #define STA_INS 0x0010 /* insert leap (rw) */ macro
/linux-master/kernel/time/
H A Dntp.c384 if ((time_state == TIME_INS) && (time_status & STA_INS))
413 if (time_status & STA_INS) {
424 if (!(time_status & STA_INS)) {
451 if (!(time_status & (STA_INS | STA_DEL)))
829 if ((time_state == TIME_INS) && (time_status & STA_INS)) {
/linux-master/arch/s390/kernel/
H A Dtime.c605 txc.status &= ~(STA_INS|STA_DEL);
652 txc.status |= STA_INS;

Completed in 135 milliseconds