Searched refs:cs_last (Results 1 – 2 of 2) sorted by relevance
425 cs->cs_last = csnow; in clocksource_watchdog()433 delta = clocksource_delta(csnow, cs->cs_last, cs->mask); in clocksource_watchdog()436 cslast = cs->cs_last; in clocksource_watchdog()437 cs->cs_last = csnow; in clocksource_watchdog()
126 u64 cs_last; member