tc_next 229 altq/altq_cdnr.c LIST_FOREACH(top, &tcb_list, tc_next) tc_next 443 altq/altq_cdnr.c LIST_INSERT_HEAD(&tcb_list, top, tc_next); tc_next 470 altq/altq_cdnr.c LIST_REMOVE(top, tc_next); tc_next 476 altq/altq_cdnr.c LIST_FOREACH(top, &tcb_list, tc_next) tc_next 234 altq/altq_cdnr.h LIST_ENTRY(top_cdnr) tc_next; tc_next 254 kern/kern_tc.c tc->tc_next = timecounters; tc_next 448 kern/kern_tc.c for (newtc = timecounters; newtc != NULL; newtc = newtc->tc_next) { tc_next 473 kern/kern_tc.c for (tc = timecounters; tc != NULL; tc = tc->tc_next) tc_next 477 kern/kern_tc.c for (tc = timecounters; tc != NULL; tc = tc->tc_next) { tc_next 63 sys/timetc.h struct timecounter *tc_next;