Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDtimetc.h69 struct timecounter *tc_next; member
/NextBSD/sys/net/altq/
HDaltq_cdnr.c214 LIST_FOREACH(top, &tcb_list, tc_next)
431 LIST_INSERT_HEAD(&tcb_list, top, tc_next);
458 LIST_REMOVE(top, tc_next);
464 LIST_FOREACH(top, &tcb_list, tc_next)
1302 LIST_FOREACH(top, &tcb_list, tc_next)
HDaltq_cdnr.h266 LIST_ENTRY(top_cdnr) tc_next;
/NextBSD/sys/kern/
HDkern_tc.c1181 tc->tc_next = timecounters; in tc_init()
1447 for (newtc = timecounters; newtc != NULL; newtc = newtc->tc_next) { in sysctl_kern_timecounter_hardware()
1484 for (tc = timecounters; tc != NULL; tc = tc->tc_next) { in sysctl_kern_timecounter_choice()