Searched refs:tick_stable (Results 1 – 3 of 3) sorted by relevance
114 void (*tick_stable)(struct clocksource *cs); member
1139 .tick_stable = tsc_cs_tick_stable,1161 .tick_stable = tsc_cs_tick_stable,
384 if (cs == curr_clocksource && cs->tick_stable) in clocksource_watchdog()385 cs->tick_stable(cs); in clocksource_watchdog()