Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dkern_tc.c97 static struct timecounter *timecounters = &dummy_timecounter; variable
1225 tc->tc_next = timecounters; in tc_init()
1226 timecounters = tc; in tc_init()
1520 for (newtc = timecounters; newtc != NULL; newtc = newtc->tc_next) { in sysctl_kern_timecounter_hardware()
1560 for (tc = timecounters; tc != NULL; tc = tc->tc_next) { in sysctl_kern_timecounter_choice()
1561 if (tc != timecounters) in sysctl_kern_timecounter_choice()
/freebsd-14.2/sys/amd64/conf/
H A DFIRECRACKER172 # skip that; later in the boot process we have other timecounters.
/freebsd-14.2/share/man/man4/
H A DMakefile560 timecounters.4 \