Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dtimetc.h77 struct timecounter *tc_next; member
/f-stack/freebsd/net/altq/
H A Daltq_cdnr.h266 LIST_ENTRY(top_cdnr) tc_next;
/f-stack/freebsd/kern/
H A Dkern_tc.c1178 tc->tc_next = timecounters; 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()