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

/linux-master/kernel/
H A Dwatchdog.c432 static int is_softlockup(unsigned long touch_ts, argument
439 return now - touch_ts;
467 unsigned long touch_ts, period_ts, now; local
523 touch_ts = __this_cpu_read(watchdog_touch_ts);
524 duration = is_softlockup(touch_ts, period_ts, now);

Completed in 107 milliseconds