Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dclocksource.h188 extern void clocksource_mark_unstable(struct clocksource *cs);
/linux-4.4.14/kernel/time/
Dclocksource.c156 void clocksource_mark_unstable(struct clocksource *cs) in clocksource_mark_unstable() function
411 void clocksource_mark_unstable(struct clocksource *cs) { } in clocksource_mark_unstable() function
/linux-4.4.14/arch/x86/kernel/
Dtsc.c1014 clocksource_mark_unstable(&clocksource_tsc); in mark_tsc_unstable()