Searched refs:csnow (Results 1 – 1 of 1) sorted by relevance
/linux/kernel/time/ |
H A D | clocksource.c | 253 static enum wd_read_status cs_watchdog_read(struct clocksource *cs, u64 *csnow, u64 *wdnow) in cs_watchdog_read() argument 264 *csnow = cs->read(cs); in cs_watchdog_read() 428 u64 csnow, wdnow, cslast, wdlast; in clocksource_watchdog() local 450 read_ret = cs_watchdog_read(cs, &csnow, &wdnow); in clocksource_watchdog() 481 cs->cs_last = csnow; in clocksource_watchdog() 486 cs_nsec = cycles_to_nsec_safe(cs, cs->cs_last, csnow); in clocksource_watchdog() 489 cs->cs_last = csnow; in clocksource_watchdog() 528 cs->name, cs_nsec, csnow, cslast, cs->mask); in clocksource_watchdog()
|