Home
last modified time | relevance | path

Searched refs:tick_stable (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dclocksource.h84 * @tick_stable: Optional function called periodically from the watchdog
128 void (*tick_stable)(struct clocksource *cs); member
/linux/kernel/time/
H A Dclocksource.c543 if (cs == curr_clocksource && cs->tick_stable) in clocksource_watchdog()
544 cs->tick_stable(cs); in clocksource_watchdog()