Searched refs:watchdog_last (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/time/
H A Dclocksource.c187 static cycle_t watchdog_last; variable
257 wd_nsec = clocksource_cyc2ns((wdnow - watchdog_last) & watchdog->mask,
259 watchdog_last = wdnow;
320 watchdog_last = watchdog->read(watchdog);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/time/
H A Dclocksource.c187 static cycle_t watchdog_last; variable
257 wd_nsec = clocksource_cyc2ns((wdnow - watchdog_last) & watchdog->mask,
259 watchdog_last = wdnow;
320 watchdog_last = watchdog->read(watchdog);

Completed in 212 milliseconds