Searched refs:wdnow (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/kernel/time/ |
D | clocksource.c | 220 static enum wd_read_status cs_watchdog_read(struct clocksource *cs, u64 *csnow, u64 *wdnow) in cs_watchdog_read() argument 228 *wdnow = watchdog->read(watchdog); in cs_watchdog_read() 234 wd_delta = clocksource_delta(wd_end, *wdnow, watchdog->mask); in cs_watchdog_read() 389 u64 csnow, wdnow, cslast, wdlast, delta; in clocksource_watchdog() local 411 read_ret = cs_watchdog_read(cs, &csnow, &wdnow); in clocksource_watchdog() 424 cs->wd_last = wdnow; in clocksource_watchdog() 429 delta = clocksource_delta(wdnow, cs->wd_last, watchdog->mask); in clocksource_watchdog() 438 cs->wd_last = wdnow; in clocksource_watchdog() 449 watchdog->name, wd_nsec, wdnow, wdlast, watchdog->mask); in clocksource_watchdog()
|