taglinefilesource code
last_rtc_update579kernel/sched.cstatic long last_rtc_update=0;
last_rtc_update634kernel/sched.cif (time_status != TIME_BAD && xtime.tv_sec > last_rtc_update + 660 &&
last_rtc_update638kernel/sched.clast_rtc_update = xtime.tv_sec;
last_rtc_update640kernel/sched.clast_rtc_update = xtime.tv_sec - 600; /* do it again in 60 s */