Home
last modified time | relevance | path

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

/arch/c6x/kernel/
Dtime.c31 static struct clocksource clocksource_tsc = { variable
56 clocksource_register_hz(&clocksource_tsc, c6x_core_freq); in time_init()
/arch/x86/kernel/
Dtsc.c1133 static struct clocksource clocksource_tsc = { variable
1145 .list = LIST_HEAD_INIT(clocksource_tsc.list),
1160 clocksource_mark_unstable(&clocksource_tsc); in mark_tsc_unstable()
1168 clocksource_tsc.flags &= ~CLOCK_SOURCE_MUST_VERIFY; in tsc_disable_clocksource_watchdog()
1380 art_related_clocksource = &clocksource_tsc; in tsc_refine_calibration_work()
1381 clocksource_register_khz(&clocksource_tsc, tsc_khz); in tsc_refine_calibration_work()
1396 clocksource_tsc.flags |= CLOCK_SOURCE_SUSPEND_NONSTOP; in init_tsc_clocksource()
1404 art_related_clocksource = &clocksource_tsc; in init_tsc_clocksource()
1405 clocksource_register_khz(&clocksource_tsc, tsc_khz); in init_tsc_clocksource()