tag | line | file | source code |
anext | 293 | drivers/char/scc.c | sccfreelist[i]->bp->anext = NULLBUF; |
anext | 418 | drivers/char/scc.c | abp = bp->anext; |
anext | 469 | drivers/char/scc.c | for(p = *queue ; p->anext != NULLBUF ; p = p->anext) |
anext | 471 | drivers/char/scc.c | p->anext = bp; |
anext | 603 | drivers/char/scc.c | scc->sndq = scc->sndq->anext; |
anext | 1972 | drivers/char/scc.c | bp = scc->sndq1->anext; /* don't use the one we currently use */ |
anext | 1981 | drivers/char/scc.c | scc->sndq1->anext = bp; |
anext | 138 | include/linux/scc.h | struct mbuf *anext; /* Links packets on queues */ |