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

/linux-master/kernel/
H A Dwatchdog.c343 static int get_softlockup_thresh(void) function
367 sample_period = get_softlockup_thresh() * ((u64)NSEC_PER_SEC / 5);
438 if (time_after(now, period_ts + get_softlockup_thresh()))

Completed in 83 milliseconds