Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dclocksource.h126 void (*tick_stable)(struct clocksource *cs); member
/linux-6.12.1/arch/x86/kernel/
Dtsc.c1178 .tick_stable = tsc_cs_tick_stable,
1201 .tick_stable = tsc_cs_tick_stable,
/linux-6.12.1/kernel/time/
Dclocksource.c537 if (cs == curr_clocksource && cs->tick_stable) in clocksource_watchdog()
538 cs->tick_stable(cs); in clocksource_watchdog()