Home
last modified time | relevance | path

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

/drivers/char/
Dhangcheck-timer.c118 unsigned long long cur_tsc, tsc_diff; in hangcheck_fire() local
123 tsc_diff = cur_tsc - hangcheck_tsc; in hangcheck_fire()
125 tsc_diff = (cur_tsc + (~0ULL - hangcheck_tsc)); /* or something */ in hangcheck_fire()
127 if (tsc_diff > hangcheck_tsc_margin) { in hangcheck_fire()
146 tsc_diff, tsc_diff - hangcheck_tick*TIMER_FREQ); in hangcheck_fire()