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

/linux-4.4.14/drivers/char/
H A Dhangcheck-timer.c123 static unsigned long long hangcheck_tsc, hangcheck_tsc_margin; variable
140 if (tsc_diff > hangcheck_tsc_margin) { hangcheck_fire()
170 hangcheck_tsc_margin = hangcheck_init()
172 hangcheck_tsc_margin *= TIMER_FREQ; hangcheck_init()

Completed in 28 milliseconds