Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dclocksource.h120 void (*tick_stable)(struct clocksource *cs); member
/openbmc/linux/arch/x86/kernel/
H A Dtsc.c1175 .tick_stable = tsc_cs_tick_stable,
1197 .tick_stable = tsc_cs_tick_stable,
/openbmc/linux/kernel/time/
H A Dclocksource.c526 if (cs == curr_clocksource && cs->tick_stable) in clocksource_watchdog()
527 cs->tick_stable(cs); in clocksource_watchdog()