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() 433 u64 csnow, wdnow, cslast, wdlast; in clocksource_watchdog() local 455 read_ret = cs_watchdog_read(cs, &csnow, &wdnow); in clocksource_watchdog() 486 cs->cs_last = csnow; in clocksource_watchdog() 491 cs_nsec = cycles_to_nsec_safe(cs, cs->cs_last, csnow); in clocksource_watchdog() 494 cs->cs_last = csnow; in clocksource_watchdog() 533 cs->name, cs_nsec, csnow, cslast, cs->mask); in clocksource_watchdog()
|