Home
last modified time | relevance | path

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

/linux/kernel/
H A Dwatchdog.c778 int duration, thresh_count; in watchdog_timer_fn() local
882 thresh_count = duration / get_softlockup_thresh(); in watchdog_timer_fn()
884 if (softlockup_panic && thresh_count >= softlockup_panic) in watchdog_timer_fn()