Searched refs:cs_nsec (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.c249 int64_t wd_nsec, cs_nsec; local
280 cs_nsec = clocksource_cyc2ns((csnow - cs->wd_last) &
283 if (abs(cs_nsec - wd_nsec) > WATCHDOG_THRESHOLD) {
284 clocksource_unstable(cs, cs_nsec - wd_nsec);

Completed in 38 milliseconds