Searched refs:wdnow (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/kernel/time/ |
D | clocksource.c | 225 static enum wd_read_status cs_watchdog_read(struct clocksource *cs, u64 *csnow, u64 *wdnow) in cs_watchdog_read() argument 233 *wdnow = watchdog->read(watchdog); in cs_watchdog_read() 239 wd_delta = clocksource_delta(wd_end, *wdnow, watchdog->mask); in cs_watchdog_read() 403 u64 csnow, wdnow, cslast, wdlast, delta; in clocksource_watchdog() local 426 read_ret = cs_watchdog_read(cs, &csnow, &wdnow); in clocksource_watchdog() 456 cs->wd_last = wdnow; in clocksource_watchdog() 461 delta = clocksource_delta(wdnow, cs->wd_last, watchdog->mask); in clocksource_watchdog() 470 cs->wd_last = wdnow; in clocksource_watchdog() 506 watchdog->name, wd_nsec, wdnow, wdlast, watchdog->mask); in clocksource_watchdog()
|