Home
last modified time | relevance | path

Searched refs:lastsec (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/ppc64/kernel/
Drtc.c390 static unsigned long lastsec = 1; in iSeries_get_boot_time() local
423 if ( lastsec ) { in iSeries_get_boot_time()
424 time -= lastsec; in iSeries_get_boot_time()
425 --lastsec; in iSeries_get_boot_time()
Dmf.c1038 static unsigned long lastsec = 1; variable
1073 if ( lastsec ) { in mf_getRtcTime()
1074 *time -= lastsec; in mf_getRtcTime()
1075 --lastsec; in mf_getRtcTime()