tag | line | file | source code |
last_rtc_update | 47 | arch/alpha/kernel/time.c | long last_rtc_update; /* last time the cmos clock got updated */ |
last_rtc_update | 86 | arch/alpha/kernel/time.c | if (time_state != TIME_BAD && xtime.tv_sec > state.last_rtc_update + 660 && |
last_rtc_update | 90 | arch/alpha/kernel/time.c | state.last_rtc_update = xtime.tv_sec; |
last_rtc_update | 92 | arch/alpha/kernel/time.c | state.last_rtc_update = xtime.tv_sec - 600; /* do it again in 60 s */ |
last_rtc_update | 180 | arch/alpha/kernel/time.c | state.last_rtc_update = 0; |
last_rtc_update | 244 | arch/i386/kernel/time.c | static long last_rtc_update = 0; |
last_rtc_update | 259 | arch/i386/kernel/time.c | if (time_state != TIME_BAD && xtime.tv_sec > last_rtc_update + 660 && |
last_rtc_update | 263 | arch/i386/kernel/time.c | last_rtc_update = xtime.tv_sec; |
last_rtc_update | 265 | arch/i386/kernel/time.c | last_rtc_update = xtime.tv_sec - 600; /* do it again in 60 s */ |
last_rtc_update | 181 | arch/mips/kernel/time.c | static long last_rtc_update = 0; |
last_rtc_update | 196 | arch/mips/kernel/time.c | if (time_state != TIME_BAD && xtime.tv_sec > last_rtc_update + 660 && |
last_rtc_update | 200 | arch/mips/kernel/time.c | last_rtc_update = xtime.tv_sec; |
last_rtc_update | 202 | arch/mips/kernel/time.c | last_rtc_update = xtime.tv_sec - 600; /* do it again in 60 s */ |
last_rtc_update | 42 | arch/sparc/kernel/time.c | static long last_rtc_update=0; |
last_rtc_update | 51 | arch/sparc/kernel/time.c | if (time_state != TIME_BAD && xtime.tv_sec > last_rtc_update + 660 && |
last_rtc_update | 55 | arch/sparc/kernel/time.c | last_rtc_update = xtime.tv_sec; |
last_rtc_update | 57 | arch/sparc/kernel/time.c | last_rtc_update = xtime.tv_sec - 600; /* do it again in 60 s */ |