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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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);

Completed in 101 milliseconds