Home
last modified time | relevance | path

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

/linux/drivers/char/
H A Dhangcheck-timer.c114 static unsigned long long hangcheck_tsc, hangcheck_tsc_margin; variable
126 if (cur_tsc > hangcheck_tsc) in hangcheck_fire()
127 tsc_diff = cur_tsc - hangcheck_tsc; in hangcheck_fire()
129 tsc_diff = (cur_tsc + (~0ULL - hangcheck_tsc)); /* or something */ in hangcheck_fire()
153 hangcheck_tsc = ktime_get_ns(); in hangcheck_fire()
165 hangcheck_tsc = ktime_get_ns(); in hangcheck_init()