HomeSort by: relevance | last modified time | path
    Searched defs:tsc_timecounter (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/x86/x86/
tsc.c 78 static struct timecounter tsc_timecounter = { variable in typeref:struct:timecounter
238 tsc_timecounter.tc_quality = -100;
242 tsc_timecounter.tc_quality = -100;
247 tsc_timecounter.tc_quality = -100;
251 tsc_timecounter.tc_frequency = tsc_freq;
252 tc_init(&tsc_timecounter);

Completed in 11 milliseconds