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

/linux-master/arch/x86/kernel/
H A Dtsc.c1185 static struct clocksource clocksource_tsc = { variable in typeref:struct:clocksource
1200 .list = LIST_HEAD_INIT(clocksource_tsc.list),
1215 clocksource_mark_unstable(&clocksource_tsc);
1223 clocksource_tsc.flags &= ~CLOCK_SOURCE_MUST_VERIFY;
1228 return !(clocksource_tsc.flags & CLOCK_SOURCE_MUST_VERIFY) &&
1463 clocksource_register_khz(&clocksource_tsc, tsc_khz);
1480 clocksource_tsc.flags |= CLOCK_SOURCE_SUSPEND_NONSTOP;
1489 clocksource_register_khz(&clocksource_tsc, tsc_khz);

Completed in 219 milliseconds