Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dclocksource.h189 extern void clocksource_mark_unstable(struct clocksource *cs);
/linux-4.1.27/kernel/time/
Dclocksource.c154 void clocksource_mark_unstable(struct clocksource *cs) in clocksource_mark_unstable() function
408 void clocksource_mark_unstable(struct clocksource *cs) { } in clocksource_mark_unstable() function
/linux-4.1.27/arch/x86/kernel/
Dtsc.c996 clocksource_mark_unstable(&clocksource_tsc); in mark_tsc_unstable()