Searched refs:clocksource_tsc (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/arch/c6x/kernel/
H A Dtime.c34 static struct clocksource clocksource_tsc = { variable in typeref:struct:clocksource
59 clocksource_register_hz(&clocksource_tsc, c6x_core_freq); time_init()
/linux-4.1.27/arch/x86/kernel/
H A Dtsc.c951 static struct clocksource clocksource_tsc; variable in typeref:struct:clocksource
977 static struct clocksource clocksource_tsc = { variable in typeref:struct:clocksource
995 if (clocksource_tsc.mult) mark_tsc_unstable()
996 clocksource_mark_unstable(&clocksource_tsc); mark_tsc_unstable()
998 clocksource_tsc.flags |= CLOCK_SOURCE_UNSTABLE; mark_tsc_unstable()
999 clocksource_tsc.rating = 0; mark_tsc_unstable()
1127 clocksource_register_khz(&clocksource_tsc, tsc_khz); tsc_refine_calibration_work()
1137 clocksource_tsc.flags &= ~CLOCK_SOURCE_MUST_VERIFY; init_tsc_clocksource()
1140 clocksource_tsc.rating = 0; init_tsc_clocksource()
1141 clocksource_tsc.flags &= ~CLOCK_SOURCE_IS_CONTINUOUS; init_tsc_clocksource()
1145 clocksource_tsc.flags |= CLOCK_SOURCE_SUSPEND_NONSTOP; init_tsc_clocksource()
1152 clocksource_register_khz(&clocksource_tsc, tsc_khz); init_tsc_clocksource()

Completed in 253 milliseconds