Home
last modified time | relevance | path

Searched refs:timecounters (Results 1 – 3 of 3) sorted by relevance

/src/sys/kern/
H A Dkern_tc.c98 static struct timecounter *timecounters = &dummy_timecounter; variable
1232 tc->tc_next = timecounters; in tc_init()
1233 timecounters = tc; in tc_init()
1528 for (newtc = timecounters; newtc != NULL; newtc = newtc->tc_next) { in sysctl_kern_timecounter_hardware()
1568 for (tc = timecounters; tc != NULL; tc = tc->tc_next) { in sysctl_kern_timecounter_choice()
1569 if (tc != timecounters) in sysctl_kern_timecounter_choice()
/src/sys/amd64/conf/
H A DFIRECRACKER168 # skip that; later in the boot process we have other timecounters.
/src/share/man/man4/
H A DMakefile601 timecounters.4 \