Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Dtsc.c969 static struct clocksource clocksource_tsc; variable
995 static struct clocksource clocksource_tsc = { variable
1013 if (clocksource_tsc.mult) in mark_tsc_unstable()
1014 clocksource_mark_unstable(&clocksource_tsc); in mark_tsc_unstable()
1016 clocksource_tsc.flags |= CLOCK_SOURCE_UNSTABLE; in mark_tsc_unstable()
1017 clocksource_tsc.rating = 0; in mark_tsc_unstable()
1145 clocksource_register_khz(&clocksource_tsc, tsc_khz); in tsc_refine_calibration_work()
1155 clocksource_tsc.flags &= ~CLOCK_SOURCE_MUST_VERIFY; in init_tsc_clocksource()
1158 clocksource_tsc.rating = 0; in init_tsc_clocksource()
1159 clocksource_tsc.flags &= ~CLOCK_SOURCE_IS_CONTINUOUS; in init_tsc_clocksource()
[all …]
/linux-4.4.14/arch/c6x/kernel/
Dtime.c34 static struct clocksource clocksource_tsc = { variable
59 clocksource_register_hz(&clocksource_tsc, c6x_core_freq); in time_init()