get_softlockup_thresh  255 kernel/watchdog.c 	sample_period = get_softlockup_thresh() * ((u64)NSEC_PER_SEC / 5);
get_softlockup_thresh  319 kernel/watchdog.c 		if (time_after(now, touch_ts + get_softlockup_thresh()))