Searched refs:cs_last (Results 1 – 2 of 2) sorted by relevance
201 cs->cs_last = csnow; in clocksource_watchdog()209 delta = clocksource_delta(csnow, cs->cs_last, cs->mask); in clocksource_watchdog()212 cslast = cs->cs_last; in clocksource_watchdog()213 cs->cs_last = csnow; in clocksource_watchdog()
94 cycle_t cs_last; member