Lines Matching refs:time_state
51 static int time_state = TIME_OK; variable
383 switch (time_state) { in second_overflow()
386 time_state = TIME_INS; in second_overflow()
388 time_state = TIME_DEL; in second_overflow()
392 time_state = TIME_OK; in second_overflow()
395 time_state = TIME_OOP; in second_overflow()
402 time_state = TIME_OK; in second_overflow()
405 time_state = TIME_WAIT; in second_overflow()
411 time_state = TIME_WAIT; in second_overflow()
416 time_state = TIME_OK; in second_overflow()
548 time_state = TIME_OK; in process_adj_status()
690 result = time_state; /* mostly `TIME_OK' */ in __do_adjtimex()