Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/time/
Dclocksource.c391 int64_t wd_nsec, cs_nsec; in clocksource_watchdog() local
430 wd_nsec = clocksource_cyc2ns(delta, watchdog->mult, in clocksource_watchdog()
445 if (abs(cs_nsec - wd_nsec) > md) { in clocksource_watchdog()
449 watchdog->name, wd_nsec, wdnow, wdlast, watchdog->mask); in clocksource_watchdog()