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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dhangcheck-timer.c140 static unsigned long long hangcheck_tsc, hangcheck_tsc_margin; variable
153 if (cur_tsc > hangcheck_tsc)
154 tsc_diff = cur_tsc - hangcheck_tsc;
156 tsc_diff = (cur_tsc + (~0ULL - hangcheck_tsc)); /* or something */
173 hangcheck_tsc = monotonic_clock();
190 hangcheck_tsc = monotonic_clock();

Completed in 58 milliseconds