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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtsc.c740 static struct clocksource clocksource_tsc; variable in typeref:struct:clocksource
758 return ret >= clocksource_tsc.cycle_last ?
759 ret : clocksource_tsc.cycle_last;
783 clocksource_tsc.cycle_last = 0;
786 static struct clocksource clocksource_tsc = { variable in typeref:struct:clocksource
806 if (clocksource_tsc.mult)
807 clocksource_mark_unstable(&clocksource_tsc);
809 clocksource_tsc.flags |= CLOCK_SOURCE_UNSTABLE;
810 clocksource_tsc.rating = 0;
886 clocksource_tsc
[all...]

Completed in 97 milliseconds