Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dwatchdog.c253 static int get_softlockup_thresh(void) in get_softlockup_thresh() function
277 sample_period = get_softlockup_thresh() * ((u64)NSEC_PER_SEC / 5); in set_sample_period()
341 if (time_after(now, touch_ts + get_softlockup_thresh())) in is_softlockup()