Searched refs:timecounters (Results 1 – 1 of 1) sorted by relevance
99 static struct timecounter *timecounters = &dummy_timecounter; variable1178 tc->tc_next = timecounters; in tc_init()1179 timecounters = tc; in tc_init()1473 for (newtc = timecounters; newtc != NULL; newtc = newtc->tc_next) { in sysctl_kern_timecounter_hardware()1509 for (tc = timecounters; tc != NULL; tc = tc->tc_next) { in sysctl_kern_timecounter_choice()1510 if (tc != timecounters) in sysctl_kern_timecounter_choice()