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

  /src/sys/kern/
kern_tc.c 92 static struct timecounter dummy_timecounter = { variable in typeref:struct:timecounter
129 .th_counter = &dummy_timecounter,
137 struct timecounter *timecounter = &dummy_timecounter;
138 static struct timecounter *timecounters = &dummy_timecounter;
kern_tc.c 92 static struct timecounter dummy_timecounter = { variable in typeref:struct:timecounter
129 .th_counter = &dummy_timecounter,
137 struct timecounter *timecounter = &dummy_timecounter;
138 static struct timecounter *timecounters = &dummy_timecounter;

Completed in 23 milliseconds