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 | 246 | arch/i386/kernel/time.c | static long last_rtc_update = 0; |
last_rtc_update | 261 | arch/i386/kernel/time.c | if (time_state != TIME_BAD && xtime.tv_sec > last_rtc_update + 660 && |
last_rtc_update | 265 | arch/i386/kernel/time.c | last_rtc_update = xtime.tv_sec; |
last_rtc_update | 267 | arch/i386/kernel/time.c | last_rtc_update = xtime.tv_sec - 600; /* do it again in 60 s */ |
last_rtc_update | 38 | arch/m68k/kernel/time.c | static long last_rtc_update=0; |
last_rtc_update | 47 | arch/m68k/kernel/time.c | if (time_state != TIME_BAD && xtime.tv_sec > last_rtc_update + 660 && |
last_rtc_update | 51 | arch/m68k/kernel/time.c | last_rtc_update = xtime.tv_sec; |
last_rtc_update | 53 | arch/m68k/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 | 37 | arch/sparc/kernel/time.c | static long last_rtc_update=0; |
last_rtc_update | 44 | arch/sparc/kernel/time.c | if (time_state != TIME_BAD && xtime.tv_sec > last_rtc_update + 660 && |
last_rtc_update | 48 | arch/sparc/kernel/time.c | last_rtc_update = xtime.tv_sec; |
last_rtc_update | 50 | arch/sparc/kernel/time.c | last_rtc_update = xtime.tv_sec - 600; /* do it again in 60 s */ |