Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/char/
Dhangcheck-timer.c131 unsigned long long cur_tsc, tsc_diff; in hangcheck_fire() local
133 cur_tsc = ktime_get_ns(); in hangcheck_fire()
135 if (cur_tsc > hangcheck_tsc) in hangcheck_fire()
136 tsc_diff = cur_tsc - hangcheck_tsc; in hangcheck_fire()
138 tsc_diff = (cur_tsc + (~0ULL - hangcheck_tsc)); /* or something */ in hangcheck_fire()