| /src/sys/sys/ |
| timetc.h | 76 struct timecounter *tc_next; member in struct:timecounter
|
| /src/sys/arch/powerpc/powerpc/ |
| clock.c | 83 .tc_next = NULL 95 .tc_next = NULL
|
| /src/sys/kern/ |
| kern_cctr.c | 118 .tc_next = NULL
|
| kern_tc.c | 304 for (newtc = timecounters; newtc != NULL; newtc = newtc->tc_next) { 341 for (tc = timecounters; error == 0 && tc != NULL; tc = tc->tc_next) { 711 KASSERTMSG(tc->tc_next == NULL, "timecounter %s already initialised", 732 tc->tc_next = timecounters; 761 for (best = tc = timecounters; tc != NULL; tc = tc->tc_next) { 802 tcp = &tc->tc_next, tc = tc->tc_next) { 812 *tcp = tc->tc_next; 863 tc->tc_next = NULL;
|
| /src/sys/altq/ |
| altq_cdnr.h | 266 LIST_ENTRY(top_cdnr) tc_next; member in struct:top_cdnr
|
| altq_cdnr.c | 214 LIST_FOREACH(top, &tcb_list, tc_next) 419 LIST_INSERT_HEAD(&tcb_list, top, tc_next); 445 LIST_REMOVE(top, tc_next); 451 LIST_FOREACH(top, &tcb_list, tc_next) 1230 LIST_FOREACH(top, &tcb_list, tc_next)
|
| /src/sys/arch/arm/broadcom/ |
| bcm2835_tmr.c | 97 .tc_next = NULL,
|
| /src/sys/arch/emips/ebus/ |
| clock_ebus.c | 315 sc->sc_tc.tc_next = NULL;
|
| /src/sys/arch/mac68k/mac68k/ |
| clock.c | 180 .tc_next = NULL
|
| /src/sys/arch/arm/cortex/ |
| a9tmr.c | 67 .tc_next = NULL,
|
| gtmr.c | 80 .tc_next = NULL,
|
| /src/sys/arch/mac68k/nubus/ |
| cpi_nubus.c | 702 sc->sc_timecounter.tc_next = NULL;
|