Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dclocksource.h120 void (*tick_stable)(struct clocksource *cs); member
/linux-5.19.10/arch/x86/kernel/
Dtsc.c1140 .tick_stable = tsc_cs_tick_stable,
1162 .tick_stable = tsc_cs_tick_stable,
/linux-5.19.10/kernel/time/
Dclocksource.c462 if (cs == curr_clocksource && cs->tick_stable) in clocksource_watchdog()
463 cs->tick_stable(cs); in clocksource_watchdog()