Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/time/
Dclocksource.c357 int64_t wd_nsec, cs_nsec; in clocksource_watchdog() local
392 wd_nsec = clocksource_cyc2ns(delta, watchdog->mult, in clocksource_watchdog()
407 if (abs(cs_nsec - wd_nsec) > md) { in clocksource_watchdog()
411 watchdog->name, wd_nsec, wdnow, wdlast, watchdog->mask); in clocksource_watchdog()