Searched refs:wdnow (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/time/
H A Dclocksource.c222 static enum wd_read_status cs_watchdog_read(struct clocksource *cs, u64 *csnow, u64 *wdnow) argument
231 *wdnow = watchdog->read(watchdog);
237 wd_delta = clocksource_delta(wd_end, *wdnow, watchdog->mask);
401 u64 csnow, wdnow, cslast, wdlast, delta; local
424 read_ret = cs_watchdog_read(cs, &csnow, &wdnow);
454 cs->wd_last = wdnow;
459 delta = clocksource_delta(wdnow, cs->wd_last, watchdog->mask);
468 cs->wd_last = wdnow;
504 watchdog->name, wd_nsec, wdnow, wdlast, watchdog->mask);

Completed in 76 milliseconds