Home
last modified time | relevance | path

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

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