Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/time/
Dclocksource.c208 static bool cs_watchdog_read(struct clocksource *cs, u64 *csnow, u64 *wdnow) in cs_watchdog_read() argument
217 *csnow = cs->read(cs); in cs_watchdog_read()
355 u64 csnow, wdnow, cslast, wdlast, delta; in clocksource_watchdog() local
376 if (!cs_watchdog_read(cs, &csnow, &wdnow)) { in clocksource_watchdog()
387 cs->cs_last = csnow; in clocksource_watchdog()
395 delta = clocksource_delta(csnow, cs->cs_last, cs->mask); in clocksource_watchdog()
399 cs->cs_last = csnow; in clocksource_watchdog()
413 cs->name, cs_nsec, csnow, cslast, cs->mask); in clocksource_watchdog()