Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/time/
H A Dclocksource.c313 cs->wd_last = wdnow; in clocksource_watchdog()
318 delta = clocksource_delta(wdnow, cs->wd_last, watchdog->mask); in clocksource_watchdog()
324 wdlast = cs->wd_last; /* save these in case we print them */ in clocksource_watchdog()
327 cs->wd_last = wdnow; in clocksource_watchdog()
/OK3568_Linux_fs/kernel/include/linux/
H A Dclocksource.h118 u64 wd_last; member