touch_ts          313 kernel/watchdog.c static int is_softlockup(unsigned long touch_ts)
touch_ts          319 kernel/watchdog.c 		if (time_after(now, touch_ts + get_softlockup_thresh()))
touch_ts          320 kernel/watchdog.c 			return now - touch_ts;
touch_ts          366 kernel/watchdog.c 	unsigned long touch_ts = __this_cpu_read(watchdog_touch_ts);
touch_ts          388 kernel/watchdog.c 	if (touch_ts == SOFTLOCKUP_RESET) {
touch_ts          410 kernel/watchdog.c 	duration = is_softlockup(touch_ts);