Searched refs:tsc_clocksource_reliable (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
H A Dtsc.h55 extern int tsc_clocksource_reliable;
/linux-4.1.27/arch/x86/kernel/
H A Dtsc_sync.c134 if (tsc_clocksource_reliable) { check_tsc_sync_source()
193 if (unsynchronized_tsc() || tsc_clocksource_reliable) check_tsc_sync_target()
H A Dtsc.c44 int tsc_clocksource_reliable; variable
356 tsc_clocksource_reliable = 1; tsc_setup()
1017 tsc_clocksource_reliable = 1; check_system_tsc_reliable()
1021 tsc_clocksource_reliable = 1; check_system_tsc_reliable()
1041 if (tsc_clocksource_reliable) unsynchronized_tsc()
1136 if (tsc_clocksource_reliable) init_tsc_clocksource()

Completed in 119 milliseconds