Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/time/
Dclocksource.c171 int64_t wd_nsec, cs_nsec; in clocksource_watchdog() local
204 wd_nsec = clocksource_cyc2ns(delta, watchdog->mult, in clocksource_watchdog()
218 if ((abs(cs_nsec - wd_nsec) > WATCHDOG_THRESHOLD)) { in clocksource_watchdog()