Home
last modified time | relevance | path

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

/linux/kernel/
H A Dwatchdog.c541 static int get_softlockup_thresh(void) in get_softlockup_thresh() function
565 sample_period = get_softlockup_thresh() * ((u64)NSEC_PER_SEC / NUM_SAMPLE_PERIODS); in set_sample_period()
643 if (time_after_eq(now, period_ts + get_softlockup_thresh() / NUM_SAMPLE_PERIODS) && in is_softlockup()
652 if (time_after_eq(now, period_ts + get_softlockup_thresh() * 3 / 4)) in is_softlockup()
656 if (time_after(now, period_ts + get_softlockup_thresh())) in is_softlockup()