Home
last modified time | relevance | path

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

/openbmc/linux/kernel/time/
H A Dclocksource.c460 cs->wd_last = wdnow; in clocksource_watchdog()
465 wd_nsec = cycles_to_nsec_safe(watchdog, cs->wd_last, wdnow); in clocksource_watchdog()
467 wdlast = cs->wd_last; /* save these in case we print them */ in clocksource_watchdog()
470 cs->wd_last = wdnow; in clocksource_watchdog()
/openbmc/linux/include/linux/
H A Dclocksource.h127 u64 wd_last; member