Searched refs:t_next (Results 1 – 8 of 8) sorted by relevance
89 struct tails *t_next; member 277 for (t = *hp; t != NULL; t = t->t_next) { in findvec() 283 t->t_next = *hp; in findvec() 364 next = t->t_next; in resettails()
231 struct tablelist *t_next; member309 for (t = tlist; t != NULL; t = t->t_next) in expand_cmd_table()396 t->t_next = *tlist; in add_cmd_table()637 for (t = tlist; t != NULL; t = t->t_next) in cmd_decode()
39 TESTS_C+= t_next
78 int t_cur, t_next, t_queued;93 int t_cur, t_next, t_queued; global() member
691 ring->t_cur = ring->t_next = 0; in dwc_gmac_alloc_tx_ring() 779 ring->t_cur = ring->t_next = 0; in dwc_gmac_free_tx_ring() 1198 for (i = sc->sc_txq.t_next; sc->sc_txq.t_queued > 0; i = TX_NEXT(i)) { in dwc_gmac_tx_intr() 1239 sc->sc_txq.t_next = i; in dwc_gmac_tx_intr() 1671 sc->sc_txq.t_cur, sc->sc_txq.t_next, sc->sc_txq.t_queued); in dwc_gmac_dump_tx_desc()
75 struct inotab *t_next; member780 itp->t_next = inotab[INOHASH(ctxp->ino)]; in allocinotab()813 for (itp = inotab[INOHASH(ino)]; itp != NULL; itp = itp->t_next) in inotablookup()
1062 for (tdp = hash[bucket]; tdp != NULL; tdp = tdp->t_next) { in lookup_name()1107 tdp->t_next = name_table[hash]; in addhash()1154 for (tdp = name_table[i]->t_next; in check_hash()1156 tdp = tdp->t_next) in check_hash()
228 tdesc_t *t_next; /* Name hash next pointer */ member