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

/linux-master/kernel/
H A Dwatchdog.c532 static int get_softlockup_thresh(void) function
556 sample_period = get_softlockup_thresh() * ((u64)NSEC_PER_SEC / NUM_SAMPLE_PERIODS);
634 if (time_after_eq(now, period_ts + get_softlockup_thresh() / NUM_SAMPLE_PERIODS) &&
639 if (time_after(now, period_ts + get_softlockup_thresh()))

Completed in 184 milliseconds