Searched refs:timecounters (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/kern/
H A Dkern_tc.c101 static struct timecounter *timecounters = &dummy_timecounter; variable in typeref:struct:timecounter
1164 tc->tc_next = timecounters;
1165 timecounters = tc;
1273 * changing timecounters, a counter value from the new timecounter.
1299 * Hardware latching timecounters may not generate interrupts on
1334 /* Now is a good time to change timecounters. */
1425 for (newtc = timecounters; newtc != NULL; newtc = newtc->tc_next) {
1455 for (tc = timecounters; error == 0 && tc != NULL; tc = tc->tc_next) {
/freebsd-10-stable/share/man/man4/
H A DMakefile510 timecounters.4 \

Completed in 67 milliseconds