Searched refs:touch_ts (Results 1 - 1 of 1) sorted by last modified time

/linux-master/kernel/
H A Dwatchdog.c621 static int is_softlockup(unsigned long touch_ts, argument
640 return now - touch_ts;
669 unsigned long touch_ts, period_ts, now; local
727 touch_ts = __this_cpu_read(watchdog_touch_ts);
728 duration = is_softlockup(touch_ts, period_ts, now);

Completed in 149 milliseconds