Home
last modified time | relevance | path

Searched refs:time_state (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/arch/ppc/platforms/
Dchrp_time.c116 if ( (time_state == TIME_ERROR) || (time_state == TIME_BAD) ) in chrp_set_rtc_time()
117 time_state = TIME_OK; in chrp_set_rtc_time()
Dgemini_setup.c440 if ((time_state == TIME_ERROR) || (time_state == TIME_BAD)) in gemini_set_rtc_time()
441 time_state = TIME_OK; in gemini_set_rtc_time()
/linux-2.4.37.9/kernel/
Dtimer.c47 int time_state = TIME_OK; /* clock synchronization status */ variable
383 switch (time_state) { in second_overflow()
387 time_state = TIME_INS; in second_overflow()
389 time_state = TIME_DEL; in second_overflow()
395 time_state = TIME_OOP; in second_overflow()
403 time_state = TIME_WAIT; in second_overflow()
409 time_state = TIME_WAIT; in second_overflow()
414 time_state = TIME_OK; in second_overflow()
Dtime.c239 result = time_state; /* mostly `TIME_OK' */ in do_adjtimex()
/linux-2.4.37.9/include/linux/
Dtimex.h259 extern int time_state; /* clock status */
/linux-2.4.37.9/arch/ppc/kernel/
Dtime.c287 time_state = TIME_ERROR; /* p. 24, (a) */ in do_settimeofday()
/linux-2.4.37.9/arch/cris/kernel/
Dtime.c314 time_state = TIME_ERROR; /* p. 24, (a) */ in do_settimeofday()