Searched refs:touch_ts (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/
H A Dwatchdog.c179 static int is_softlockup(unsigned long touch_ts) argument
184 if (time_after(now, touch_ts + softlockup_thresh))
185 return now - touch_ts;
260 unsigned long touch_ts = __get_cpu_var(watchdog_touch_ts); local
273 if (touch_ts == 0) {
292 duration = is_softlockup(touch_ts);

Completed in 209 milliseconds