tag | line | file | source code |
next | 257 | arch/alpha/kernel/bios32.c | for (child = bus->children; child; child = child->next) { |
next | 316 | arch/alpha/kernel/bios32.c | for (dev = pci_devices; dev; dev = dev->next) { |
next | 340 | arch/alpha/kernel/bios32.c | for (dev = pci_devices; dev; dev = dev->next) { |
next | 411 | arch/alpha/kernel/bios32.c | for (dev = pci_devices; dev; dev = dev->next) { |
next | 587 | arch/alpha/kernel/bios32.c | for (dev = pci_devices; dev; dev = dev->next) { |
next | 15 | arch/mips/kernel/ioport.c | struct resource_entry_t *next; |
next | 93 | arch/mips/kernel/ioport.c | for (p = root; ; p = p->next) { |
next | 98 | arch/mips/kernel/ioport.c | if ((p->next == NULL) || (p->next->from > from+num-1)) |
next | 1860 | drivers/block/aztcd.c | { DiskInfo.lastSession.min = Toc[DiskInfo.next].diskTime.min; |
next | 1861 | drivers/block/aztcd.c | DiskInfo.lastSession.sec = Toc[DiskInfo.next].diskTime.sec; |
next | 1862 | drivers/block/aztcd.c | DiskInfo.lastSession.frame= Toc[DiskInfo.next].diskTime.frame; |
next | 1978 | drivers/block/aztcd.c | { DiskInfo.next = qInfo.diskTime.min; |
next | 1979 | drivers/block/aztcd.c | DiskInfo.next = azt_bcd2bin(DiskInfo.next); |
next | 1993 | drivers/block/aztcd.c | if ((qInfo.pointIndex==DiskInfo.next)&&(test&0x01)) /*StartTime of Next Track*/ |
next | 2004 | drivers/block/aztcd.c | DiskInfo.next, |
next | 2047 | drivers/block/aztcd.c | { for (i = DiskInfo.next; i < MAX_TRACKS; i++) |
next | 2049 | drivers/block/aztcd.c | i = DiskInfo.last + 4 - DiskInfo.next; |
next | 382 | drivers/block/blk.h | CURRENT = req->next; |
next | 1504 | drivers/block/cdu31a.c | if (cdu31a_abort_timer.next != NULL) |
next | 3073 | drivers/block/cdu31a.c | cdu31a_abort_timer.next = NULL; |
next | 3750 | drivers/block/floppy.c | if( motor_off_timer[drive].next ) |
next | 3753 | drivers/block/floppy.c | if(fd_timeout.next) |
next | 3755 | drivers/block/floppy.c | if (fd_timer.next) |
next | 435 | drivers/block/genhd.c | for (p = gendisk_head ; p ; p=p->next) { |
next | 1057 | drivers/block/hd.c | hd_gendisk.next = gendisk_head; |
next | 491 | drivers/block/ide-cd.c | rq->next = blk_dev[major].current_request; |
next | 534 | drivers/block/ide-cd.c | rq->next = NULL; |
next | 540 | drivers/block/ide-cd.c | rq->next = blk_dev[major].current_request; |
next | 1353 | drivers/block/ide-cd.c | req->next = NULL; |
next | 1362 | drivers/block/ide-cd.c | p = &((*p)->next); |
next | 539 | drivers/block/ide.c | gd->next = gendisk_head; /* link new major into list */ |
next | 1412 | drivers/block/ide.c | } while ((hwif = hwif->next) != hwgroup->hwif); |
next | 1415 | drivers/block/ide.c | blk_dev[hwif->major].current_request = rq->next; |
next | 1440 | drivers/block/ide.c | } while ((hwif = hwif->next) != hgif); |
next | 1444 | drivers/block/ide.c | } while ((hwif = hwif->next) != hgif); |
next | 1550 | drivers/block/ide.c | } while ((hwif = hwif->next) != hwgroup->hwif); |
next | 1626 | drivers/block/ide.c | rq.next = NULL; |
next | 1637 | drivers/block/ide.c | while (cur_rq->next != NULL) /* find end of request list */ |
next | 1638 | drivers/block/ide.c | cur_rq = cur_rq->next; |
next | 1639 | drivers/block/ide.c | cur_rq->next = &rq; /* add rq to the end */ |
next | 2755 | drivers/block/ide.c | hwgroup->hwif = hwif->next = hwif; |
next | 2767 | drivers/block/ide.c | hwif->next = hwgroup->hwif->next; |
next | 2768 | drivers/block/ide.c | hwgroup->hwif->next = hwif; |
next | 301 | drivers/block/ide.h | struct hwif_s *next; /* for linked-list in ide_hwgroup_t */ |
next | 113 | drivers/block/ll_rw_blk.c | plug->next = NULL; |
next | 133 | drivers/block/ll_rw_blk.c | dev->current_request = req->next; |
next | 255 | drivers/block/ll_rw_blk.c | req->next = NULL; |
next | 265 | drivers/block/ll_rw_blk.c | for ( ; tmp->next ; tmp = tmp->next) { |
next | 267 | drivers/block/ll_rw_blk.c | !IN_ORDER(tmp,tmp->next)) && |
next | 268 | drivers/block/ll_rw_blk.c | IN_ORDER(req,tmp->next)) |
next | 271 | drivers/block/ll_rw_blk.c | req->next = tmp->next; |
next | 272 | drivers/block/ll_rw_blk.c | tmp->next = req; |
next | 348 | drivers/block/ll_rw_blk.c | req = req->next; |
next | 381 | drivers/block/ll_rw_blk.c | req = req->next; |
next | 408 | drivers/block/ll_rw_blk.c | req->next = NULL; |
next | 439 | drivers/block/ll_rw_blk.c | req->next = NULL; |
next | 569 | drivers/block/ll_rw_blk.c | req[j]->next = NULL; |
next | 586 | drivers/block/ll_rw_blk.c | req->next = NULL; |
next | 126 | drivers/block/xd.c | xd_gendisk.next = gendisk_head; |
next | 50 | drivers/char/mouse.c | struct mouse *c = mouse_list.next; |
next | 58 | drivers/char/mouse.c | c = c->next; |
next | 80 | drivers/char/mouse.c | if (mouse->next || mouse->prev) |
next | 82 | drivers/char/mouse.c | mouse->next = &mouse_list; |
next | 84 | drivers/char/mouse.c | mouse->prev->next = mouse; |
next | 85 | drivers/char/mouse.c | mouse->next->prev = mouse; |
next | 91 | drivers/char/mouse.c | if (!mouse->next || !mouse->prev) |
next | 93 | drivers/char/mouse.c | mouse->prev->next = mouse->next; |
next | 94 | drivers/char/mouse.c | mouse->next->prev = mouse->prev; |
next | 95 | drivers/char/mouse.c | mouse->next = NULL; |
next | 146 | drivers/char/mouse.c | n = c->next; |
next | 352 | drivers/char/scc.c | sccfreelist[i]->bp->next = NULLBUF; |
next | 386 | drivers/char/scc.c | bpnext = bp->next; |
next | 476 | drivers/char/scc.c | for(p = *bph ; p->next != NULLBUF ; p = p->next) |
next | 478 | drivers/char/scc.c | p->next = bp; |
next | 698 | drivers/char/scc.c | scc_free_chain(bp->next, BT_RECEIVE); |
next | 699 | drivers/char/scc.c | bp->next = NULLBUF; |
next | 716 | drivers/char/scc.c | if(scc->rbp->next != NULLBUF || scc->rbp->cnt > 0) |
next | 891 | drivers/char/scc.c | for (bp = scc->rbp; bp->next != NULLBUF; bp = bp->next) ; |
next | 1597 | drivers/char/scc.c | bp = scc->rcvq->next; /* next buffer */ |
next | 528 | drivers/char/serial.c | goto next; |
next | 544 | drivers/char/serial.c | next: |
next | 644 | drivers/char/serial.c | goto next; |
next | 658 | drivers/char/serial.c | next: |
next | 257 | drivers/char/tty_io.c | for (p = tty_drivers; p; p = p->next) { |
next | 1096 | drivers/char/tty_io.c | for (tq=tq_timer, prev=0; tq; prev=tq, tq=tq->next) { |
next | 1099 | drivers/char/tty_io.c | prev->next = tq->next; |
next | 1101 | drivers/char/tty_io.c | tq_timer = tq->next; |
next | 1695 | drivers/char/tty_io.c | driver->next = tty_drivers; |
next | 1714 | drivers/char/tty_io.c | for (p = tty_drivers; p; p = p->next) { |
next | 1729 | drivers/char/tty_io.c | driver->prev->next = driver->next; |
next | 1731 | drivers/char/tty_io.c | tty_drivers = driver->next; |
next | 1733 | drivers/char/tty_io.c | if (driver->next) |
next | 1734 | drivers/char/tty_io.c | driver->next->prev = driver->prev; |
next | 444 | drivers/net/8390.c | if (rx_frame.next != next_frame |
next | 445 | drivers/net/8390.c | && rx_frame.next != next_frame + 1 |
next | 446 | drivers/net/8390.c | && rx_frame.next != next_frame - num_rx_pages |
next | 447 | drivers/net/8390.c | && rx_frame.next != next_frame + 1 - num_rx_pages) { |
next | 458 | drivers/net/8390.c | rx_frame.next); |
next | 484 | drivers/net/8390.c | dev->name, rx_frame.status, rx_frame.next, |
next | 489 | drivers/net/8390.c | next_frame = rx_frame.next; |
next | 161 | drivers/net/8390.h | unsigned char next; /* pointer to next packet. */ |
next | 94 | drivers/net/apricot.c | struct i596_cmd *next; |
next | 103 | drivers/net/apricot.c | struct i596_tbd *next; |
next | 117 | drivers/net/apricot.c | struct i596_rfd *next; |
next | 227 | drivers/net/apricot.c | rfd->next = lp->scb.rfd; |
next | 232 | drivers/net/apricot.c | lp->rx_tail->next = lp->scb.rfd; |
next | 243 | drivers/net/apricot.c | lp->rx_tail->next = (struct i596_rfd *)I596_NULL; |
next | 247 | drivers/net/apricot.c | lp->scb.rfd = rfd->next; |
next | 380 | drivers/net/apricot.c | lp->scb.rfd = lp->scb.rfd->next; |
next | 403 | drivers/net/apricot.c | lp->cmd_head = lp->cmd_head->next; |
next | 418 | drivers/net/apricot.c | ptr->next = (struct i596_cmd * ) I596_NULL; |
next | 426 | drivers/net/apricot.c | ptr->next = (struct i596_cmd * ) I596_NULL; |
next | 431 | drivers/net/apricot.c | ptr->next = (struct i596_cmd * ) I596_NULL; |
next | 498 | drivers/net/apricot.c | cmd->next = (struct i596_cmd *) I596_NULL; |
next | 503 | drivers/net/apricot.c | lp->cmd_tail->next = cmd; |
next | 644 | drivers/net/apricot.c | tx_cmd->tbd->next = (struct i596_tbd *) I596_NULL; |
next | 805 | drivers/net/apricot.c | lp->cmd_head = lp->cmd_head->next; |
next | 832 | drivers/net/apricot.c | ptr->next = (struct i596_cmd * ) I596_NULL; |
next | 840 | drivers/net/apricot.c | ptr->next = (struct i596_cmd * ) I596_NULL; |
next | 866 | drivers/net/apricot.c | ptr->next = (struct i596_cmd * ) I596_NULL; |
next | 876 | drivers/net/apricot.c | ptr = ptr->next; |
next | 997 | drivers/net/apricot.c | if (lp->set_conf.next != (struct i596_cmd * ) I596_NULL) return; |
next | 345 | drivers/net/de4x5.c | u32 next; |
next | 520 | drivers/net/de4x5.c | for (; (dev->priv == NULL) && (dev->next != NULL); dev = dev->next); |
next | 639 | drivers/net/de4x5.c | lp->rx_ring[i].next = (u32)NULL; |
next | 1655 | drivers/net/de4x5.c | while (dev->next != NULL) { |
next | 1657 | drivers/net/de4x5.c | dev = dev->next; /* walk through eth device list */ |
next | 1667 | drivers/net/de4x5.c | tmp = dev->next; /* point to the next device */ |
next | 1675 | drivers/net/de4x5.c | if ((dev->next == NULL) && |
next | 1677 | drivers/net/de4x5.c | dev->next = (struct device *)kmalloc(sizeof(struct device) + 8, |
next | 1680 | drivers/net/de4x5.c | dev = dev->next; /* point to the new device */ |
next | 1697 | drivers/net/de4x5.c | dev->next = NULL; /* mark the end of list */ |
next | 1710 | drivers/net/de4x5.c | for (; (tmp->next!=NULL) && (tmp->base_addr!=DE4X5_NDA); tmp=tmp->next); |
next | 1716 | drivers/net/de4x5.c | if ((tmp->next == NULL) && !(tmp->base_addr == DE4X5_NDA)) { |
next | 1717 | drivers/net/de4x5.c | tmp->next = (struct device *)kmalloc(sizeof(struct device) + 8, |
next | 1719 | drivers/net/de4x5.c | tmp = tmp->next; /* point to the new device */ |
next | 1736 | drivers/net/de4x5.c | tmp->next = NULL; /* mark the end of list */ |
next | 440 | drivers/net/depca.c | for (; (dev->priv == NULL) && (dev->next != NULL); dev = dev->next); |
next | 1339 | drivers/net/depca.c | while (dev->next != NULL) { |
next | 1341 | drivers/net/depca.c | dev = dev->next; /* walk through eth device list */ |
next | 1351 | drivers/net/depca.c | tmp = dev->next; /* point to the next device */ |
next | 1359 | drivers/net/depca.c | if ((dev->next == NULL) && |
next | 1361 | drivers/net/depca.c | dev->next = (struct device *)kmalloc(sizeof(struct device) + 8, |
next | 1364 | drivers/net/depca.c | dev = dev->next; /* point to the new device */ |
next | 1381 | drivers/net/depca.c | dev->next = NULL; /* mark the end of list */ |
next | 1394 | drivers/net/depca.c | for (;(tmp->next!=NULL) && (tmp->base_addr!=DEPCA_NDA); tmp=tmp->next); |
next | 1400 | drivers/net/depca.c | if ((tmp->next == NULL) && !(tmp->base_addr == DEPCA_NDA)) { |
next | 1401 | drivers/net/depca.c | tmp->next = (struct device *)kmalloc(sizeof(struct device) + 8, |
next | 1403 | drivers/net/depca.c | tmp = tmp->next; /* point to the new device */ |
next | 1420 | drivers/net/depca.c | tmp->next = NULL; /* mark the end of list */ |
next | 781 | drivers/net/eql.c | head_slave->next = tail_slave; |
next | 782 | drivers/net/eql.c | tail_slave->next = 0; |
next | 811 | drivers/net/eql.c | zapped = eql_remove_slave (queue, queue->head->next); |
next | 814 | drivers/net/eql.c | kfree (queue->head->next); |
next | 839 | drivers/net/eql.c | slave->next = queue->head->next; |
next | 840 | drivers/net/eql.c | queue->head->next = slave; |
next | 862 | drivers/net/eql.c | current = queue->head->next; |
next | 868 | drivers/net/eql.c | current = current->next; |
next | 873 | drivers/net/eql.c | prev->next = current->next; |
next | 901 | drivers/net/eql.c | slave->next = queue->head->next; |
next | 902 | drivers/net/eql.c | queue->head->next = slave; |
next | 927 | drivers/net/eql.c | current = prev->next; |
next | 931 | drivers/net/eql.c | current = current->next; |
next | 933 | drivers/net/eql.c | prev->next = current->next; |
next | 1071 | drivers/net/eql.c | slave = slave->next; |
next | 1082 | drivers/net/eql.c | return queue->head->next; |
next | 1090 | drivers/net/eql.c | return slave->next; |
next | 1419 | drivers/net/ewrk3.c | while (dev->next != NULL) { |
next | 1420 | drivers/net/ewrk3.c | if (dev->next->base_addr == 0xffe0) break; |
next | 1421 | drivers/net/ewrk3.c | dev = dev->next; /* walk through eth device list */ |
next | 1429 | drivers/net/ewrk3.c | if (dev->next == NULL) { |
next | 1430 | drivers/net/ewrk3.c | dev->next = (struct device *)kmalloc(sizeof(struct device) + 8, |
next | 1432 | drivers/net/ewrk3.c | if (dev->next == NULL) { |
next | 1443 | drivers/net/ewrk3.c | if ((dev->next != NULL) && |
next | 1445 | drivers/net/ewrk3.c | dev = dev->next; /* point to the new device */ |
next | 1449 | drivers/net/ewrk3.c | dev->next = NULL; /* mark the end of list */ |
next | 732 | drivers/net/ibmtr.c | tr_timer.next=tr_timer.prev=NULL; |
next | 747 | drivers/net/ibmtr.c | tr_timer.next=tr_timer.prev=NULL; |
next | 829 | drivers/net/ibmtr.c | tr_timer.next=tr_timer.prev=NULL; |
next | 112 | drivers/net/net_init.c | for (cur_dev = dev_base; cur_dev; cur_dev = cur_dev->next) |
next | 160 | drivers/net/net_init.c | while ((*old_devp)->next) |
next | 161 | drivers/net/net_init.c | old_devp = & (*old_devp)->next; |
next | 162 | drivers/net/net_init.c | (*old_devp)->next = dev; |
next | 163 | drivers/net/net_init.c | dev->next = 0; |
next | 300 | drivers/net/net_init.c | while (d->next) |
next | 301 | drivers/net/net_init.c | d = d->next; |
next | 302 | drivers/net/net_init.c | d->next = dev; |
next | 306 | drivers/net/net_init.c | dev->next = NULL; |
next | 331 | drivers/net/net_init.c | dev_base = dev->next; |
next | 334 | drivers/net/net_init.c | while (d && (d->next != dev)) |
next | 335 | drivers/net/net_init.c | d = d->next; |
next | 337 | drivers/net/net_init.c | if (d && (d->next == dev)) |
next | 339 | drivers/net/net_init.c | d->next = dev->next; |
next | 653 | drivers/net/ni52.c | p->xmit_buffs[i]->next = 0xffff; |
next | 695 | drivers/net/ni52.c | rfd[i].next = make16(rfd + (i+1) % p->num_recv_buffs); |
next | 708 | drivers/net/ni52.c | rbd[i].next = make16((rbd + (i+1) % p->num_recv_buffs)); |
next | 833 | drivers/net/ni52.c | p->rfd_top = (struct rfd_struct *) make32(p->rfd_top->next); /* step to next RFD */ |
next | 122 | drivers/net/ni52.h | unsigned short next; /* linkoffset to next RFD */ |
next | 142 | drivers/net/ni52.h | unsigned short next; /* pointeroffset to next RBD */ |
next | 276 | drivers/net/ni52.h | unsigned short next; /* pointeroffset to next TBD */ |
next | 127 | drivers/net/pi2.c | struct mbuf *next; |
next | 1481 | drivers/net/pi2.c | scc_init(dev->next); |
next | 276 | drivers/net/plip.c | nl->immediate.next = &tq_last; |
next | 281 | drivers/net/plip.c | nl->deferred.next = &tq_last; |
next | 128 | drivers/net/seeq8005.h | unsigned short next; /* address of next packet header */ |
next | 2057 | drivers/net/sk_g16.c | (int) dev->next, (int) dev->init); |
next | 152 | drivers/net/slhc.c | ts[i].next = &(ts[i - 1]); |
next | 154 | drivers/net/slhc.c | ts[0].next = &(ts[comp->tslot_limit]); |
next | 247 | drivers/net/slhc.c | register struct cstate *cs = lcs->next; |
next | 307 | drivers/net/slhc.c | cs = cs->next; |
next | 334 | drivers/net/slhc.c | lcs->next = cs->next; |
next | 335 | drivers/net/slhc.c | cs->next = ocs->next; |
next | 336 | drivers/net/slhc.c | ocs->next = cs; |
next | 126 | drivers/net/slhc.h | struct cstate *next; /* next in ring (xmit) */ |
next | 148 | drivers/net/slip.c | slp->dev.next = NULL; |
next | 72 | drivers/net/wavelan.c | net_local *next; |
next | 1027 | drivers/net/wavelan.c | lp->next = lp; |
next | 1032 | drivers/net/wavelan.c | lp->next = first_wavelan; |
next | 1033 | drivers/net/wavelan.c | first_wavelan->prev->next = lp; |
next | 1370 | drivers/net/wavelan.c | if (lp->watchdog.next == (timer_list *)0) |
next | 2164 | drivers/net/wavelan.c | while ((lp = lp->next) != first_wavelan); |
next | 643 | drivers/pci/pci.c | for (dev = pci_devices; dev; dev = dev->next) { |
next | 709 | drivers/pci/pci.c | dev->next = pci_devices; |
next | 768 | drivers/pci/pci.c | child->next = bus->children; |
next | 444 | drivers/scsi/53c7,8xx.c | (search->irq != host->irq)); search=search->next); |
next | 829 | drivers/scsi/53c7,8xx.c | hostdata->free->next = NULL; |
next | 1459 | drivers/scsi/53c7,8xx.c | cmd->prev->next = cmd->next; |
next | 1461 | drivers/scsi/53c7,8xx.c | if (cmd->next) |
next | 1462 | drivers/scsi/53c7,8xx.c | cmd->next->prev = cmd->prev; |
next | 1465 | drivers/scsi/53c7,8xx.c | hostdata->running_list = cmd->next; |
next | 1467 | drivers/scsi/53c7,8xx.c | cmd->next = hostdata->free; |
next | 1512 | drivers/scsi/53c7,8xx.c | bp = bp->next); |
next | 2028 | drivers/scsi/53c7,8xx.c | bp; prev = (struct NCR53c7x0_break **) &(bp->next), |
next | 2029 | drivers/scsi/53c7,8xx.c | bp = (struct NCR53c7x0_break *) bp->next); |
next | 2043 | drivers/scsi/53c7,8xx.c | *prev = bp->next; |
next | 2071 | drivers/scsi/53c7,8xx.c | bp; bp = (struct NCR53c7x0_break *) bp->next); { |
next | 2118 | drivers/scsi/53c7,8xx.c | bp->next = hostdata->breakpoints; |
next | 2119 | drivers/scsi/53c7,8xx.c | hostdata->breakpoints = bp->next; |
next | 2143 | drivers/scsi/53c7,8xx.c | (host->hostt == the_template); --dev, host = host->next) |
next | 2408 | drivers/scsi/53c7,8xx.c | tmp->next = hostdata->free; |
next | 2419 | drivers/scsi/53c7,8xx.c | hostdata->free = tmp->next; |
next | 2499 | drivers/scsi/53c7,8xx.c | tmp->next = NULL; |
next | 2794 | drivers/scsi/53c7,8xx.c | tmp->next = (struct NCR53c7x0_cmd*) hostdata->running_list; |
next | 2860 | drivers/scsi/53c7,8xx.c | tmp->next; tmp = (struct NCR53c7x0_cmd *) tmp->next); |
next | 2861 | drivers/scsi/53c7,8xx.c | tmp->next = tmp; |
next | 3067 | drivers/scsi/53c7,8xx.c | for (host = first_host; host; host = hostdata->next) { |
next | 3124 | drivers/scsi/53c7,8xx.c | cmd_prev_ptr = (struct NCR53c7x0_cmd **) &(cmd->next), |
next | 3125 | drivers/scsi/53c7,8xx.c | cmd = (struct NCR53c7x0_cmd *) cmd->next) { |
next | 3152 | drivers/scsi/53c7,8xx.c | cmd->prev->next = cmd->next; |
next | 3154 | drivers/scsi/53c7,8xx.c | *cmd_prev_ptr = (struct NCR53c7x0_cmd *) cmd->next; |
next | 3163 | drivers/scsi/53c7,8xx.c | cmd->next = hostdata->free; |
next | 3212 | drivers/scsi/53c7,8xx.c | cmd = (struct NCR53c7x0_cmd *)(cmd->next)); |
next | 3779 | drivers/scsi/53c7,8xx.c | &(curr->next), curr = (volatile struct NCR53c7x0_cmd *) curr->next); |
next | 3782 | drivers/scsi/53c7,8xx.c | *prev = (struct NCR53c7x0_cmd *) curr->next; |
next | 3785 | drivers/scsi/53c7,8xx.c | curr->prev->next = curr->next; |
next | 3787 | drivers/scsi/53c7,8xx.c | curr->next = hostdata->free; |
next | 3804 | drivers/scsi/53c7,8xx.c | &(curr->next), curr = (volatile struct NCR53c7x0_cmd *) curr->next); |
next | 3820 | drivers/scsi/53c7,8xx.c | curr->next = hostdata->free; |
next | 3866 | drivers/scsi/53c7,8xx.c | c = (struct NCR53c7x0_cmd *) c->next) { |
next | 3868 | drivers/scsi/53c7,8xx.c | c->next = hostdata->free; |
next | 3879 | drivers/scsi/53c7,8xx.c | c->next = hostdata->free; |
next | 4011 | drivers/scsi/53c7,8xx.c | for (irq_count = 0, tmp = first_host; tmp; tmp = tmp->next) |
next | 983 | drivers/scsi/53c7,8xx.h | volatile struct NCR53c7x0_cmd *next, *prev; |
next | 1010 | drivers/scsi/53c7,8xx.h | struct NCR53c7x0_break *next; |
next | 1050 | drivers/scsi/53c7,8xx.h | struct Scsi_Host *next; /* next of this type */ |
next | 937 | drivers/scsi/NCR5380.c | instance->hostt == the_template; instance=instance->next) { |
next | 1045 | drivers/scsi/NCR5380.c | the_template); instance = instance->next) |
next | 1032 | drivers/scsi/aha152x.c | Scsi_Cmnd *ptr, *prev, *next; |
next | 1069 | drivers/scsi/aha152x.c | next = (Scsi_Cmnd *) ptr->host_scribble; |
next | 1075 | drivers/scsi/aha152x.c | ptr = next; |
next | 837 | drivers/scsi/aic7xxx.c | struct aic7xxx_scb *next; /* next ptr when in free list */ |
next | 897 | drivers/scsi/aic7xxx.c | struct Scsi_Host *next; /* allow for multiple IRQs */ |
next | 1452 | drivers/scsi/aic7xxx.c | if (p->next == NULL) |
next | 1458 | drivers/scsi/aic7xxx.c | p = (struct aic7xxx_host *) p->next->hostdata; |
next | 2020 | drivers/scsi/aic7xxx.c | scb->next = p->free_scb; /* preserve next pointer */ |
next | 2172 | drivers/scsi/aic7xxx.c | scb->next = p->free_scb; /* preserve next pointer */ |
next | 2268 | drivers/scsi/aic7xxx.c | scb->next = p->free_scb; |
next | 2959 | drivers/scsi/aic7xxx.c | p->scb_array[i].next = NULL; |
next | 2975 | drivers/scsi/aic7xxx.c | p->next = NULL; |
next | 3008 | drivers/scsi/aic7xxx.c | p->next = aic7xxx_boards[config.irq]; |
next | 3577 | drivers/scsi/aic7xxx.c | p->free_scb = scb->next; /* remove and update head of list */ |
next | 3869 | drivers/scsi/aic7xxx.c | scb->next = p->free_scb; /* preserve next pointer */ |
next | 91 | drivers/scsi/aic7xxx_asm.c | struct sym_t *next; /* MUST BE FIRST */ |
next | 105 | drivers/scsi/aic7xxx_asm.c | for (p = head, q = (sym_t *)&head; p; p = p->next) { |
next | 111 | drivers/scsi/aic7xxx_asm.c | p = q->next = (sym_t *)Malloc(sizeof(sym_t)); |
next | 112 | drivers/scsi/aic7xxx_asm.c | p->next = NULL; |
next | 132 | drivers/scsi/aic7xxx_asm.c | for (p = head; p; p = p->next) |
next | 152 | drivers/scsi/aic7xxx_asm.c | for (p = head; p; p = p->next) { |
next | 1067 | drivers/scsi/eata_dma.c | hd->next = NULL; /* build a linked list of all HBAs */ |
next | 1070 | drivers/scsi/eata_dma.c | SD(hd->prev)->next = sh; |
next | 1297 | drivers/scsi/eata_dma.c | HBA_ptr = SD(HBA_ptr)->next; |
next | 98 | drivers/scsi/eata_dma_proc.c | HBA_ptr = SD(HBA_ptr)->next; |
next | 476 | drivers/scsi/eata_dma_proc.c | scd = scd->next; |
next | 341 | drivers/scsi/eata_generic.h | struct Scsi_Host *next; |
next | 801 | drivers/scsi/eata_pio.c | hd->next = NULL; /* build a linked list of all HBAs */ |
next | 804 | drivers/scsi/eata_pio.c | SD(hd->prev)->next = sh; |
next | 1008 | drivers/scsi/eata_pio.c | HBA_ptr = SD(HBA_ptr)->next; |
next | 56 | drivers/scsi/eata_pio_proc.c | HBA_ptr = SD(HBA_ptr)->next; |
next | 119 | drivers/scsi/eata_pio_proc.c | scd = scd->next; |
next | 245 | drivers/scsi/hosts.c | scsi_hostlist = sh->next; |
next | 248 | drivers/scsi/hosts.c | while(shpnt->next != sh) shpnt = shpnt->next; |
next | 249 | drivers/scsi/hosts.c | shpnt->next = shpnt->next->next; |
next | 295 | drivers/scsi/hosts.c | retval->next = NULL; |
next | 313 | drivers/scsi/hosts.c | while(shpnt->next) shpnt = shpnt->next; |
next | 314 | drivers/scsi/hosts.c | shpnt->next = retval; |
next | 323 | drivers/scsi/hosts.c | if(sdpnt->next) panic("Device already registered"); |
next | 324 | drivers/scsi/hosts.c | sdpnt->next = scsi_devicelist; |
next | 361 | drivers/scsi/hosts.c | tpnt->next = scsi_hosts; |
next | 371 | drivers/scsi/hosts.c | for(shpnt=scsi_hostlist; shpnt; shpnt = shpnt->next) |
next | 411 | drivers/scsi/hosts.c | for (Host = scsi_hostlist; Host != NULL; Host = Host->next) { |
next | 57 | drivers/scsi/hosts.h | struct SHT * next; |
next | 245 | drivers/scsi/hosts.h | struct Scsi_Host * next; |
next | 354 | drivers/scsi/hosts.h | struct Scsi_Device_Template * next; |
next | 298 | drivers/scsi/scsi.c | for(shpnt=scsi_hostlist; shpnt; shpnt = shpnt->next) { |
next | 383 | drivers/scsi/scsi.c | if(scsi_devices) while(SDtail->next) SDtail = SDtail->next; |
next | 614 | drivers/scsi/scsi.c | sdtpnt = sdtpnt->next) |
next | 699 | drivers/scsi/scsi.c | SDtail->next = SDpnt; |
next | 860 | drivers/scsi/scsi.c | SCpnt = SCpnt->next; |
next | 881 | drivers/scsi/scsi.c | SCpnt = SCpnt->next; |
next | 988 | drivers/scsi/scsi.c | SCpnt = SCpnt->next; |
next | 1011 | drivers/scsi/scsi.c | SCpnt = SCpnt->next; |
next | 1067 | drivers/scsi/scsi.c | *reqp = req->next; |
next | 1726 | drivers/scsi/scsi.c | struct Scsi_Host * next; |
next | 1728 | drivers/scsi/scsi.c | for (next = host->block; next != host; next = next->block) |
next | 1729 | drivers/scsi/scsi.c | wake_up(&next->host_wait); |
next | 1904 | drivers/scsi/scsi.c | SCpnt1 = SCpnt1->next; |
next | 1945 | drivers/scsi/scsi.c | SCpnt1 = SCpnt1->next; |
next | 1976 | drivers/scsi/scsi.c | SCpnt1 = SCpnt1->next; |
next | 2013 | drivers/scsi/scsi.c | SCpnt1 = SCpnt1->next; |
next | 2062 | drivers/scsi/scsi.c | for(host = scsi_hostlist; host; host = host->next) { |
next | 2063 | drivers/scsi/scsi.c | for(SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next) |
next | 2119 | drivers/scsi/scsi.c | for(host = scsi_hostlist; host; host = host->next) |
next | 2120 | drivers/scsi/scsi.c | for(SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next) |
next | 2331 | drivers/scsi/scsi.c | SCpnt->next = host->host_queue; |
next | 2373 | drivers/scsi/scsi.c | for (shpnt = scsi_hostlist; shpnt; shpnt = shpnt->next) |
next | 2377 | drivers/scsi/scsi.c | for (sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) |
next | 2383 | drivers/scsi/scsi.c | for(sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) |
next | 2386 | drivers/scsi/scsi.c | for (SDpnt=scsi_devices; SDpnt; SDpnt = SDpnt->next) { |
next | 2388 | drivers/scsi/scsi.c | for(sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) |
next | 2402 | drivers/scsi/scsi.c | for (SDpnt=scsi_devices; SDpnt; SDpnt = SDpnt->next) { |
next | 2440 | drivers/scsi/scsi.c | for(sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) |
next | 2546 | drivers/scsi/scsi.c | scd = scd->next; |
next | 2548 | drivers/scsi/scsi.c | HBA_ptr = HBA_ptr->next; |
next | 2574 | drivers/scsi/scsi.c | scd = scd->next; |
next | 2579 | drivers/scsi/scsi.c | HBA_ptr = HBA_ptr->next; |
next | 2607 | drivers/scsi/scsi.c | if (tpnt->next || !tpnt->detect) return 1;/* Must be already loaded, or |
next | 2624 | drivers/scsi/scsi.c | tpnt->next = scsi_hosts; /* Add to the linked list */ |
next | 2632 | drivers/scsi/scsi.c | for(shpnt=scsi_hostlist; shpnt; shpnt = shpnt->next) |
next | 2652 | drivers/scsi/scsi.c | for(shpnt=scsi_hostlist; shpnt; shpnt = shpnt->next) |
next | 2655 | drivers/scsi/scsi.c | for(sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) |
next | 2660 | drivers/scsi/scsi.c | for(SDpnt = scsi_devices; SDpnt; SDpnt = SDpnt->next) |
next | 2663 | drivers/scsi/scsi.c | for(sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) |
next | 2677 | drivers/scsi/scsi.c | for(shpnt=scsi_hostlist; shpnt; shpnt = shpnt->next) |
next | 2680 | drivers/scsi/scsi.c | for (SDpnt=scsi_devices; SDpnt; SDpnt = SDpnt->next) { |
next | 2753 | drivers/scsi/scsi.c | for(sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) |
next | 2786 | drivers/scsi/scsi.c | for(sdpnt = scsi_devices; sdpnt; sdpnt = sdpnt->next) |
next | 2790 | drivers/scsi/scsi.c | for(shpnt = scsi_hostlist; shpnt; shpnt = shpnt->next) |
next | 2793 | drivers/scsi/scsi.c | for(SCpnt = shpnt->host_queue; SCpnt; SCpnt = SCpnt->next) |
next | 2799 | drivers/scsi/scsi.c | for(SCpnt = shpnt->host_queue; SCpnt; SCpnt = SCpnt->next) |
next | 2810 | drivers/scsi/scsi.c | for(sdpnt = scsi_devices; sdpnt; sdpnt = sdpnt->next) |
next | 2813 | drivers/scsi/scsi.c | for(sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) |
next | 2824 | drivers/scsi/scsi.c | for(sdpnt = scsi_devices; sdpnt; sdpnt = sdpnt->next) |
next | 2827 | drivers/scsi/scsi.c | SCpnt = sdpnt->host->host_queue->next; |
next | 2839 | drivers/scsi/scsi.c | sdpnt1 = sdpnt->next; |
next | 2842 | drivers/scsi/scsi.c | sdppnt->next = sdpnt->next; |
next | 2844 | drivers/scsi/scsi.c | scsi_devices = sdpnt->next; |
next | 2855 | drivers/scsi/scsi.c | sh1 = shpnt->next; |
next | 2896 | drivers/scsi/scsi.c | for(SHTp=NULL, SHT=scsi_hosts; SHT; SHTp=SHT, SHT=SHT->next) |
next | 2899 | drivers/scsi/scsi.c | SHTp->next = SHT->next; |
next | 2901 | drivers/scsi/scsi.c | scsi_hosts = SHT->next; |
next | 2902 | drivers/scsi/scsi.c | SHT->next = NULL; |
next | 2921 | drivers/scsi/scsi.c | if (tpnt->next) return 1; |
next | 2928 | drivers/scsi/scsi.c | for(SDpnt = scsi_devices; SDpnt; SDpnt = SDpnt->next) |
next | 2941 | drivers/scsi/scsi.c | for(SDpnt = scsi_devices; SDpnt; SDpnt = SDpnt->next) |
next | 2975 | drivers/scsi/scsi.c | for(SDpnt = scsi_devices; SDpnt; SDpnt = SDpnt->next) |
next | 2984 | drivers/scsi/scsi.c | for(SCpnt = SDpnt->host->host_queue; SCpnt; SCpnt = SCpnt->next) |
next | 2989 | drivers/scsi/scsi.c | SCpnt->prev->next = SCpnt->next; |
next | 2990 | drivers/scsi/scsi.c | if(SCpnt->next != NULL) |
next | 2991 | drivers/scsi/scsi.c | SCpnt->next->prev = SCpnt->prev; |
next | 2993 | drivers/scsi/scsi.c | SDpnt->host->host_queue = SCpnt->next; |
next | 3008 | drivers/scsi/scsi.c | spnt = spnt->next; |
next | 3011 | drivers/scsi/scsi.c | scsi_devicelist = tpnt->next; |
next | 3013 | drivers/scsi/scsi.c | prev_spnt->next = spnt->next; |
next | 3074 | drivers/scsi/scsi.c | for(shpnt = scsi_hostlist; shpnt; shpnt = shpnt->next) |
next | 3075 | drivers/scsi/scsi.c | for(SCpnt=shpnt->host_queue; SCpnt; SCpnt = SCpnt->next) |
next | 3114 | drivers/scsi/scsi.c | req = req->next; |
next | 152 | drivers/scsi/scsi.h | struct scsi_device * next; /* Used for linked list */ |
next | 347 | drivers/scsi/scsi.h | struct scsi_cmnd *next, *prev; |
next | 494 | drivers/scsi/scsi.h | struct Scsi_Host * next; |
next | 496 | drivers/scsi/scsi.h | for (next = SCpnt->host->block; next != SCpnt->host; |
next | 497 | drivers/scsi/scsi.h | next = next->block) |
next | 498 | drivers/scsi/scsi.h | wake_up(&next->host_wait); |
next | 68 | drivers/scsi/scsi_proc.c | hpnt = hpnt->next; |
next | 70 | drivers/scsi/scsi_proc.c | tpnt = tpnt->next; |
next | 128 | drivers/scsi/scsi_proc.c | hpnt = hpnt->next; |
next | 141 | drivers/scsi/scsi_proc.c | tpnt = tpnt->next; |
next | 178 | drivers/scsi/scsi_proc.c | hpnt = hpnt->next; |
next | 184 | drivers/scsi/scsi_proc.c | tpnt = tpnt->next; |
next | 207 | drivers/scsi/scsi_proc.c | for(x = 3; x < newnum + 3; x++, tpnt = tpnt->next) { |
next | 475 | drivers/scsi/sd.c | req = req->next; |
next | 479 | drivers/scsi/sd.c | CURRENT = CURRENT->next; |
next | 481 | drivers/scsi/sd.c | req1->next = req->next; |
next | 1216 | drivers/scsi/sd.c | sd_gendisk.next = gendisk_head; |
next | 1425 | drivers/scsi/sd.c | sdgd = sdgd->next; |
next | 1432 | drivers/scsi/sd.c | prev_sdgd->next = sdgd->next; |
next | 1434 | drivers/scsi/sd.c | gendisk_head = sdgd->next; |
next | 615 | drivers/scsi/sr.c | req = req->next; |
next | 619 | drivers/scsi/sr.c | CURRENT = CURRENT->next; |
next | 621 | drivers/scsi/sr.c | req1->next = req->next; |
next | 347 | drivers/scsi/wd7000.c | struct scb *next; /* for lists of scbs */ |
next | 638 | drivers/scsi/wd7000.c | for (i = 0; i < needed; i++) { p = scbfree; scbfree = p->next; } |
next | 639 | drivers/scsi/wd7000.c | p->next = NULL; |
next | 657 | drivers/scsi/wd7000.c | scb->next = scbfree; scbfree = scb; |
next | 675 | drivers/scsi/wd7000.c | scbs[i].next = &(scbs[i+1]); scbs[i].SCpnt = NULL; |
next | 677 | drivers/scsi/wd7000.c | scbs[MAX_SCBS-1].next = NULL; |
next | 141 | fs/buffer.c | struct buffer_head * bh, *next; |
next | 158 | fs/buffer.c | for (i = nr_buffers_type[nlist]*2 ; i-- > 0 ; bh = next) { |
next | 160 | fs/buffer.c | next = bh->b_next_free; |
next | 1736 | fs/buffer.c | struct buffer_head * bh, *next; |
next | 1753 | fs/buffer.c | for (i = nr_buffers_type[nlist]; i-- > 0; bh = next) { |
next | 1756 | fs/buffer.c | next = bh->b_next_free; |
next | 1811 | fs/buffer.c | struct buffer_head * bh, *next; |
next | 1860 | fs/buffer.c | bh = next) { |
next | 1863 | fs/buffer.c | next = bh->b_next_free; |
next | 35 | fs/dcache.c | struct dir_cache_entry * next; |
next | 115 | fs/dcache.c | if (de->h.next) { |
next | 116 | fs/dcache.c | de->h.next->h.prev = de->h.prev; |
next | 117 | fs/dcache.c | de->h.prev->h.next = de->h.next; |
next | 118 | fs/dcache.c | de->h.next = NULL; |
next | 124 | fs/dcache.c | de->h.next = hash->next; |
next | 126 | fs/dcache.c | hash->next->h.prev = de; |
next | 127 | fs/dcache.c | hash->next = de; |
next | 135 | fs/dcache.c | struct dir_cache_entry * de = hash->next; |
next | 137 | fs/dcache.c | for (de = hash->next ; de != (struct dir_cache_entry *) hash ; de = de->h.next) { |
next | 250 | fs/dcache.c | hash_table[i].next = hash_table[i].next = |
next | 78 | fs/exec.c | if (fmt->next) |
next | 83 | fs/exec.c | tmp = &(*tmp)->next; |
next | 95 | fs/exec.c | *tmp = fmt->next; |
next | 98 | fs/exec.c | tmp = &(*tmp)->next; |
next | 287 | fs/exec.c | for (fmt = formats ; fmt ; fmt = fmt->next) { |
next | 770 | fs/exec.c | for (fmt = formats ; fmt ; fmt = fmt->next) { |
next | 71 | fs/ext/freelists.c | efb->next = sb->u.ext_sb.s_firstfreeblocknumber; |
next | 103 | fs/ext/freelists.c | printk("ext_new_block: block empty, skipping to %d\n", efb->next); |
next | 106 | fs/ext/freelists.c | sb->u.ext_sb.s_firstfreeblocknumber = efb->next; |
next | 153 | fs/ext/freelists.c | block = efb->next; |
next | 161 | fs/ext/freelists.c | block = efb->next; |
next | 226 | fs/ext/freelists.c | efi->next = sb->u.ext_sb.s_firstfreeinodenumber; |
next | 262 | fs/ext/freelists.c | printk("ext_free_inode: inode empty, skipping to %d\n", efi->next); |
next | 265 | fs/ext/freelists.c | if (efi->next > sb->u.ext_sb.s_ninodes) { |
next | 266 | fs/ext/freelists.c | printk ("efi->next = %ld\n", efi->next); |
next | 269 | fs/ext/freelists.c | sb->u.ext_sb.s_firstfreeinodenumber = efi->next; |
next | 270 | fs/ext/freelists.c | block = 2 + (((unsigned long) efi->next) - 1) / EXT_INODES_PER_BLOCK; |
next | 314 | fs/ext/freelists.c | ino = efi->next; |
next | 329 | fs/ext/freelists.c | ino = efi->next; |
next | 164 | fs/inode.c | struct inode * inode, * next; |
next | 167 | fs/inode.c | next = first_inode; |
next | 169 | fs/inode.c | inode = next; |
next | 170 | fs/inode.c | next = inode->i_next; /* clear_inode() changes the queues.. */ |
next | 341 | fs/inode.c | struct inode * inode, * next; |
next | 344 | fs/inode.c | next = first_inode; |
next | 346 | fs/inode.c | inode = next; |
next | 347 | fs/inode.c | next = inode->i_next; /* clear_inode() changes the queues.. */ |
next | 403 | fs/locks.c | dlock_wait = dlock_wait->next; |
next | 28 | fs/msdos/fat.c | int first,last,next,copy; |
next | 53 | fs/msdos/fat.c | next = CF_LE_W(((unsigned short *) bh->b_data)[(first & |
next | 55 | fs/msdos/fat.c | if (next >= 0xfff7) next = -1; |
next | 61 | fs/msdos/fat.c | if (nr & 1) next = ((*p_first >> 4) | (*p_last << 4)) & 0xfff; |
next | 62 | fs/msdos/fat.c | else next = (*p_first+(*p_last << 8)) & 0xfff; |
next | 63 | fs/msdos/fat.c | if (next >= 0xff7) next = -1; |
next | 103 | fs/msdos/fat.c | return next; |
next | 116 | fs/msdos/fat.c | cache[count].next = count == FAT_CACHE-1 ? NULL : |
next | 131 | fs/msdos/fat.c | for (walk = fat_cache; walk; walk = walk->next) |
next | 152 | fs/msdos/fat.c | for (walk = fat_cache; walk; walk = walk->next) { |
next | 171 | fs/msdos/fat.c | for (walk = fat_cache; walk->next; walk = (last = walk)->next) |
next | 181 | fs/msdos/fat.c | last->next = walk->next; |
next | 182 | fs/msdos/fat.c | walk->next = fat_cache; |
next | 193 | fs/msdos/fat.c | last->next = NULL; |
next | 194 | fs/msdos/fat.c | walk->next = fat_cache; |
next | 209 | fs/msdos/fat.c | for (walk = fat_cache; walk; walk = walk->next) |
next | 219 | fs/msdos/fat.c | for (walk = fat_cache; walk; walk = walk->next) |
next | 122 | fs/msdos/namei.c | struct inode *next; |
next | 165 | fs/msdos/namei.c | next = MSDOS_I(*result)->i_old; |
next | 167 | fs/msdos/namei.c | if (!(*result = iget(next->i_sb,next->i_ino))) { |
next | 39 | fs/proc/mem.c | struct vm_area_struct *next = vma->vm_next; |
next | 40 | fs/proc/mem.c | if (!next) |
next | 42 | fs/proc/mem.c | if (vma->vm_end != next->vm_start) |
next | 44 | fs/proc/mem.c | if (!(next->vm_flags & VM_READ)) |
next | 46 | fs/proc/mem.c | vma = next; |
next | 138 | fs/proc/root.c | dp->next = dir->subdir; |
next | 152 | fs/proc/root.c | *p = dp->next; |
next | 153 | fs/proc/root.c | dp->next = NULL; |
next | 158 | fs/proc/root.c | p = &dp->next; |
next | 352 | fs/proc/root.c | for (de = de->subdir; de ; de = de->next) { |
next | 455 | fs/proc/root.c | de = de->next; |
next | 463 | fs/proc/root.c | de = de->next; |
next | 526 | fs/smbfs/dir.c | new_inode_info->next = root->next; |
next | 527 | fs/smbfs/dir.c | root->next->prev = new_inode_info; |
next | 528 | fs/smbfs/dir.c | root->next = new_inode_info; |
next | 550 | fs/smbfs/dir.c | i->next->prev = i->prev; |
next | 551 | fs/smbfs/dir.c | i->prev->next = i->next; |
next | 575 | fs/smbfs/dir.c | root->next = root->prev = root; |
next | 606 | fs/smbfs/dir.c | if (root->next != root) { |
next | 610 | fs/smbfs/dir.c | while (root->next != root) { |
next | 612 | fs/smbfs/dir.c | smb_free_inode_info(root->next); |
next | 631 | fs/smbfs/dir.c | ino = ino->next; |
next | 653 | fs/smbfs/dir.c | result = result->next; |
next | 82 | fs/smbfs/inode.c | check_info = check_info->next; |
next | 48 | fs/super.c | if (fs->next) |
next | 54 | fs/super.c | tmp = &(*tmp)->next; |
next | 67 | fs/super.c | *tmp = fs->next; |
next | 68 | fs/super.c | fs->next = NULL; |
next | 71 | fs/super.c | tmp = &(*tmp)->next; |
next | 86 | fs/super.c | for (tmp = file_systems ; tmp ; tmp = tmp->next) { |
next | 104 | fs/super.c | tmp = tmp->next; |
next | 123 | fs/super.c | for (tmp = file_systems ; tmp ; tmp = tmp->next) |
next | 166 | fs/super.c | tmp = tmp->next; |
next | 180 | fs/super.c | fs = fs->next; |
next | 702 | fs/super.c | for (fs_type = file_systems ; fs_type ; fs_type = fs_type->next) { |
next | 45 | include/asm-sparc/sbus.h | struct linux_sbus_device *next; /* next device on this SBus or null */ |
next | 67 | include/asm-sparc/sbus.h | struct linux_sbus *next; /* next SBus, if more than one SBus */ |
next | 47 | include/linux/atalk.h | struct atalk_route *next; |
next | 58 | include/linux/atalk.h | struct atalk_iface *next; |
next | 136 | include/linux/aztcd.h | unsigned char next; |
next | 33 | include/linux/binfmts.h | struct linux_binfmt * next; |
next | 25 | include/linux/blkdev.h | struct request * next; |
next | 28 | include/linux/ext_fs.h | unsigned long next; |
next | 34 | include/linux/ext_fs.h | unsigned long next; |
next | 377 | include/linux/fs.h | struct file_system_type * next; |
next | 57 | include/linux/genhd.h | struct gendisk *next; |
next | 42 | include/linux/if_eql.h | struct slave *next; |
next | 77 | include/linux/igmp.h | struct ip_mc_list *next; |
next | 139 | include/linux/ip_fw.h | struct ip_masq *next; /* next member in list */ |
next | 140 | include/linux/mm.h | struct mem_list * next; |
next | 44 | include/linux/module.h | struct module_ref *next; |
next | 64 | include/linux/module.h | struct module *next; |
next | 15 | include/linux/mouse.h | struct mouse * next, * prev; |
next | 95 | include/linux/msdos_fs.h | struct fat_cache *next; /* next cache entry */ |
next | 82 | include/linux/net.h | struct socket *next; |
next | 56 | include/linux/netdevice.h | struct dev_mc_list *next; |
next | 91 | include/linux/netdevice.h | struct device *next; |
next | 178 | include/linux/netdevice.h | struct packet_type *next; |
next | 17 | include/linux/notifier.h | struct notifier_block *next; |
next | 35 | include/linux/notifier.h | list= &((*list)->next); |
next | 37 | include/linux/notifier.h | n->next = *list; |
next | 53 | include/linux/notifier.h | *nl=n->next; |
next | 56 | include/linux/notifier.h | nl=&((*nl)->next); |
next | 74 | include/linux/notifier.h | nb=nb->next; |
next | 461 | include/linux/pci.h | struct pci_dev *next; /* chain of all devices */ |
next | 487 | include/linux/pci.h | struct pci_bus *next; /* chain of all PCI buses */ |
next | 41 | include/linux/personality.h | struct exec_domain *next; |
next | 146 | include/linux/proc_fs.h | struct proc_dir_entry *next, *parent, *subdir; |
next | 140 | include/linux/scc.h | struct mbuf *next; /* Links mbufs belonging to single packets */ |
next | 326 | include/linux/sched.h | if (wait->next) { |
next | 331 | include/linux/sched.h | printk("add_wait_queue (%08lx): wait->next = %08lx\n",pc,(unsigned long) wait->next); |
next | 337 | include/linux/sched.h | wait->next = wait; |
next | 340 | include/linux/sched.h | wait->next = (*p)->next; |
next | 341 | include/linux/sched.h | (*p)->next = wait; |
next | 360 | include/linux/sched.h | ((*p = wait->next) == wait)) { |
next | 364 | include/linux/sched.h | while (tmp->next != wait) { |
next | 365 | include/linux/sched.h | tmp = tmp->next; |
next | 371 | include/linux/sched.h | tmp->next = wait->next; |
next | 373 | include/linux/sched.h | wait->next = NULL; |
next | 398 | include/linux/sched.h | entry->wait.next = NULL; |
next | 85 | include/linux/sem.h | struct sem_queue * next; /* next entry in the queue */ |
next | 32 | include/linux/skbuff.h | struct sk_buff * volatile next; |
next | 41 | include/linux/skbuff.h | struct sk_buff * volatile next; /* Next buffer in list */ |
next | 151 | include/linux/skbuff.h | return (list->next != list)? list->next : NULL; |
next | 165 | include/linux/skbuff.h | list->next = (struct sk_buff *)list; |
next | 179 | include/linux/skbuff.h | newsk->next = list->next; |
next | 181 | include/linux/skbuff.h | newsk->next->prev = newsk; |
next | 182 | include/linux/skbuff.h | newsk->prev->next = newsk; |
next | 198 | include/linux/skbuff.h | newsk->next = list; |
next | 201 | include/linux/skbuff.h | newsk->next->prev = newsk; |
next | 202 | include/linux/skbuff.h | newsk->prev->next = newsk; |
next | 223 | include/linux/skbuff.h | result = list->next; |
next | 231 | include/linux/skbuff.h | result->next->prev = list; |
next | 232 | include/linux/skbuff.h | list->next = result->next; |
next | 234 | include/linux/skbuff.h | result->next = NULL; |
next | 253 | include/linux/skbuff.h | newsk->next = old; |
next | 256 | include/linux/skbuff.h | newsk->prev->next = newsk; |
next | 273 | include/linux/skbuff.h | newsk->next = old->next; |
next | 274 | include/linux/skbuff.h | newsk->next->prev = newsk; |
next | 275 | include/linux/skbuff.h | old->next = newsk; |
next | 294 | include/linux/skbuff.h | if(skb->prev && skb->next) |
next | 296 | include/linux/skbuff.h | skb->next->prev = skb->prev; |
next | 297 | include/linux/skbuff.h | skb->prev->next = skb->next; |
next | 298 | include/linux/skbuff.h | skb->next = NULL; |
next | 29 | include/linux/smb_fs_i.h | struct smb_inode_info *next, *prev; |
next | 80 | include/linux/timer.h | struct timer_list *next; |
next | 94 | include/linux/timer.h | timer->next = NULL; |
next | 49 | include/linux/tqueue.h | struct tq_struct *next; /* linked list of active bh's */ |
next | 99 | include/linux/tqueue.h | bh_pointer->next = *bh_list; |
next | 113 | include/linux/tqueue.h | bh_pointer->next = *bh_list; |
next | 129 | include/linux/tqueue.h | bh_pointer->next = *bh_list; |
next | 153 | include/linux/tqueue.h | save_p = p -> next; |
next | 146 | include/linux/tty_driver.h | struct tty_driver *next; |
next | 13 | include/linux/wait.h | struct wait_queue * next; |
next | 121 | include/net/ax25.h | struct ax25_uid_assoc *next; |
next | 134 | include/net/ax25.h | struct ax25_cb *next; |
next | 13 | include/net/datalink.h | struct datalink_proto *next; |
next | 57 | include/net/ip.h | struct ipfrag *next; /* linked list pointers */ |
next | 70 | include/net/ip.h | struct ipq *next; /* linked list pointers */ |
next | 70 | include/net/netrom.h | struct nr_node *next; |
next | 79 | include/net/netrom.h | struct nr_neigh *next; |
next | 40 | include/net/protocol.h | struct inet_protocol *next; |
next | 117 | include/net/sock.h | struct sock *next; |
next | 342 | init/main.c | char *next; |
next | 351 | init/main.c | next = line; |
next | 352 | init/main.c | while ((line = next) != NULL) { |
next | 353 | init/main.c | if ((next = strchr(line,' ')) != NULL) |
next | 354 | init/main.c | *next++ = 0; |
next | 162 | ipc/sem.c | *(sma->sem_pending_last = &q->next) = NULL; |
next | 166 | ipc/sem.c | *(q->prev) = q->next; |
next | 167 | ipc/sem.c | if (q->next) |
next | 168 | ipc/sem.c | q->next->prev = q->prev; |
next | 264 | ipc/sem.c | for (q = sma->sem_pending; q; q = q->next) { |
next | 297 | ipc/sem.c | for (q = sma->sem_pending; q; q = q->next) { |
next | 315 | ipc/sem.c | for (q = sma->sem_pending; q; q = q->next) { |
next | 351 | ipc/sem.c | for (q = sma->sem_pending; q; q = q->next) { |
next | 60 | kernel/exec_domain.c | for (it=exec_domains; it; it=it->next) |
next | 76 | kernel/exec_domain.c | if (it->next) |
next | 78 | kernel/exec_domain.c | for (tmp=exec_domains; tmp; tmp=tmp->next) |
next | 81 | kernel/exec_domain.c | it->next = exec_domains; |
next | 93 | kernel/exec_domain.c | *tmp = it->next; |
next | 94 | kernel/exec_domain.c | it->next = NULL; |
next | 97 | kernel/exec_domain.c | tmp = &(*tmp)->next; |
next | 168 | kernel/module.c | mp->next = module_list; |
next | 295 | kernel/module.c | link = link->next; |
next | 302 | kernel/module.c | ref->next = ref->module->ref; |
next | 376 | kernel/module.c | for (mp = module_list; mp; mp = mp->next) { |
next | 393 | kernel/module.c | for (mp = module_list; mp; mp = mp->next) { |
next | 444 | kernel/module.c | for (mp = module_list ; mp ; mp = mp->next) { |
next | 460 | kernel/module.c | for (step = module_list; step; step = step->next) { |
next | 461 | kernel/module.c | for (prev = ref = step->ref; ref; ref = prev->next) { |
next | 464 | kernel/module.c | step->ref = ref->next; |
next | 466 | kernel/module.c | prev->next = ref->next; |
next | 491 | kernel/module.c | mpp = &mp->next; |
next | 495 | kernel/module.c | mpp = &mp->next; |
next | 497 | kernel/module.c | *mpp = mp->next; |
next | 528 | kernel/module.c | for (mp = module_list ; mp && mp->next; mp = mp->next) { |
next | 560 | kernel/module.c | for (; ref; ref = ref->next) { |
next | 564 | kernel/module.c | if (ref->next) |
next | 588 | kernel/module.c | for (mp = module_list; mp; mp = mp->next) { |
next | 689 | kernel/module.c | mp->next = kernel_module.next; |
next | 690 | kernel/module.c | kernel_module.next = mp; |
next | 765 | kernel/module.c | link = link->next) { |
next | 21 | kernel/resource.c | struct resource_entry_t *next; |
next | 36 | kernel/resource.c | for (p = iolist.next; (p) && (len < 4000); p = p->next) |
next | 57 | kernel/resource.c | for (p = root; ; p = p->next) { |
next | 62 | kernel/resource.c | if ((p->next == NULL) || (p->next->from > from+num-1)) |
next | 89 | kernel/resource.c | iotable[i].next = p->next; |
next | 90 | kernel/resource.c | p->next = &iotable[i]; |
next | 112 | kernel/resource.c | q = p->next; |
next | 117 | kernel/resource.c | p->next = q->next; |
next | 119 | kernel/sched.c | struct task_struct *next = p->next_run; |
next | 123 | kernel/sched.c | if (!next || !prev) { |
next | 137 | kernel/sched.c | next->prev_run = prev; |
next | 138 | kernel/sched.c | prev->next_run = next; |
next | 185 | kernel/sched.c | struct task_struct * next; |
next | 224 | kernel/sched.c | next = &init_task; |
next | 227 | kernel/sched.c | c = p->counter, next = p; |
next | 236 | kernel/sched.c | if (current != next) { |
next | 247 | kernel/sched.c | switch_to(next); |
next | 281 | kernel/sched.c | if (!tmp->next) { |
next | 289 | kernel/sched.c | tmp = tmp->next; |
next | 305 | kernel/sched.c | if (!tmp->next) { |
next | 313 | kernel/sched.c | tmp = tmp->next; |
next | 371 | kernel/sched.c | if (timer->next || timer->prev) { |
next | 381 | kernel/sched.c | p = p->next; |
next | 383 | kernel/sched.c | timer->next = p; |
next | 386 | kernel/sched.c | timer->prev->next = timer; |
next | 399 | kernel/sched.c | while ((p = p->next) != &timer_head) { |
next | 401 | kernel/sched.c | timer->next->prev = timer->prev; |
next | 402 | kernel/sched.c | timer->prev->next = timer->next; |
next | 403 | kernel/sched.c | timer->next = timer->prev = NULL; |
next | 408 | kernel/sched.c | if (timer->next || timer->prev) |
next | 416 | kernel/sched.c | if (timer->next) { |
next | 417 | kernel/sched.c | timer->next->prev = timer->prev; |
next | 418 | kernel/sched.c | timer->prev->next = timer->next; |
next | 419 | kernel/sched.c | timer->next = timer->prev = NULL; |
next | 540 | kernel/sched.c | while ((timer = timer_head.next) != &timer_head && timer->expires <= jiffies) { |
next | 543 | kernel/sched.c | timer->next->prev = timer->prev; |
next | 544 | kernel/sched.c | timer->prev->next = timer->next; |
next | 545 | kernel/sched.c | timer->next = timer->prev = NULL; |
next | 714 | kernel/sched.c | if (timer_head.next->expires <= jiffies) |
next | 62 | mm/kmalloc.c | struct page_descriptor *next; |
next | 260 | mm/kmalloc.c | page->next = *pg; |
next | 267 | mm/kmalloc.c | *pg = page->next; |
next | 297 | mm/kmalloc.c | (((long) (page->next)) & ~PAGE_MASK) || |
next | 300 | mm/kmalloc.c | p, page->next, page->order); |
next | 313 | mm/kmalloc.c | page->next = *pg; |
next | 325 | mm/kmalloc.c | *pg = page->next; |
next | 328 | mm/kmalloc.c | pg = &tmp->next; |
next | 702 | mm/memory.c | struct vm_area_struct * next; |
next | 707 | mm/memory.c | next = vma->vm_next; |
next | 708 | mm/memory.c | if (!next || vma->vm_end != next->vm_start) |
next | 710 | mm/memory.c | vma = next; |
next | 718 | mm/mmap.c | struct vm_area_struct *mpnt, *prev, *next, **npp, *free; |
next | 735 | mm/mmap.c | avl_neighbours(mpnt, current->mm->mmap_avl, &prev, &next); |
next | 799 | mm/mmap.c | struct vm_area_struct * next = mpnt->vm_next; |
next | 807 | mm/mmap.c | mpnt = next; |
next | 834 | mm/mmap.c | struct vm_area_struct * prev, * next; |
next | 836 | mm/mmap.c | avl_insert_neighbours(vmp, &t->mm->mmap_avl, &prev, &next); |
next | 837 | mm/mmap.c | if ((prev ? prev->vm_next : t->mm->mmap) != next) |
next | 843 | mm/mmap.c | vmp->vm_next = next; |
next | 893 | mm/mmap.c | struct vm_area_struct *prev, *mpnt, *next; |
next | 898 | mm/mmap.c | avl_neighbours(mpnt, task->mm->mmap_avl, &prev, &next); |
next | 903 | mm/mmap.c | mpnt = next; |
next | 909 | mm/mmap.c | for ( ; mpnt && prev->vm_start < end_addr ; prev = mpnt, mpnt = next) { |
next | 914 | mm/mmap.c | next = mpnt->vm_next; |
next | 204 | mm/mprotect.c | struct vm_area_struct * vma, * next; |
next | 238 | mm/mprotect.c | next = vma->vm_next; |
next | 243 | mm/mprotect.c | vma = next; |
next | 39 | mm/swap.c | int next; /* swapfile to be used next */ |
next | 53 | mm/swap.c | int next; /* next entry on swap list */ |
next | 200 | mm/swap.c | type = swap_list.next; |
next | 219 | mm/swap.c | type = swap_info[type].next; |
next | 221 | mm/swap.c | swap_list.next = swap_list.head; |
next | 223 | mm/swap.c | swap_list.next = type; |
next | 228 | mm/swap.c | type = p->next; |
next | 301 | mm/swap.c | if (p->prio > swap_info[swap_list.next].prio) { |
next | 302 | mm/swap.c | swap_list.next = swap_list.head; |
next | 654 | mm/swap.c | (entry->next = head->next)->prev = entry; |
next | 655 | mm/swap.c | head->next = entry; |
next | 660 | mm/swap.c | entry->next->prev = entry->prev; |
next | 661 | mm/swap.c | entry->prev->next = entry->next; |
next | 749 | mm/swap.c | while (queue != (ret = prev->next)) { \ |
next | 751 | mm/swap.c | (prev->next = ret->next)->prev = prev; \ |
next | 826 | mm/swap.c | for (tmp = free_area_list[order].next ; tmp != free_area_list + order ; tmp = tmp->next) { |
next | 1009 | mm/swap.c | for (type = swap_list.head; type >= 0; type = swap_info[type].next) { |
next | 1028 | mm/swap.c | swap_list.head = p->next; |
next | 1030 | mm/swap.c | swap_info[prev].next = p->next; |
next | 1032 | mm/swap.c | if (type == swap_list.next) { |
next | 1034 | mm/swap.c | swap_list.next = swap_list.head; |
next | 1103 | mm/swap.c | p->next = -1; |
next | 1191 | mm/swap.c | for (i = swap_list.head; i >= 0; i = swap_info[i].next) { |
next | 1197 | mm/swap.c | p->next = i; |
next | 1199 | mm/swap.c | swap_list.head = swap_list.next = p - swap_info; |
next | 1201 | mm/swap.c | swap_info[prev].next = p - swap_info; |
next | 1273 | mm/swap.c | free_area_list[i].prev = free_area_list[i].next = &free_area_list[i]; |
next | 25 | mm/vmalloc.c | struct vm_struct * next; |
next | 241 | mm/vmalloc.c | area->next = NULL; |
next | 242 | mm/vmalloc.c | for (p = &vmlist; (tmp = *p) ; p = &tmp->next) { |
next | 248 | mm/vmalloc.c | area->next = *p; |
next | 263 | mm/vmalloc.c | for (p = &vmlist ; (tmp = *p) ; p = &tmp->next) { |
next | 265 | mm/vmalloc.c | *p = tmp->next; |
next | 327 | mm/vmalloc.c | for (p = &vmlist; (tmp = *p) ; p = &tmp->next) { |
next | 23 | net/802/p8022.c | proto = proto->next) |
next | 92 | net/802/p8022.c | proto->next = p8022_list; |
next | 32 | net/802/psnap.c | for (proto = snap_list; proto != NULL && memcmp(proto->type, desc, 5) ; proto = proto->next); |
next | 112 | net/802/psnap.c | proto->next = snap_list; |
next | 30 | net/802/tr.c | rif_cache next; |
next | 137 | net/802/tr.c | for(entry=rif_table[hash];entry && memcmp(&(entry->addr[0]),&(trh->daddr[0]),TR_ALEN);entry=entry->next); |
next | 176 | net/802/tr.c | for(entry=rif_table[hash];entry && memcmp(&(entry->addr[0]),&(trh->saddr[0]),TR_ALEN);entry=entry->next); |
next | 193 | net/802/tr.c | entry->next=rif_table[hash]; |
next | 230 | net/802/tr.c | *pentry=entry->next; |
next | 234 | net/802/tr.c | pentry=&entry->next; |
next | 259 | net/802/tr.c | for(entry=rif_table[i];entry;entry=entry->next) { |
next | 67 | net/appletalk/aarp.c | struct aarp_entry *next; /* Next entry in chain */ |
next | 297 | net/appletalk/aarp.c | *n=(*n)->next; |
next | 301 | net/appletalk/aarp.c | n=&((*n)->next); |
next | 319 | net/appletalk/aarp.c | *n=(*n)->next; |
next | 325 | net/appletalk/aarp.c | n=&((*n)->next); |
next | 343 | net/appletalk/aarp.c | *n=(*n)->next; |
next | 347 | net/appletalk/aarp.c | n=&((*n)->next); |
next | 418 | net/appletalk/aarp.c | list=list->next; |
next | 510 | net/appletalk/aarp.c | a->next=unresolved[hash]; |
next | 544 | net/appletalk/aarp.c | *list=a->next; |
next | 546 | net/appletalk/aarp.c | a->next=resolved[hash]; |
next | 560 | net/appletalk/aarp.c | list=&((*list)->next); |
next | 98 | net/appletalk/ddp.c | atalk_socket_list=s->next; |
next | 102 | net/appletalk/ddp.c | while(s && s->next) |
next | 104 | net/appletalk/ddp.c | if(s->next==sk) |
next | 106 | net/appletalk/ddp.c | s->next=sk->next; |
next | 110 | net/appletalk/ddp.c | s=s->next; |
next | 120 | net/appletalk/ddp.c | sk->next=atalk_socket_list; |
next | 129 | net/appletalk/ddp.c | for( s = atalk_socket_list; s != NULL; s = s->next ) { |
next | 158 | net/appletalk/ddp.c | for ( s = atalk_socket_list; s != NULL; s = s->next ) { |
next | 232 | net/appletalk/ddp.c | for (s = atalk_socket_list; s != NULL; s = s->next) |
next | 293 | net/appletalk/ddp.c | *iface = tmp->next; |
next | 297 | net/appletalk/ddp.c | iface = &tmp->next; |
next | 313 | net/appletalk/ddp.c | iface->next=atalk_iface_list; |
next | 395 | net/appletalk/ddp.c | for(iface=atalk_iface_list;iface!=NULL;iface=iface->next) |
next | 404 | net/appletalk/ddp.c | for(iface=atalk_iface_list;iface!=NULL;iface=iface->next) |
next | 421 | net/appletalk/ddp.c | for(iface=atalk_iface_list;iface!=NULL;iface=iface->next) |
next | 435 | net/appletalk/ddp.c | for(iface=atalk_iface_list;iface!=NULL;iface=iface->next) { |
next | 453 | net/appletalk/ddp.c | for(iface=atalk_iface_list;iface!=NULL;iface=iface->next) |
next | 472 | net/appletalk/ddp.c | for(r=atalk_router_list;r!=NULL;r=r->next) |
next | 547 | net/appletalk/ddp.c | for(rt=atalk_router_list;rt!=NULL;rt=rt->next) |
next | 562 | net/appletalk/ddp.c | iface = iface->next ) { |
next | 583 | net/appletalk/ddp.c | rt->next=atalk_router_list; |
next | 613 | net/appletalk/ddp.c | *r = tmp->next; |
next | 617 | net/appletalk/ddp.c | r = &tmp->next; |
next | 634 | net/appletalk/ddp.c | *r = tmp->next; |
next | 638 | net/appletalk/ddp.c | r = &tmp->next; |
next | 828 | net/appletalk/ddp.c | for (iface = atalk_iface_list; iface != NULL; iface = iface->next) |
next | 868 | net/appletalk/ddp.c | for (rt = atalk_router_list; rt != NULL; rt = rt->next) |
next | 1071 | net/appletalk/ddp.c | sk->next=NULL; |
next | 178 | net/ax25/af_ax25.c | ax25_list = s->next; |
next | 183 | net/ax25/af_ax25.c | while (s != NULL && s->next != NULL) { |
next | 184 | net/ax25/af_ax25.c | if (s->next == ax25) { |
next | 185 | net/ax25/af_ax25.c | s->next = ax25->next; |
next | 190 | net/ax25/af_ax25.c | s = s->next; |
next | 203 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
next | 251 | net/ax25/af_ax25.c | ax25->next = ax25_list; |
next | 269 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
next | 294 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
next | 318 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
next | 343 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
next | 371 | net/ax25/af_ax25.c | sk = sk->next; |
next | 454 | net/ax25/af_ax25.c | for (a = ax25_uid_list; a != NULL; a = a->next) { |
next | 468 | net/ax25/af_ax25.c | for (a = ax25_uid_list; a != NULL; a = a->next) { |
next | 483 | net/ax25/af_ax25.c | a->next = ax25_uid_list; |
next | 496 | net/ax25/af_ax25.c | *l = (*l)->next; |
next | 501 | net/ax25/af_ax25.c | l = &((*l)->next); |
next | 601 | net/ax25/af_ax25.c | for (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) { |
next | 650 | net/ax25/af_ax25.c | for (dev = dev_base; dev != NULL; dev = dev->next) { |
next | 887 | net/ax25/af_ax25.c | sk->next = NULL; |
next | 958 | net/ax25/af_ax25.c | sk->next = NULL; |
next | 2043 | net/ax25/af_ax25.c | for (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) { |
next | 149 | net/ax25/ax25_out.c | unsigned short start, end, next; |
next | 178 | net/ax25/ax25_out.c | next = (ax25->vs + 1) % ax25->modulus; |
next | 180 | net/ax25/ax25_out.c | last = (next == end) || skb_peek(&ax25->write_queue) == NULL; |
next | 182 | net/ax25/ax25_out.c | last = (next == end); |
next | 189 | net/ax25/ax25_out.c | ax25->vs = next; |
next | 58 | net/ax25/ax25_route.c | struct ax25_route *next; |
next | 68 | net/ax25/ax25_route.c | struct ax25_dev *next; |
next | 84 | net/ax25/ax25_route.c | for (ax25_rt = ax25_route; ax25_rt != NULL; ax25_rt = ax25_rt->next) { |
next | 132 | net/ax25/ax25_route.c | ax25_rt->next = ax25_route; |
next | 144 | net/ax25/ax25_route.c | ax25_rt = ax25_rt->next; |
next | 148 | net/ax25/ax25_route.c | ax25_route = s->next; |
next | 153 | net/ax25/ax25_route.c | for (t = ax25_route; t != NULL; t = t->next) { |
next | 154 | net/ax25/ax25_route.c | if (t->next == s) { |
next | 155 | net/ax25/ax25_route.c | t->next = s->next; |
next | 184 | net/ax25/ax25_route.c | for (ax25_rt = ax25_route; ax25_rt != NULL; ax25_rt = ax25_rt->next) { |
next | 226 | net/ax25/ax25_route.c | ax25_rt->next = ax25_route; |
next | 240 | net/ax25/ax25_route.c | ax25_rt = ax25_rt->next; |
next | 243 | net/ax25/ax25_route.c | ax25_route = s->next; |
next | 248 | net/ax25/ax25_route.c | for (t = ax25_route; t != NULL; t = t->next) { |
next | 249 | net/ax25/ax25_route.c | if (t->next == s) { |
next | 250 | net/ax25/ax25_route.c | t->next = s->next; |
next | 278 | net/ax25/ax25_route.c | for (ax25_rt = ax25_route; ax25_rt != NULL; ax25_rt = ax25_rt->next) { |
next | 337 | net/ax25/ax25_route.c | for (pt = ax25_uid_list; pt != NULL; pt = pt->next) { |
next | 369 | net/ax25/ax25_route.c | for (ax25_rt = ax25_route; ax25_rt != NULL; ax25_rt = ax25_rt->next) { |
next | 405 | net/ax25/ax25_route.c | for (ax25_rt = ax25_route; ax25_rt != NULL; ax25_rt = ax25_rt->next) { |
next | 420 | net/ax25/ax25_route.c | for (ax25_rt = ax25_route; ax25_rt != NULL; ax25_rt = ax25_rt->next) |
next | 431 | net/ax25/ax25_route.c | for (s = ax25_device; s != NULL; s = s->next) |
next | 483 | net/ax25/ax25_route.c | ax25_dev->next = ax25_device; |
next | 495 | net/ax25/ax25_route.c | ax25_dev = ax25_dev->next; |
next | 499 | net/ax25/ax25_route.c | ax25_device = s->next; |
next | 502 | net/ax25/ax25_route.c | for (t = ax25_device; t != NULL; t = t->next) { |
next | 503 | net/ax25/ax25_route.c | if (t->next == s) { |
next | 504 | net/ax25/ax25_route.c | t->next = s->next; |
next | 62 | net/ax25/ax25_timer.c | ax25->timer.next = ax25->timer.prev = NULL; |
next | 163 | net/core/datagram.c | if(!skb->next && !skb->prev) /* Been dequeued by someone - ie it's read */ |
next | 150 | net/core/dev.c | pt->next=ptype_all; |
next | 156 | net/core/dev.c | pt->next = ptype_base[hash]; |
next | 176 | net/core/dev.c | for(; (*pt1)!=NULL; pt1=&((*pt1)->next)) |
next | 180 | net/core/dev.c | *pt1=pt->next; |
next | 201 | net/core/dev.c | for (dev = dev_base; dev != NULL; dev = dev->next) |
next | 384 | net/core/dev.c | for (ptype = ptype_all; ptype!=NULL; ptype = ptype->next) |
next | 573 | net/core/dev.c | for (dev = dev_base; dev != NULL; dev = dev->next) |
next | 677 | net/core/dev.c | for (ptype = ptype_all; ptype!=NULL; ptype=ptype->next) |
next | 688 | net/core/dev.c | for (ptype = ptype_base[ntohs(type)&15]; ptype != NULL; ptype = ptype->next) |
next | 841 | net/core/dev.c | for (dev = dev_base; dev != NULL; dev = dev->next) |
next | 932 | net/core/dev.c | for (dev = dev_base; dev != NULL; dev = dev->next) |
next | 1342 | net/core/dev.c | *dp = dev->next; |
next | 1346 | net/core/dev.c | dp = &dev->next; |
next | 123 | net/core/dev_mcast.c | for(tmp = data, dmi=dev->mc_list;dmi!=NULL;dmi=dmi->next) |
next | 139 | net/core/dev_mcast.c | for(dmi=&dev->mc_list;*dmi!=NULL;dmi=&(*dmi)->next) |
next | 146 | net/core/dev_mcast.c | *dmi=(*dmi)->next; |
next | 162 | net/core/dev_mcast.c | for(dmi=dev->mc_list;dmi!=NULL;dmi=dmi->next) |
next | 176 | net/core/dev_mcast.c | dmi->next=dev->mc_list; |
next | 192 | net/core/dev_mcast.c | dev->mc_list=dev->mc_list->next; |
next | 79 | net/core/skbuff.c | if (!skb->next || !skb->prev) { |
next | 83 | net/core/skbuff.c | if (skb->next->magic_debug_cookie != SK_HEAD_SKB |
next | 84 | net/core/skbuff.c | && skb->next->magic_debug_cookie != SK_GOOD_SKB) { |
next | 97 | net/core/skbuff.c | struct sk_buff *skb2 = skb->next; |
next | 105 | net/core/skbuff.c | skb2 = skb2->next; |
next | 111 | net/core/skbuff.c | if (skb->next != NULL && skb->next->magic_debug_cookie != SK_HEAD_SKB |
next | 112 | net/core/skbuff.c | && skb->next->magic_debug_cookie != SK_GOOD_SKB) { |
next | 186 | net/core/skbuff.c | list->next = (struct sk_buff *)list; |
next | 204 | net/core/skbuff.c | if (newsk->next || newsk->prev) |
next | 207 | net/core/skbuff.c | newsk->next = list->next; |
next | 210 | net/core/skbuff.c | newsk->next->prev = newsk; |
next | 211 | net/core/skbuff.c | newsk->prev->next = newsk; |
next | 227 | net/core/skbuff.c | if (newsk->next || newsk->prev) |
next | 232 | net/core/skbuff.c | newsk->next = list; |
next | 235 | net/core/skbuff.c | newsk->next->prev = newsk; |
next | 236 | net/core/skbuff.c | newsk->prev->next = newsk; |
next | 257 | net/core/skbuff.c | result = list->next; |
next | 263 | net/core/skbuff.c | result->next->prev = list; |
next | 264 | net/core/skbuff.c | list->next = result->next; |
next | 266 | net/core/skbuff.c | result->next = NULL; |
next | 285 | net/core/skbuff.c | if(!old->next || !old->prev) |
next | 287 | net/core/skbuff.c | if(newsk->next || newsk->prev) |
next | 292 | net/core/skbuff.c | newsk->next = old; |
next | 295 | net/core/skbuff.c | newsk->prev->next = newsk; |
next | 310 | net/core/skbuff.c | if(!old->next || !old->prev) |
next | 312 | net/core/skbuff.c | if(newsk->next || newsk->prev) |
next | 319 | net/core/skbuff.c | newsk->next = old->next; |
next | 320 | net/core/skbuff.c | newsk->next->prev = newsk; |
next | 321 | net/core/skbuff.c | old->next = newsk; |
next | 341 | net/core/skbuff.c | if(skb->prev && skb->next) |
next | 343 | net/core/skbuff.c | skb->next->prev = skb->prev; |
next | 344 | net/core/skbuff.c | skb->prev->next = skb->next; |
next | 345 | net/core/skbuff.c | skb->next = NULL; |
next | 455 | net/core/skbuff.c | if (skb->next) |
next | 540 | net/core/skbuff.c | skb->prev = skb->next = NULL; |
next | 75 | net/ethernet/eth.c | d=d->next; |
next | 110 | net/ipv4/af_inet.c | sk != NULL; sk=sk->next) |
next | 151 | net/ipv4/af_inet.c | sk = sk->next; |
next | 190 | net/ipv4/af_inet.c | sk->next = NULL; |
next | 219 | net/ipv4/af_inet.c | for(sk2 = sk1; sk2 != NULL; sk2=sk2->next) |
next | 225 | net/ipv4/af_inet.c | sk->next = sk->prot->sock_array[num]; |
next | 230 | net/ipv4/af_inet.c | sk->next = sk2; |
next | 231 | net/ipv4/af_inet.c | sk1->next= sk; |
next | 239 | net/ipv4/af_inet.c | sk->next = NULL; |
next | 240 | net/ipv4/af_inet.c | sk1->next = sk; |
next | 273 | net/ipv4/af_inet.c | *p=sk1->next; |
next | 276 | net/ipv4/af_inet.c | p=&((*p)->next); |
next | 347 | net/ipv4/af_inet.c | if (skb->next && skb->prev) { |
next | 679 | net/ipv4/af_inet.c | sk->next = NULL; |
next | 904 | net/ipv4/af_inet.c | sk2 != NULL; sk2 = sk2->next) |
next | 1394 | net/ipv4/af_inet.c | s != NULL; s = s->next) |
next | 1446 | net/ipv4/af_inet.c | for(; s != NULL; s = s->next) |
next | 1487 | net/ipv4/af_inet.c | for(; s != NULL; s = s->next) |
next | 1574 | net/ipv4/af_inet.c | struct inet_protocol *tmp = (struct inet_protocol *) p->next; |
next | 105 | net/ipv4/arp.c | struct arp_table *next; /* Linked entry list */ |
next | 244 | net/ipv4/arp.c | *pentry = entry->next; /* remove from list */ |
next | 252 | net/ipv4/arp.c | pentry = &entry->next; /* go to next entry */ |
next | 319 | net/ipv4/arp.c | *pentry = entry->next; /* remove from list */ |
next | 324 | net/ipv4/arp.c | pentry = &entry->next; /* go to next entry */ |
next | 475 | net/ipv4/arp.c | *pentry = entry->next; /* delete from linked list */ |
next | 482 | net/ipv4/arp.c | pentry = &(*pentry)->next; |
next | 567 | net/ipv4/arp.c | *pentry = entry->next; |
next | 578 | net/ipv4/arp.c | pentry = &entry->next; |
next | 761 | net/ipv4/arp.c | proxy_entry = proxy_entry->next) |
next | 809 | net/ipv4/arp.c | for(entry=arp_tables[hash];entry;entry=entry->next) |
next | 869 | net/ipv4/arp.c | entry->next = arp_tables[hash]; |
next | 896 | net/ipv4/arp.c | for (entry = arp_tables[hash]; entry != NULL; entry = entry->next) |
next | 1008 | net/ipv4/arp.c | entry->next = arp_tables[hash]; |
next | 1074 | net/ipv4/arp.c | for(entry=arp_tables[i]; entry!=NULL; entry=entry->next) |
next | 1146 | net/ipv4/arp.c | for (entry = arp_tables[hash]; entry != NULL; entry = entry->next) |
next | 1152 | net/ipv4/arp.c | for (entry=arp_tables[PROXY_HASH]; entry != NULL; entry = entry->next) |
next | 1323 | net/ipv4/arp.c | entry->next = arp_tables[hash]; |
next | 108 | net/ipv4/devinet.c | for (dev = dev_base; dev != NULL; dev = dev->next) |
next | 175 | net/ipv4/devinet.c | for (dev = dev_base; dev != NULL; dev = dev->next) |
next | 194 | net/ipv4/devinet.c | for (dev = dev_base; dev; dev = dev->next) |
next | 204 | net/ipv4/devinet.c | for (dev = dev_base; dev; dev = dev->next) |
next | 224 | net/ipv4/devinet.c | for(dev = dev_base; dev; dev=dev->next) |
next | 400 | net/ipv4/icmp.c | nextip = (struct inet_protocol *) ipprot->next; |
next | 141 | net/ipv4/igmp.c | for(im=dev->ip_mc_list;im!=NULL;im=im->next) |
next | 149 | net/ipv4/igmp.c | for(im=dev->ip_mc_list;im!=NULL;im=im->next) |
next | 260 | net/ipv4/igmp.c | for(i=dev->ip_mc_list;i!=NULL;i=i->next) |
next | 274 | net/ipv4/igmp.c | i->next=dev->ip_mc_list; |
next | 286 | net/ipv4/igmp.c | for(i=&(dev->ip_mc_list);(*i)!=NULL;i=&(*i)->next) |
next | 296 | net/ipv4/igmp.c | *i=(*i)->next; |
next | 313 | net/ipv4/igmp.c | j=i->next; |
next | 326 | net/ipv4/igmp.c | for(i=dev->ip_mc_list;i!=NULL;i=i->next) |
next | 336 | net/ipv4/igmp.c | i->next=dev->ip_mc_list; |
next | 421 | net/ipv4/ip.c | for(qp = ipqueue; qp != NULL; qplast = qp, qp = qp->next) |
next | 457 | net/ipv4/ip.c | ipqueue = qp->next; |
next | 463 | net/ipv4/ip.c | qp->prev->next = qp->next; |
next | 464 | net/ipv4/ip.c | if (qp->next != NULL) |
next | 465 | net/ipv4/ip.c | qp->next->prev = qp->prev; |
next | 473 | net/ipv4/ip.c | xp = fp->next; |
next | 566 | net/ipv4/ip.c | qp->next = ipqueue; |
next | 567 | net/ipv4/ip.c | if (qp->next != NULL) |
next | 568 | net/ipv4/ip.c | qp->next->prev = qp; |
next | 596 | net/ipv4/ip.c | fp = fp->next; |
next | 659 | net/ipv4/ip.c | fp = fp->next; |
next | 682 | net/ipv4/ip.c | struct ipfrag *prev, *next, *tmp; |
next | 763 | net/ipv4/ip.c | for(next = qp->fragments; next != NULL; next = next->next) |
next | 765 | net/ipv4/ip.c | if (next->offset > offset) |
next | 767 | net/ipv4/ip.c | prev = next; |
next | 787 | net/ipv4/ip.c | for(tmp=next; tmp != NULL; tmp = tfp) |
next | 789 | net/ipv4/ip.c | tfp = tmp->next; |
next | 793 | net/ipv4/ip.c | i = end - next->offset; /* overlap is 'i' bytes */ |
next | 804 | net/ipv4/ip.c | tmp->prev->next = tmp->next; |
next | 806 | net/ipv4/ip.c | qp->fragments = tmp->next; |
next | 808 | net/ipv4/ip.c | if (tfp->next != NULL) |
next | 809 | net/ipv4/ip.c | tmp->next->prev = tmp->prev; |
next | 811 | net/ipv4/ip.c | next=tfp; /* We have killed the original next frame */ |
next | 836 | net/ipv4/ip.c | tfp->next = next; |
next | 838 | net/ipv4/ip.c | prev->next = tfp; |
next | 842 | net/ipv4/ip.c | if (next != NULL) |
next | 843 | net/ipv4/ip.c | next->prev = tfp; |
next | 1562 | net/ipv4/ip.c | ip_mc=ip_mc->next; |
next | 1632 | net/ipv4/ip.c | sknext=get_sock_raw(raw_sk->next, iph->protocol, iph->saddr, iph->daddr); |
next | 1658 | net/ipv4/ip.c | for (ipprot = (struct inet_protocol *)inet_protos[hash];ipprot != NULL;ipprot=(struct inet_protocol *)ipprot->next) |
next | 1888 | net/ipv4/ip.c | if (skb->next != NULL) |
next | 1969 | net/ipv4/ip.c | imc=imc->next; |
next | 2032 | net/ipv4/ip.c | for(dev = dev_base; dev; dev = dev->next) |
next | 2038 | net/ipv4/ip.c | for(im = dev->ip_mc_list; im; im = im->next) |
next | 2076 | net/ipv4/ip.c | for(dev = dev_base; dev; dev = dev->next) |
next | 2703 | net/ipv4/ip.c | skb->next = skb->prev = NULL; |
next | 2827 | net/ipv4/ip.c | imc=imc->next; |
next | 507 | net/ipv4/ip_fw.c | if (old==NULL) ip_msq_hosts = ms->next; |
next | 508 | net/ipv4/ip_fw.c | else old->next = ms->next; |
next | 513 | net/ipv4/ip_fw.c | cur=cur->next; |
next | 552 | net/ipv4/ip_fw.c | mst = mst->next; |
next | 557 | net/ipv4/ip_fw.c | ms->next = ip_msq_hosts; |
next | 771 | net/ipv4/ip_fw.c | ms = ms->next; |
next | 918 | net/ipv4/ip_fw.c | ms = ms->next; |
next | 1591 | net/ipv4/ip_fw.c | ms=ms->next; |
next | 126 | net/ipv4/proc.c | sp = sp->next; |
next | 140 | net/ipv4/protocol.c | for (p = inet_protos[hash] ; p != NULL; p=p->next) |
next | 158 | net/ipv4/protocol.c | prot ->next = inet_protos[hash]; |
next | 166 | net/ipv4/protocol.c | p2 = (struct inet_protocol *) prot->next; |
next | 174 | net/ipv4/protocol.c | p2 = (struct inet_protocol *) p2->next; |
next | 191 | net/ipv4/protocol.c | inet_protos[hash] = (struct inet_protocol *) inet_protos[hash]->next; |
next | 203 | net/ipv4/protocol.c | if (p->next != NULL && p->next == prot) |
next | 211 | net/ipv4/protocol.c | p->next = prot->next; |
next | 214 | net/ipv4/protocol.c | if (p->next != NULL && p->next->protocol == prot->protocol) |
next | 217 | net/ipv4/protocol.c | p = (struct inet_protocol *) p->next; |
next | 82 | net/ipv4/rarp.c | struct rarp_table *next; /* Linked entry list */ |
next | 131 | net/ipv4/rarp.c | *pentry = entry->next; |
next | 136 | net/ipv4/rarp.c | pentry = &entry->next; |
next | 156 | net/ipv4/rarp.c | *pentry = entry->next; |
next | 161 | net/ipv4/rarp.c | pentry = &entry->next; |
next | 264 | net/ipv4/rarp.c | for (entry = rarp_tables; entry != NULL; entry = entry->next) |
next | 343 | net/ipv4/rarp.c | for (entry = rarp_tables; entry != NULL; entry = entry->next) |
next | 366 | net/ipv4/rarp.c | entry->next = rarp_tables; |
next | 410 | net/ipv4/rarp.c | for (entry = rarp_tables; entry != NULL; entry = entry->next) |
next | 505 | net/ipv4/rarp.c | for(entry=rarp_tables; entry!=NULL; entry=entry->next) |
next | 584 | net/ipv4/rarp.c | rt_next = rt->next; |
next | 462 | net/ipv4/route.c | for (dev2 = dev_base ; dev2 != NULL ; dev2 = dev2->next) |
next | 567 | net/ipv4/tcp.c | p=p->next; |
next | 1156 | net/ipv4/tcp.c | skb = skb->next; |
next | 1384 | net/ipv4/tcp.c | if (skb->next != NULL) |
next | 1398 | net/ipv4/tcp.c | if (before(sk->window_seq, sk->write_queue.next->h.seq) && |
next | 2288 | net/ipv4/tcp.c | skb = skb->next; |
next | 2587 | net/ipv4/tcp.c | if (buff->next != NULL) |
next | 3421 | net/ipv4/tcp.c | if (skb->next != NULL) |
next | 3525 | net/ipv4/tcp.c | ! before (sk->window_seq, sk->write_queue.next->h.seq)) |
next | 3655 | net/ipv4/tcp.c | if (oskb->next) |
next | 3683 | net/ipv4/tcp.c | if (after (sk->window_seq+1, sk->write_queue.next->h.seq) && |
next | 3686 | net/ipv4/tcp.c | before(sk->write_queue.next->h.seq, sk->rcv_ack_seq + 1)) |
next | 3695 | net/ipv4/tcp.c | else if (before(sk->window_seq, sk->write_queue.next->h.seq) && |
next | 4196 | net/ipv4/tcp.c | for(skb2 = skb->next; |
next | 4198 | net/ipv4/tcp.c | skb2 = skb2->next) |
next | 652 | net/ipv4/udp.c | sknext=get_sock_mcast(sk->next, uh->dest, saddr, uh->source, daddr); |
next | 153 | net/ipx/af_ipx.c | intrfc->if_sklist=s->next; |
next | 158 | net/ipx/af_ipx.c | while(s && s->next) { |
next | 159 | net/ipx/af_ipx.c | if(s->next==sk) { |
next | 160 | net/ipx/af_ipx.c | s->next=sk->next; |
next | 164 | net/ipx/af_ipx.c | s=s->next; |
next | 237 | net/ipx/af_ipx.c | sk->next = NULL; |
next | 241 | net/ipx/af_ipx.c | for (s = intrfc->if_sklist; s->next != NULL; s = s->next) |
next | 243 | net/ipx/af_ipx.c | s->next = sk; |
next | 254 | net/ipx/af_ipx.c | s=s->next) |
next | 279 | net/ipx/af_ipx.c | s = s->next; |
next | 280 | net/ipx/af_ipx.c | t->next = NULL; |
next | 1187 | net/ipx/af_ipx.c | for (s = i->if_sklist; s != NULL; s = s->next) { |
next | 1393 | net/ipx/af_ipx.c | sk->next=NULL; |
next | 84 | net/netrom/af_netrom.c | nr_list = s->next; |
next | 89 | net/netrom/af_netrom.c | while (s != NULL && s->next != NULL) { |
next | 90 | net/netrom/af_netrom.c | if (s->next == sk) { |
next | 91 | net/netrom/af_netrom.c | s->next = sk->next; |
next | 96 | net/netrom/af_netrom.c | s = s->next; |
next | 109 | net/netrom/af_netrom.c | for (s = nr_list; s != NULL; s = s->next) { |
next | 147 | net/netrom/af_netrom.c | sk->next = nr_list; |
next | 165 | net/netrom/af_netrom.c | for (s = nr_list; s != NULL; s = s->next) { |
next | 187 | net/netrom/af_netrom.c | for (s = nr_list; s != NULL; s = s->next) { |
next | 210 | net/netrom/af_netrom.c | for (s = nr_list; s != NULL; s = s->next) { |
next | 451 | net/netrom/af_netrom.c | sk->next = NULL; |
next | 557 | net/netrom/af_netrom.c | sk->next = NULL; |
next | 1355 | net/netrom/af_netrom.c | for (s = nr_list; s != NULL; s = s->next) { |
next | 138 | net/netrom/nr_out.c | unsigned short start, end, next; |
next | 166 | net/netrom/nr_out.c | next = (sk->nr->vs + 1) % NR_MODULUS; |
next | 167 | net/netrom/nr_out.c | last = (next == end); |
next | 174 | net/netrom/nr_out.c | sk->nr->vs = next; |
next | 74 | net/netrom/nr_route.c | for (nr_node = nr_node_list; nr_node != NULL; nr_node = nr_node->next) |
next | 78 | net/netrom/nr_route.c | for (nr_neigh = nr_neigh_list; nr_neigh != NULL; nr_neigh = nr_neigh->next) |
next | 109 | net/netrom/nr_route.c | nr_neigh->next = nr_neigh_list; |
next | 132 | net/netrom/nr_route.c | nr_node->next = nr_node_list; |
next | 233 | net/netrom/nr_route.c | nr_node_list = nr_node->next; |
next | 239 | net/netrom/nr_route.c | while (s != NULL && s->next != NULL) { |
next | 240 | net/netrom/nr_route.c | if (s->next == nr_node) { |
next | 241 | net/netrom/nr_route.c | s->next = nr_node->next; |
next | 247 | net/netrom/nr_route.c | s = s->next; |
next | 262 | net/netrom/nr_route.c | nr_neigh_list = nr_neigh->next; |
next | 270 | net/netrom/nr_route.c | while (s != NULL && s->next != NULL) { |
next | 271 | net/netrom/nr_route.c | if (s->next == nr_neigh) { |
next | 272 | net/netrom/nr_route.c | s->next = nr_neigh->next; |
next | 280 | net/netrom/nr_route.c | s = s->next; |
next | 296 | net/netrom/nr_route.c | for (nr_node = nr_node_list; nr_node != NULL; nr_node = nr_node->next) |
next | 302 | net/netrom/nr_route.c | for (nr_neigh = nr_neigh_list; nr_neigh != NULL; nr_neigh = nr_neigh->next) |
next | 345 | net/netrom/nr_route.c | for (nr_neigh = nr_neigh_list; nr_neigh != NULL; nr_neigh = nr_neigh->next) { |
next | 368 | net/netrom/nr_route.c | nr_neigh->next = nr_neigh_list; |
next | 384 | net/netrom/nr_route.c | for (nr_neigh = nr_neigh_list; nr_neigh != NULL; nr_neigh = nr_neigh->next) |
next | 414 | net/netrom/nr_route.c | nr_node = nr_node->next; |
next | 427 | net/netrom/nr_route.c | nr_neigh = nr_neigh->next; |
next | 476 | net/netrom/nr_route.c | nr_neigh = nr_neigh->next; |
next | 483 | net/netrom/nr_route.c | nr_node = nr_node->next; |
next | 538 | net/netrom/nr_route.c | for (dev = dev_base; dev != NULL; dev = dev->next) |
next | 553 | net/netrom/nr_route.c | for (dev = dev_base; dev != NULL; dev = dev->next) |
next | 632 | net/netrom/nr_route.c | for (nr_neigh = nr_neigh_list; nr_neigh != NULL; nr_neigh = nr_neigh->next) |
next | 638 | net/netrom/nr_route.c | for (nr_node = nr_node_list; nr_node != NULL; nr_node = nr_node->next) |
next | 671 | net/netrom/nr_route.c | for (nr_node = nr_node_list; nr_node != NULL; nr_node = nr_node->next) |
next | 678 | net/netrom/nr_route.c | for (nr_neigh = nr_neigh_list; nr_neigh != NULL; nr_neigh = nr_neigh->next) |
next | 709 | net/netrom/nr_route.c | for (nr_node = nr_node_list; nr_node != NULL; nr_node = nr_node->next) { |
next | 758 | net/netrom/nr_route.c | for (nr_neigh = nr_neigh_list; nr_neigh != NULL; nr_neigh = nr_neigh->next) { |
next | 57 | net/netrom/nr_timer.c | sk->timer.next = sk->timer.prev = NULL; |
next | 254 | net/socket.c | sock->next = NULL; |
next | 287 | net/socket.c | nextsock = peersock->next; |
next | 77 | net/unix/af_unix.c | unix_socket_list=s->next; |
next | 81 | net/unix/af_unix.c | while(s && s->next) |
next | 83 | net/unix/af_unix.c | if(s->next==sk) |
next | 85 | net/unix/af_unix.c | s->next=sk->next; |
next | 89 | net/unix/af_unix.c | s=s->next; |
next | 97 | net/unix/af_unix.c | sk->next=unix_socket_list; |
next | 114 | net/unix/af_unix.c | s=s->next; |
next | 290 | net/unix/af_unix.c | sk->next=NULL; |
next | 1000 | net/unix/af_unix.c | s=s->next; |