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

/freebsd-10.2-release/sys/sys/
H A Dtimetc.h69 struct timecounter *tc_next; member in struct:timecounter
/freebsd-10.2-release/sys/contrib/altq/altq/
H A Daltq_cdnr.h265 LIST_ENTRY(top_cdnr) tc_next; member in struct:top_cdnr
H A Daltq_cdnr.c218 LIST_FOREACH(top, &tcb_list, tc_next)
435 LIST_INSERT_HEAD(&tcb_list, top, tc_next);
462 LIST_REMOVE(top, tc_next);
468 LIST_FOREACH(top, &tcb_list, tc_next)
1310 LIST_FOREACH(top, &tcb_list, tc_next)
/freebsd-10.2-release/sys/kern/
H A Dkern_tc.c1162 tc->tc_next = timecounters;
1417 for (newtc = timecounters; newtc != NULL; newtc = newtc->tc_next) {
1447 for (tc = timecounters; error == 0 && tc != NULL; tc = tc->tc_next) {

Completed in 76 milliseconds