Searched refs:timecounters (Results 1 – 2 of 2) sorted by relevance
138 static struct timecounter *timecounters = &dummy_timecounter; variable303 for (newtc = timecounters; newtc != NULL; newtc = newtc->tc_next) { in sysctl_kern_timecounter_hardware()340 for (tc = timecounters; error == 0 && tc != NULL; tc = tc->tc_next) { in sysctl_kern_timecounter_choice()731 tc->tc_next = timecounters; in tc_init()732 timecounters = tc; in tc_init()760 for (best = tc = timecounters; tc != NULL; tc = tc->tc_next) { in tc_pick()799 for (tcp = &timecounters, tc = timecounters; in tc_detach()
1687 Branch: simonb-timecounters1688 Description: Port FreeBSD timecounters to NetBSD1692 Base Tag: simonb-timecounters-base