Searched refs:tick_stable (Results 1 – 2 of 2) sorted by relevance
128 void (*tick_stable)(struct clocksource *cs); member
542 if (cs == curr_clocksource && cs->tick_stable) in clocksource_watchdog()543 cs->tick_stable(cs); in clocksource_watchdog()