HomeSort by: relevance | last modified time | path
    Searched refs:tc_next (Results 1 - 12 of 12) sorted by relevancy

  /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 303 for (newtc = timecounters; newtc != NULL; newtc = newtc->tc_next) {
340 for (tc = timecounters; error == 0 && tc != NULL; tc = tc->tc_next) {
710 KASSERTMSG(tc->tc_next == NULL, "timecounter %s already initialised",
731 tc->tc_next = timecounters;
760 for (best = tc = timecounters; tc != NULL; tc = tc->tc_next) {
801 tcp = &tc->tc_next, tc = tc->tc_next) {
811 *tcp = tc->tc_next;
862 tc->tc_next = NULL;
  /src/sys/altq/
altq_cdnr.h 266 LIST_ENTRY(top_cdnr) tc_next;
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/mac68k/mac68k/
clock.c 180 .tc_next = NULL
  /src/sys/arch/emips/ebus/
clock_ebus.c 315 sc->sc_tc.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;

Completed in 18 milliseconds