tag | line | file | source code |
next | 297 | arch/alpha/kernel/bios32.c | for (child = bus->children; child; child = child->next) { |
next | 356 | arch/alpha/kernel/bios32.c | for (dev = pci_devices; dev; dev = dev->next) { |
next | 380 | arch/alpha/kernel/bios32.c | for (dev = pci_devices; dev; dev = dev->next) { |
next | 452 | arch/alpha/kernel/bios32.c | for (dev = pci_devices; dev; dev = dev->next) { |
next | 660 | arch/alpha/kernel/bios32.c | for (dev = pci_devices; dev; dev = dev->next) { |
next | 413 | arch/ppc/mm/init.c | struct item *next; |
next | 432 | arch/ppc/mm/init.c | if (hdr->next == (struct item *)NULL) |
next | 434 | arch/ppc/mm/init.c | elem->next = (struct item *)NULL; |
next | 437 | arch/ppc/mm/init.c | elem->next = hdr->next; |
next | 439 | arch/ppc/mm/init.c | hdr->next = elem; |
next | 446 | arch/ppc/mm/init.c | if ((item = hdr->next) != (struct item *)NULL) |
next | 448 | arch/ppc/mm/init.c | item = hdr->next; |
next | 449 | arch/ppc/mm/init.c | hdr->next = item->next; |
next | 473 | arch/ppc/mm/init.c | _free_pages.next = (struct item *)NULL; |
next | 165 | arch/sparc/mm/sun4c.c | entry->next = head; |
next | 166 | arch/sparc/mm/sun4c.c | (entry->prev = head->prev)->next = entry; |
next | 175 | arch/sparc/mm/sun4c.c | entry->next->prev = entry->prev; |
next | 176 | arch/sparc/mm/sun4c.c | entry->prev->next = entry->next; |
next | 200 | arch/sparc/mm/sun4c.c | s4cpseg_free.prev = s4cpseg_free.next = &s4cpseg_free; |
next | 201 | arch/sparc/mm/sun4c.c | s4cpseg_used.prev = s4cpseg_used.next = &s4cpseg_used; |
next | 202 | arch/sparc/mm/sun4c.c | s4cpseg_locked.prev = s4cpseg_locked.next = &s4cpseg_locked; |
next | 489 | arch/sparc/mm/sun4c.c | ctxp = ctx_free.next; |
next | 635 | arch/sparc/mm/sun4c.c | psegp = s4cpseg_free.next; |
next | 730 | arch/sparc/mm/sun4c.c | plp = s4cpseg_free.next; |
next | 735 | arch/sparc/mm/sun4c.c | plp = plp->next; |
next | 744 | arch/sparc/mm/sun4c.c | psegp = s4cpseg_free.next; |
next | 941 | arch/sparc/mm/sun4c.c | ctx_free.next = ctx_free.prev = &ctx_free; |
next | 942 | arch/sparc/mm/sun4c.c | ctx_used.next = ctx_used.prev = &ctx_used; |
next | 2819 | drivers/block/floppy.c | if (raw_cmd->next && |
next | 2824 | drivers/block/floppy.c | raw_cmd = raw_cmd->next; |
next | 2867 | drivers/block/floppy.c | ptr = ptr->next; |
next | 2875 | drivers/block/floppy.c | struct floppy_raw_cmd *next,*this; |
next | 2885 | drivers/block/floppy.c | next = this->next; |
next | 2887 | drivers/block/floppy.c | this = next; |
next | 2916 | drivers/block/floppy.c | ptr->next = 0; |
next | 2924 | drivers/block/floppy.c | ptr->next = 0; |
next | 2950 | drivers/block/floppy.c | rcmd = & (ptr->next); |
next | 4004 | drivers/block/floppy.c | if (motor_off_timer[drive].next) |
next | 4007 | drivers/block/floppy.c | if (fd_timeout.next) |
next | 4009 | drivers/block/floppy.c | if (fd_timer.next) |
next | 587 | drivers/block/genhd.c | for (p = gendisk_head ; p ; p=p->next) { |
next | 1058 | drivers/block/hd.c | hd_gendisk.next = gendisk_head; |
next | 1745 | drivers/block/ide-tape.c | blk_dev[MAJOR(rq->rq_dev)].current_request = rq->next; |
next | 1932 | drivers/block/ide-tape.c | if (bdev->current_request->next == NULL) { |
next | 2940 | drivers/block/ide-tape.c | if (rq->next != NULL && rq->rq_dev != rq->next->rq_dev) |
next | 2941 | drivers/block/ide-tape.c | bdev->current_request=rq->next; |
next | 4286 | drivers/block/ide-tape.c | new_stage->next=new_stage->prev=NULL; |
next | 4297 | drivers/block/ide-tape.c | new_stage->bh->next=NULL; |
next | 4311 | drivers/block/ide-tape.c | bh->next=NULL; |
next | 4312 | drivers/block/ide-tape.c | prev_bh->next=bh; |
next | 4346 | drivers/block/ide-tape.c | bh=bh->next; |
next | 4386 | drivers/block/ide-tape.c | bh=bh->next; |
next | 4424 | drivers/block/ide-tape.c | bh=bh->next; |
next | 4475 | drivers/block/ide-tape.c | stage->next=NULL; |
next | 4478 | drivers/block/ide-tape.c | tape->last_stage->next=stage; |
next | 4513 | drivers/block/ide-tape.c | tape->first_stage=stage->next; |
next | 4573 | drivers/block/ide-tape.c | tape->next_stage=stage->next; |
next | 336 | drivers/block/ide-tape.h | struct idetape_buffer_head_s *next; |
next | 349 | drivers/block/ide-tape.h | struct idetape_pipeline_stage_s *next,*prev; /* Pointers to the next and previous stages */ |
next | 563 | drivers/block/ide.c | gd->next = gendisk_head; /* link new major into list */ |
next | 756 | drivers/block/ide.c | blk_dev[MAJOR(rq->rq_dev)].current_request = rq->next; |
next | 1124 | drivers/block/ide.c | next: |
next | 1147 | drivers/block/ide.c | goto next; |
next | 1424 | drivers/block/ide.c | } while ((hwif = hwif->next) != hwgroup->hwif); |
next | 1451 | drivers/block/ide.c | } while ((hwif = hwif->next) != hgif); |
next | 1455 | drivers/block/ide.c | } while ((hwif = hwif->next) != hgif); |
next | 1554 | drivers/block/ide.c | } while ((hwif = hwif->next) != hwgroup->hwif); |
next | 1627 | drivers/block/ide.c | rq->next = NULL; |
next | 1681 | drivers/block/ide.c | rq->next = cur_rq; |
next | 1692 | drivers/block/ide.c | while (cur_rq->next != NULL) /* find end of list */ |
next | 1693 | drivers/block/ide.c | cur_rq = cur_rq->next; |
next | 1695 | drivers/block/ide.c | rq->next = cur_rq->next; |
next | 1696 | drivers/block/ide.c | cur_rq->next = rq; |
next | 2904 | drivers/block/ide.c | hwgroup->hwif = hwif->next = hwif; |
next | 2913 | drivers/block/ide.c | hwif->next = hwgroup->hwif->next; |
next | 2914 | drivers/block/ide.c | hwgroup->hwif->next = hwif; |
next | 391 | drivers/block/ide.h | struct hwif_s *next; /* for linked-list in ide_hwgroup_t */ |
next | 94 | drivers/block/ll_rw_blk.c | plug->next = NULL; |
next | 114 | drivers/block/ll_rw_blk.c | dev->current_request = req->next; |
next | 258 | drivers/block/ll_rw_blk.c | req->next = NULL; |
next | 268 | drivers/block/ll_rw_blk.c | for ( ; tmp->next ; tmp = tmp->next) { |
next | 270 | drivers/block/ll_rw_blk.c | !IN_ORDER(tmp,tmp->next)) && |
next | 271 | drivers/block/ll_rw_blk.c | IN_ORDER(req,tmp->next)) |
next | 274 | drivers/block/ll_rw_blk.c | req->next = tmp->next; |
next | 275 | drivers/block/ll_rw_blk.c | tmp->next = req; |
next | 356 | drivers/block/ll_rw_blk.c | req = req->next; |
next | 389 | drivers/block/ll_rw_blk.c | req = req->next; |
next | 416 | drivers/block/ll_rw_blk.c | req->next = NULL; |
next | 582 | drivers/block/ll_rw_blk.c | req[j]->next = NULL; |
next | 605 | drivers/block/ll_rw_blk.c | req->next = NULL; |
next | 126 | drivers/block/xd.c | xd_gendisk.next = gendisk_head; |
next | 1842 | drivers/cdrom/aztcd.c | { DiskInfo.lastSession.min = Toc[DiskInfo.next].diskTime.min; |
next | 1843 | drivers/cdrom/aztcd.c | DiskInfo.lastSession.sec = Toc[DiskInfo.next].diskTime.sec; |
next | 1844 | drivers/cdrom/aztcd.c | DiskInfo.lastSession.frame= Toc[DiskInfo.next].diskTime.frame; |
next | 1960 | drivers/cdrom/aztcd.c | { DiskInfo.next = qInfo.diskTime.min; |
next | 1961 | drivers/cdrom/aztcd.c | DiskInfo.next = azt_bcd2bin(DiskInfo.next); |
next | 1975 | drivers/cdrom/aztcd.c | if ((qInfo.pointIndex==DiskInfo.next)&&(test&0x01)) /*StartTime of Next Track*/ |
next | 1986 | drivers/cdrom/aztcd.c | DiskInfo.next, |
next | 2029 | drivers/cdrom/aztcd.c | { for (i = DiskInfo.next; i < MAX_TRACKS; i++) |
next | 2031 | drivers/cdrom/aztcd.c | i = DiskInfo.last + 4 - DiskInfo.next; |
next | 1516 | drivers/cdrom/cdu31a.c | if (cdu31a_abort_timer.next != NULL) |
next | 3137 | drivers/cdrom/cdu31a.c | cdu31a_abort_timer.next = NULL; |
next | 720 | drivers/cdrom/optcd.c | unsigned char next; |
next | 834 | drivers/cdrom/optcd.c | disk_info.next = toc[QINFO_FIRSTTRACK].cdsc_absaddr.msf.minute; |
next | 836 | drivers/cdrom/optcd.c | toc[disk_info.next].cdsc_absaddr.msf.minute; |
next | 838 | drivers/cdrom/optcd.c | toc[disk_info.next].cdsc_absaddr.msf.second; |
next | 840 | drivers/cdrom/optcd.c | toc[disk_info.next].cdsc_absaddr.msf.frame; |
next | 346 | drivers/char/apm_bios.c | struct callback_list_t * next; |
next | 501 | drivers/char/apm_bios.c | new->next = callback_list; |
next | 512 | drivers/char/apm_bios.c | for (ptr = &callback_list; *ptr != NULL; ptr = &(*ptr)->next) |
next | 516 | drivers/char/apm_bios.c | *ptr = old->next; |
next | 537 | drivers/char/apm_bios.c | for (as = user_list; as != NULL; as = as->next) { |
next | 625 | drivers/char/apm_bios.c | for (call = callback_list; call != NULL; call = call->next) { |
next | 627 | drivers/char/apm_bios.c | for (fix = callback_list; fix != call; fix = fix->next) |
next | 868 | drivers/char/apm_bios.c | user_list = as->next; |
next | 873 | drivers/char/apm_bios.c | (as1 != NULL) && (as1->next != as); |
next | 874 | drivers/char/apm_bios.c | as1 = as1->next) |
next | 879 | drivers/char/apm_bios.c | as1->next = as->next; |
next | 898 | drivers/char/apm_bios.c | as->next = user_list; |
next | 47 | drivers/char/mouse.c | struct mouse *c = mouse_list.next; |
next | 55 | drivers/char/mouse.c | c = c->next; |
next | 77 | drivers/char/mouse.c | if (mouse->next || mouse->prev) |
next | 80 | drivers/char/mouse.c | mouse->next = &mouse_list; |
next | 82 | drivers/char/mouse.c | mouse->prev->next = mouse; |
next | 83 | drivers/char/mouse.c | mouse->next->prev = mouse; |
next | 89 | drivers/char/mouse.c | if (!mouse->next || !mouse->prev) |
next | 92 | drivers/char/mouse.c | mouse->prev->next = mouse->next; |
next | 93 | drivers/char/mouse.c | mouse->next->prev = mouse->prev; |
next | 94 | drivers/char/mouse.c | mouse->next = NULL; |
next | 379 | drivers/char/scc.c | buffer->next = buffer->prev = NULLBUF; |
next | 387 | drivers/char/scc.c | anchor->next = anchor->prev = buffer; |
next | 388 | drivers/char/scc.c | buffer->next = buffer->prev = anchor; |
next | 391 | drivers/char/scc.c | if (anchor->next == NULLBUF) /* this has to be an error. Okay, make the best out of it */ |
next | 394 | drivers/char/scc.c | anchor->next = anchor->prev = buffer; |
next | 395 | drivers/char/scc.c | buffer->next = buffer->prev = anchor; |
next | 400 | drivers/char/scc.c | buffer->next = anchor; |
next | 401 | drivers/char/scc.c | anchor->prev->next = buffer; |
next | 438 | drivers/char/scc.c | if (buffer->next == NULLBUF) |
next | 443 | drivers/char/scc.c | if (buffer->prev->next == buffer->prev->prev) |
next | 445 | drivers/char/scc.c | buffer->next->prev = NULLBUF; |
next | 446 | drivers/char/scc.c | buffer->next->next = NULLBUF; |
next | 448 | drivers/char/scc.c | buffer->next->prev = buffer->prev; |
next | 449 | drivers/char/scc.c | buffer->prev->next = buffer->next; |
next | 453 | drivers/char/scc.c | else if (buffer->next != NULLBUF) |
next | 456 | drivers/char/scc.c | *queue = buffer->next; /* new head of chain */ |
next | 458 | drivers/char/scc.c | buffer->next = NULLBUF; /* for securety only... */ |
next | 1055 | drivers/char/scc.c | if (scc->rx_t.next) |
next | 1199 | drivers/char/scc.c | if (scc->rx_t.next) del_timer(&(scc->rx_t)); |
next | 1200 | drivers/char/scc.c | if (scc->tx_t.next) del_timer(&(scc->tx_t)); |
next | 1568 | drivers/char/scc.c | if (scc->tx_t.next) |
next | 543 | drivers/char/serial.c | goto next; |
next | 559 | drivers/char/serial.c | next: |
next | 659 | drivers/char/serial.c | goto next; |
next | 673 | drivers/char/serial.c | next: |
next | 280 | drivers/char/tty_io.c | for (p = tty_drivers; p; p = p->next) { |
next | 1131 | drivers/char/tty_io.c | for (tq=tq_timer, prev=0; tq; prev=tq, tq=tq->next) { |
next | 1134 | drivers/char/tty_io.c | prev->next = tq->next; |
next | 1136 | drivers/char/tty_io.c | tq_timer = tq->next; |
next | 1741 | drivers/char/tty_io.c | driver->next = tty_drivers; |
next | 1760 | drivers/char/tty_io.c | for (p = tty_drivers; p; p = p->next) { |
next | 1775 | drivers/char/tty_io.c | driver->prev->next = driver->next; |
next | 1777 | drivers/char/tty_io.c | tty_drivers = driver->next; |
next | 1779 | drivers/char/tty_io.c | if (driver->next) |
next | 1780 | drivers/char/tty_io.c | driver->next->prev = driver->prev; |
next | 1194 | drivers/net/3c505.c | dmi=dmi->next; |
next | 450 | drivers/net/8390.c | if (rx_frame.next != next_frame |
next | 451 | drivers/net/8390.c | && rx_frame.next != next_frame + 1 |
next | 452 | drivers/net/8390.c | && rx_frame.next != next_frame - num_rx_pages |
next | 453 | drivers/net/8390.c | && rx_frame.next != next_frame + 1 - num_rx_pages) { |
next | 464 | drivers/net/8390.c | rx_frame.next); |
next | 489 | drivers/net/8390.c | dev->name, rx_frame.status, rx_frame.next, |
next | 494 | drivers/net/8390.c | next_frame = rx_frame.next; |
next | 23 | drivers/net/8390.h | unsigned char next; /* pointer to next packet. */ |
next | 91 | drivers/net/apricot.c | struct i596_cmd *next; |
next | 100 | drivers/net/apricot.c | struct i596_tbd *next; |
next | 114 | drivers/net/apricot.c | struct i596_rfd *next; |
next | 222 | drivers/net/apricot.c | rfd->next = lp->scb.rfd; |
next | 227 | drivers/net/apricot.c | lp->rx_tail->next = lp->scb.rfd; |
next | 238 | drivers/net/apricot.c | lp->rx_tail->next = (struct i596_rfd *)I596_NULL; |
next | 242 | drivers/net/apricot.c | lp->scb.rfd = rfd->next; |
next | 375 | drivers/net/apricot.c | lp->scb.rfd = lp->scb.rfd->next; |
next | 398 | drivers/net/apricot.c | lp->cmd_head = lp->cmd_head->next; |
next | 413 | drivers/net/apricot.c | ptr->next = (struct i596_cmd * ) I596_NULL; |
next | 421 | 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 | 493 | drivers/net/apricot.c | cmd->next = (struct i596_cmd *) I596_NULL; |
next | 498 | drivers/net/apricot.c | lp->cmd_tail->next = cmd; |
next | 637 | drivers/net/apricot.c | tx_cmd->tbd->next = (struct i596_tbd *) I596_NULL; |
next | 796 | drivers/net/apricot.c | lp->cmd_head = lp->cmd_head->next; |
next | 823 | drivers/net/apricot.c | ptr->next = (struct i596_cmd * ) I596_NULL; |
next | 831 | drivers/net/apricot.c | ptr->next = (struct i596_cmd * ) I596_NULL; |
next | 857 | drivers/net/apricot.c | ptr->next = (struct i596_cmd * ) I596_NULL; |
next | 867 | drivers/net/apricot.c | ptr = ptr->next; |
next | 978 | drivers/net/apricot.c | for(dmi=dev->mc_list;dmi!=NULL;dmi=dmi->next) |
next | 988 | drivers/net/apricot.c | if (lp->set_conf.next != (struct i596_cmd * ) I596_NULL) |
next | 338 | drivers/net/de4x5.c | u32 next; |
next | 513 | drivers/net/de4x5.c | for (; (dev->priv == NULL) && (dev->next != NULL); dev = dev->next); |
next | 632 | drivers/net/de4x5.c | lp->rx_ring[i].next = (u32)NULL; |
next | 1442 | drivers/net/de4x5.c | dmi=dmi->next; |
next | 1466 | drivers/net/de4x5.c | dmi=dmi->next; |
next | 1643 | drivers/net/de4x5.c | while (dev->next != NULL) { |
next | 1645 | drivers/net/de4x5.c | dev = dev->next; /* walk through eth device list */ |
next | 1655 | drivers/net/de4x5.c | tmp = dev->next; /* point to the next device */ |
next | 1663 | drivers/net/de4x5.c | if ((dev->next == NULL) && |
next | 1665 | drivers/net/de4x5.c | dev->next = (struct device *)kmalloc(sizeof(struct device) + 8, |
next | 1668 | drivers/net/de4x5.c | dev = dev->next; /* point to the new device */ |
next | 1685 | drivers/net/de4x5.c | dev->next = NULL; /* mark the end of list */ |
next | 1698 | drivers/net/de4x5.c | for (; (tmp->next!=NULL) && (tmp->base_addr!=DE4X5_NDA); tmp=tmp->next); |
next | 1704 | drivers/net/de4x5.c | if ((tmp->next == NULL) && !(tmp->base_addr == DE4X5_NDA)) { |
next | 1705 | drivers/net/de4x5.c | tmp->next = (struct device *)kmalloc(sizeof(struct device) + 8, |
next | 1707 | drivers/net/de4x5.c | tmp = tmp->next; /* point to the new device */ |
next | 1724 | drivers/net/de4x5.c | tmp->next = NULL; /* mark the end of list */ |
next | 460 | drivers/net/depca.c | for (; (dev->priv == NULL) && (dev->next != NULL); dev = dev->next); |
next | 1181 | drivers/net/depca.c | dmi=dmi->next; |
next | 1301 | drivers/net/depca.c | while (dev->next != NULL) { |
next | 1303 | drivers/net/depca.c | dev = dev->next; /* walk through eth device list */ |
next | 1313 | drivers/net/depca.c | tmp = dev->next; /* point to the next device */ |
next | 1321 | drivers/net/depca.c | if ((dev->next == NULL) && |
next | 1323 | drivers/net/depca.c | dev->next = (struct device *)kmalloc(sizeof(struct device) + 8, |
next | 1326 | drivers/net/depca.c | dev = dev->next; /* point to the new device */ |
next | 1343 | drivers/net/depca.c | dev->next = NULL; /* mark the end of list */ |
next | 1356 | drivers/net/depca.c | for (;(tmp->next!=NULL) && (tmp->base_addr!=DEPCA_NDA); tmp=tmp->next); |
next | 1362 | drivers/net/depca.c | if ((tmp->next == NULL) && !(tmp->base_addr == DEPCA_NDA)) { |
next | 1363 | drivers/net/depca.c | tmp->next = (struct device *)kmalloc(sizeof(struct device) + 8, |
next | 1365 | drivers/net/depca.c | tmp = tmp->next; /* point to the new device */ |
next | 1382 | drivers/net/depca.c | tmp->next = NULL; /* mark the end of list */ |
next | 832 | drivers/net/eepro.c | dmi=dmi->next; |
next | 717 | drivers/net/eql.c | head_slave->next = tail_slave; |
next | 718 | drivers/net/eql.c | tail_slave->next = 0; |
next | 747 | drivers/net/eql.c | zapped = eql_remove_slave (queue, queue->head->next); |
next | 750 | drivers/net/eql.c | kfree (queue->head->next); |
next | 769 | drivers/net/eql.c | slave->next = queue->head->next; |
next | 770 | drivers/net/eql.c | queue->head->next = slave; |
next | 788 | drivers/net/eql.c | curr = queue->head->next; |
next | 794 | drivers/net/eql.c | curr = curr->next; |
next | 799 | drivers/net/eql.c | prev->next = curr->next; |
next | 822 | drivers/net/eql.c | slave->next = queue->head->next; |
next | 823 | drivers/net/eql.c | queue->head->next = slave; |
next | 845 | drivers/net/eql.c | curr = prev->next; |
next | 849 | drivers/net/eql.c | curr = curr->next; |
next | 851 | drivers/net/eql.c | prev->next = curr->next; |
next | 978 | drivers/net/eql.c | slave = slave->next; |
next | 986 | drivers/net/eql.c | return queue->head->next; |
next | 992 | drivers/net/eql.c | return slave->next; |
next | 364 | drivers/net/ewrk3.c | for (; (dev->priv == NULL) && (dev->next != NULL); dev = dev->next); |
next | 1253 | drivers/net/ewrk3.c | dmi=dmi->next; |
next | 1381 | drivers/net/ewrk3.c | while (dev->next != NULL) { |
next | 1383 | drivers/net/ewrk3.c | dev = dev->next; /* walk through eth device list */ |
next | 1393 | drivers/net/ewrk3.c | tmp = dev->next; /* point to the next device */ |
next | 1401 | drivers/net/ewrk3.c | if ((dev->next == NULL) && |
next | 1403 | drivers/net/ewrk3.c | dev->next = (struct device *)kmalloc(sizeof(struct device) + 8, |
next | 1406 | drivers/net/ewrk3.c | dev = dev->next; /* point to the new device */ |
next | 1423 | drivers/net/ewrk3.c | dev->next = NULL; /* mark the end of list */ |
next | 1436 | drivers/net/ewrk3.c | for (;(tmp->next!=NULL) && (tmp->base_addr!=EWRK3_NDA); tmp=tmp->next); |
next | 1442 | drivers/net/ewrk3.c | if ((tmp->next == NULL) && !(tmp->base_addr == EWRK3_NDA)) { |
next | 1443 | drivers/net/ewrk3.c | tmp->next = (struct device *)kmalloc(sizeof(struct device) + 8, |
next | 1445 | drivers/net/ewrk3.c | tmp = tmp->next; /* point to the new device */ |
next | 1462 | drivers/net/ewrk3.c | tmp->next = NULL; /* mark the end of list */ |
next | 720 | drivers/net/ibmtr.c | tr_timer.next=tr_timer.prev=NULL; |
next | 735 | drivers/net/ibmtr.c | tr_timer.next=tr_timer.prev=NULL; |
next | 817 | drivers/net/ibmtr.c | tr_timer.next=tr_timer.prev=NULL; |
next | 89 | drivers/net/net_init.c | for (cur_dev = dev_base; cur_dev; cur_dev = cur_dev->next) |
next | 129 | drivers/net/net_init.c | while ((*old_devp)->next) |
next | 130 | drivers/net/net_init.c | old_devp = & (*old_devp)->next; |
next | 131 | drivers/net/net_init.c | (*old_devp)->next = dev; |
next | 132 | drivers/net/net_init.c | dev->next = 0; |
next | 271 | drivers/net/net_init.c | while (d->next) |
next | 272 | drivers/net/net_init.c | d = d->next; |
next | 273 | drivers/net/net_init.c | d->next = dev; |
next | 277 | drivers/net/net_init.c | dev->next = NULL; |
next | 324 | drivers/net/net_init.c | dev_base = dev->next; |
next | 327 | drivers/net/net_init.c | while (d && (d->next != dev)) |
next | 328 | drivers/net/net_init.c | d = d->next; |
next | 330 | drivers/net/net_init.c | if (d && (d->next == dev)) |
next | 332 | drivers/net/net_init.c | d->next = dev->next; |
next | 633 | drivers/net/ni52.c | dmi=dmi->next; |
next | 666 | drivers/net/ni52.c | p->xmit_buffs[i]->next = 0xffff; |
next | 708 | drivers/net/ni52.c | rfd[i].next = make16(rfd + (i+1) % p->num_recv_buffs); |
next | 721 | drivers/net/ni52.c | rbd[i].next = make16((rbd + (i+1) % p->num_recv_buffs)); |
next | 846 | 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 | 125 | drivers/net/pi2.c | struct mbuf *next; |
next | 1476 | drivers/net/pi2.c | scc_init(dev->next); |
next | 293 | drivers/net/plip.c | nl->immediate.next = &tq_last; |
next | 298 | drivers/net/plip.c | nl->deferred.next = &tq_last; |
next | 269 | drivers/net/ppp.c | struct ppp_ctrl *next; /* Next structure in the list */ |
next | 3326 | drivers/net/ppp.c | ctl = ctl->next; |
next | 3346 | drivers/net/ppp.c | dev->next = NULL; |
next | 3355 | drivers/net/ppp.c | ctl->next = ppp_list; |
next | 3442 | drivers/net/ppp.c | struct compressor_link *next; |
next | 3462 | drivers/net/ppp.c | lnk = lnk->next; |
next | 3488 | drivers/net/ppp.c | new->next = ppp_compressors; |
next | 3509 | drivers/net/ppp.c | prev->next = lnk->next; |
next | 3511 | drivers/net/ppp.c | ppp_compressors = lnk->next; |
next | 3516 | drivers/net/ppp.c | lnk = lnk->next; |
next | 3566 | drivers/net/ppp.c | ctl = ctl->next; |
next | 3597 | drivers/net/ppp.c | next_ctl = ctl->next; |
next | 98 | drivers/net/pt.c | struct mbuf *next; |
next | 949 | drivers/net/pt.c | scc_init(dev->next); |
next | 128 | drivers/net/seeq8005.h | unsigned short next; /* address of next packet header */ |
next | 2048 | drivers/net/sk_g16.c | (int) dev->next, (int) dev->init); |
next | 154 | drivers/net/slhc.c | ts[i].next = &(ts[i - 1]); |
next | 156 | drivers/net/slhc.c | ts[0].next = &(ts[comp->tslot_limit]); |
next | 245 | drivers/net/slhc.c | register struct cstate *cs = lcs->next; |
next | 305 | drivers/net/slhc.c | cs = cs->next; |
next | 332 | drivers/net/slhc.c | lcs->next = cs->next; |
next | 333 | drivers/net/slhc.c | cs->next = ocs->next; |
next | 334 | drivers/net/slhc.c | ocs->next = cs; |
next | 126 | drivers/net/slhc.h | struct cstate *next; /* next in ring (xmit) */ |
next | 152 | drivers/net/slip.c | slp->dev.next = NULL; |
next | 708 | drivers/net/tulip.c | dmi=dmi->next; |
next | 67 | drivers/net/wavelan.c | net_local *next; |
next | 1022 | drivers/net/wavelan.c | lp->next = lp; |
next | 1027 | drivers/net/wavelan.c | lp->next = first_wavelan; |
next | 1028 | drivers/net/wavelan.c | first_wavelan->prev->next = lp; |
next | 1365 | drivers/net/wavelan.c | if (lp->watchdog.next == (timer_list *)0) |
next | 2155 | drivers/net/wavelan.c | while ((lp = lp->next) != first_wavelan); |
next | 694 | drivers/pci/pci.c | for (dev = pci_devices; dev; dev = dev->next) { |
next | 760 | drivers/pci/pci.c | dev->next = pci_devices; |
next | 819 | drivers/pci/pci.c | child->next = bus->children; |
next | 667 | drivers/scsi/53c7,8xx.c | for (h = first_host; h && h->host_no != host; h = h->next); |
next | 1114 | drivers/scsi/53c7,8xx.c | search->irq == host->irq && search != host); search=search->next); |
next | 1331 | drivers/scsi/53c7,8xx.c | hostdata->free->next = NULL; |
next | 2142 | drivers/scsi/53c7,8xx.c | volatile u32 * next = (u32 *) |
next | 2144 | drivers/scsi/53c7,8xx.c | *ncr_prev = *next; |
next | 2158 | drivers/scsi/53c7,8xx.c | linux_prev = &(linux_search->next), |
next | 2159 | drivers/scsi/53c7,8xx.c | linux_search = linux_search->next, --left); |
next | 2165 | drivers/scsi/53c7,8xx.c | *linux_prev = linux_search->next; |
next | 2170 | drivers/scsi/53c7,8xx.c | cmd->next = hostdata->free; |
next | 2217 | drivers/scsi/53c7,8xx.c | bp = bp->next); |
next | 3070 | drivers/scsi/53c7,8xx.c | bp; prev = (struct NCR53c7x0_break **) &(bp->next), |
next | 3071 | drivers/scsi/53c7,8xx.c | bp = (struct NCR53c7x0_break *) bp->next); |
next | 3085 | drivers/scsi/53c7,8xx.c | *prev = bp->next; |
next | 3114 | drivers/scsi/53c7,8xx.c | bp; bp = (struct NCR53c7x0_break *) bp->next); { |
next | 3161 | drivers/scsi/53c7,8xx.c | bp->next = hostdata->breakpoints; |
next | 3162 | drivers/scsi/53c7,8xx.c | hostdata->breakpoints = bp->next; |
next | 3186 | drivers/scsi/53c7,8xx.c | (host->hostt == the_template); --dev, host = host->next) |
next | 3454 | drivers/scsi/53c7,8xx.c | tmp->next = hostdata->free; |
next | 3462 | drivers/scsi/53c7,8xx.c | hostdata->free = tmp->next; |
next | 3606 | drivers/scsi/53c7,8xx.c | tmp->next = NULL; |
next | 3969 | drivers/scsi/53c7,8xx.c | cmd->next = (struct NCR53c7x0_cmd *) hostdata->free; |
next | 3982 | drivers/scsi/53c7,8xx.c | cmd->next = hostdata->running_list; |
next | 3999 | drivers/scsi/53c7,8xx.c | cmd->next = (struct NCR53c7x0_cmd *) hostdata->free; |
next | 4080 | drivers/scsi/53c7,8xx.c | host = host->next) { |
next | 4089 | drivers/scsi/53c7,8xx.c | ((struct NCR53c7x0_cmd *)tmp->host_scribble)->next = |
next | 4359 | drivers/scsi/53c7,8xx.c | for (host = first_host; host; host = host->next) |
next | 4417 | drivers/scsi/53c7,8xx.c | cmd_prev_ptr = (struct NCR53c7x0_cmd **) &(cmd->next), |
next | 4418 | drivers/scsi/53c7,8xx.c | cmd = (struct NCR53c7x0_cmd *) cmd->next) { |
next | 4444 | drivers/scsi/53c7,8xx.c | *cmd_prev_ptr = (struct NCR53c7x0_cmd *) cmd->next; |
next | 4447 | drivers/scsi/53c7,8xx.c | cmd->next = hostdata->free; |
next | 4511 | drivers/scsi/53c7,8xx.c | cmd = (struct NCR53c7x0_cmd *)(cmd->next)); |
next | 5492 | drivers/scsi/53c7,8xx.c | ((struct NCR53c7x0_cmd *)me->host_scribble)->next = hostdata->free; |
next | 5513 | drivers/scsi/53c7,8xx.c | &(curr->next), curr = (struct NCR53c7x0_cmd *) curr->next); |
next | 5518 | drivers/scsi/53c7,8xx.c | *prev = (struct NCR53c7x0_cmd *) curr->next; |
next | 5519 | drivers/scsi/53c7,8xx.c | curr->next = (struct NCR53c7x0_cmd *) hostdata->free; |
next | 5542 | drivers/scsi/53c7,8xx.c | curr->next = hostdata->free; |
next | 5630 | drivers/scsi/53c7,8xx.c | c->next = hostdata->free; |
next | 6096 | drivers/scsi/53c7,8xx.c | c = (struct NCR53c7x0_cmd *) c->next) { |
next | 6108 | drivers/scsi/53c7,8xx.c | c->next = hostdata->free; |
next | 6123 | drivers/scsi/53c7,8xx.c | for (tmp = (Scsi_Cmnd *) hostdata->issue_queue; tmp; tmp = tmp->next) { |
next | 6350 | drivers/scsi/53c7,8xx.c | for (irq_count = 0, tmp = first_host; tmp; tmp = tmp->next) |
next | 6363 | drivers/scsi/53c7,8xx.c | tmp = (struct NCR53c7x0_cmd *) cmd->next; |
next | 6368 | drivers/scsi/53c7,8xx.c | cmd->next = NULL; |
next | 1111 | drivers/scsi/53c7,8xx.h | volatile struct NCR53c7x0_cmd *next; /* Linux maintained lists (free, |
next | 1166 | drivers/scsi/53c7,8xx.h | struct NCR53c7x0_break *next; |
next | 657 | drivers/scsi/AM53C974.c | search = search->next); |
next | 879 | drivers/scsi/AM53C974.c | instance = instance->next) { |
next | 936 | drivers/scsi/AM53C974.c | for (instance = first_instance; instance; instance = instance->next) |
next | 1002 | drivers/scsi/NCR5380.c | instance->hostt == the_template; instance=instance->next) { |
next | 1137 | drivers/scsi/NCR5380.c | the_template); instance = instance->next) |
next | 1171 | drivers/scsi/advansys.c | struct asc_scsi_q dosfar *next; |
next | 2665 | drivers/scsi/advansys.c | for (scd = scsi_devices; scd; scd = scd->next) { |
next | 4738 | drivers/scsi/advansys.c | (unsigned) s->next, s->extra_bytes, s->host_busy, s->host_no, |
next | 6207 | drivers/scsi/advansys.c | scsiq->ext.next = (ASC_SCSI_Q dosfar *) 0L; |
next | 6213 | drivers/scsi/advansys.c | if (scsiq_tail->ext.next == (ASC_SCSI_Q dosfar *) 0L) { |
next | 6217 | drivers/scsi/advansys.c | scsiq->ext.next = scsiq_next; |
next | 6223 | drivers/scsi/advansys.c | scsiq_next = scsiq_next->ext.next; |
next | 6228 | drivers/scsi/advansys.c | scsiq_prev->ext.next = scsiq; |
next | 6229 | drivers/scsi/advansys.c | scsiq->ext.next = scsiq_next; |
next | 6236 | drivers/scsi/advansys.c | scsiq_tail->ext.next = (ASC_SCSI_Q dosfar *) scsiq; |
next | 6238 | drivers/scsi/advansys.c | scsiq->ext.next = (ASC_SCSI_Q dosfar *) 0L; |
next | 1126 | drivers/scsi/aha152x.c | Scsi_Cmnd *ptr, *prev, *next; |
next | 1164 | drivers/scsi/aha152x.c | next = (Scsi_Cmnd *) ptr->host_scribble; |
next | 1170 | drivers/scsi/aha152x.c | ptr = next; |
next | 2958 | drivers/scsi/aha152x.c | scd = scd->next; |
next | 524 | drivers/scsi/aic7xxx.c | struct aic7xxx_scb *next; /* next ptr when in free list */ |
next | 586 | drivers/scsi/aic7xxx.c | struct Scsi_Host *next; /* allow for multiple IRQs */ |
next | 810 | drivers/scsi/aic7xxx.c | (unsigned long) scb->next, (unsigned long) scb->cmd, scb->state, |
next | 1294 | drivers/scsi/aic7xxx.c | scb->next = p->free_scb; |
next | 1363 | drivers/scsi/aic7xxx.c | unsigned char curscb, next; |
next | 1374 | drivers/scsi/aic7xxx.c | next = inb(SCB_NEXT_WAITING + base); |
next | 1391 | drivers/scsi/aic7xxx.c | outb(next, WAITING_SCBH + base); |
next | 1399 | drivers/scsi/aic7xxx.c | outb(next, SCB_NEXT_WAITING + base); |
next | 1421 | drivers/scsi/aic7xxx.c | "to_scb %d, next %d\n", target, channel, prev, timedout_scb, next); |
next | 1423 | drivers/scsi/aic7xxx.c | return (next); |
next | 1491 | drivers/scsi/aic7xxx.c | unsigned char next, prev; |
next | 1493 | drivers/scsi/aic7xxx.c | next = inb(WAITING_SCBH + base); /* Start at head of list. */ |
next | 1496 | drivers/scsi/aic7xxx.c | while (next != SCB_LIST_NULL) |
next | 1498 | drivers/scsi/aic7xxx.c | scb = &(p->scb_array[next]); |
next | 1504 | drivers/scsi/aic7xxx.c | next = aic7xxx_abort_waiting_scb(p, scb, prev, timedout_scb); |
next | 1510 | drivers/scsi/aic7xxx.c | prev = next; |
next | 1511 | drivers/scsi/aic7xxx.c | next = inb(SCB_NEXT_WAITING + base); |
next | 1708 | drivers/scsi/aic7xxx.c | if (p->next == NULL) |
next | 1714 | drivers/scsi/aic7xxx.c | p = (struct aic7xxx_host *) p->next->hostdata; |
next | 3427 | drivers/scsi/aic7xxx.c | p->scb_array[i].next = NULL; |
next | 3446 | drivers/scsi/aic7xxx.c | p->next = NULL; |
next | 3479 | drivers/scsi/aic7xxx.c | p->next = aic7xxx_boards[config->irq]; |
next | 4199 | drivers/scsi/aic7xxx.c | p->free_scb = scb->next; /* remove and update head of list */ |
next | 108 | drivers/scsi/aic7xxx_asm.c | struct sym_t *next; /* MUST BE FIRST */ |
next | 122 | drivers/scsi/aic7xxx_asm.c | for (p = head, q = (sym_t *)&head; p; p = p->next) { |
next | 128 | drivers/scsi/aic7xxx_asm.c | p = q->next = (sym_t *)Malloc(sizeof(sym_t)); |
next | 129 | drivers/scsi/aic7xxx_asm.c | p->next = NULL; |
next | 149 | drivers/scsi/aic7xxx_asm.c | for (p = head; p; p = p->next) |
next | 169 | drivers/scsi/aic7xxx_asm.c | for (p = head; p; p = p->next) { |
next | 98 | drivers/scsi/aic7xxx_proc.c | ((HBAptr = ((struct aic7xxx_host *) HBAptr->hostdata)->next) != NULL)) |
next | 168 | drivers/scsi/eata_dma.c | for (x = 1, sh = first_HBA; x <= registered_HBAs; x++, sh = SD(sh)->next) { |
next | 1095 | drivers/scsi/eata_dma.c | hd->next = NULL; /* build a linked list of all HBAs */ |
next | 1098 | drivers/scsi/eata_dma.c | SD(hd->prev)->next = sh; |
next | 1336 | drivers/scsi/eata_dma.c | HBA_ptr = SD(HBA_ptr)->next; |
next | 99 | drivers/scsi/eata_dma_proc.c | HBA_ptr = SD(HBA_ptr)->next; |
next | 457 | drivers/scsi/eata_dma_proc.c | scd = scd->next; |
next | 356 | drivers/scsi/eata_generic.h | struct Scsi_Host *next; |
next | 808 | drivers/scsi/eata_pio.c | hd->next = NULL; /* build a linked list of all HBAs */ |
next | 811 | drivers/scsi/eata_pio.c | SD(hd->prev)->next = sh; |
next | 1016 | 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 | 293 | drivers/scsi/g_NCR5380.c | for (scsi_ptr = first_instance; scsi_ptr; scsi_ptr=scsi_ptr->next) |
next | 260 | drivers/scsi/hosts.c | scsi_hostlist = sh->next; |
next | 263 | drivers/scsi/hosts.c | while(shpnt->next != sh) shpnt = shpnt->next; |
next | 264 | drivers/scsi/hosts.c | shpnt->next = shpnt->next->next; |
next | 308 | drivers/scsi/hosts.c | retval->next = NULL; |
next | 326 | drivers/scsi/hosts.c | while(shpnt->next) shpnt = shpnt->next; |
next | 327 | drivers/scsi/hosts.c | shpnt->next = retval; |
next | 336 | drivers/scsi/hosts.c | if(sdpnt->next) panic("Device already registered"); |
next | 337 | drivers/scsi/hosts.c | sdpnt->next = scsi_devicelist; |
next | 374 | drivers/scsi/hosts.c | tpnt->next = scsi_hosts; |
next | 384 | drivers/scsi/hosts.c | for(shpnt=scsi_hostlist; shpnt; shpnt = shpnt->next) |
next | 58 | drivers/scsi/hosts.h | struct SHT * next; |
next | 243 | drivers/scsi/hosts.h | struct Scsi_Host * next; |
next | 344 | drivers/scsi/hosts.h | struct Scsi_Device_Template * next; |
next | 321 | drivers/scsi/scsi.c | for(shpnt=scsi_hostlist; shpnt; shpnt = shpnt->next) { |
next | 412 | drivers/scsi/scsi.c | SCpnt->next = shpnt->host_queue; |
next | 431 | drivers/scsi/scsi.c | for(sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) |
next | 435 | drivers/scsi/scsi.c | for(sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) |
next | 441 | drivers/scsi/scsi.c | for(sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) { |
next | 473 | drivers/scsi/scsi.c | Scsi_Cmnd *prev,*next,*hqptr; |
next | 474 | drivers/scsi/scsi.c | for(hqptr=shpnt->host_queue; hqptr!=SCpnt; hqptr=hqptr->next) ; |
next | 477 | drivers/scsi/scsi.c | next=hqptr->next; |
next | 479 | drivers/scsi/scsi.c | prev->next=next; |
next | 481 | drivers/scsi/scsi.c | shpnt->host_queue=next; |
next | 482 | drivers/scsi/scsi.c | if(next) next->prev=prev; |
next | 515 | drivers/scsi/scsi.c | while (SDtail->next) |
next | 516 | drivers/scsi/scsi.c | SDtail = SDtail->next; |
next | 671 | drivers/scsi/scsi.c | sdtpnt = sdtpnt->next) |
next | 738 | drivers/scsi/scsi.c | SDtail->next = SDpnt; |
next | 867 | drivers/scsi/scsi.c | SCpnt = SCpnt->next; |
next | 888 | drivers/scsi/scsi.c | SCpnt = SCpnt->next; |
next | 999 | drivers/scsi/scsi.c | SCpnt = SCpnt->next; |
next | 1022 | drivers/scsi/scsi.c | SCpnt = SCpnt->next; |
next | 1078 | drivers/scsi/scsi.c | *reqp = req->next; |
next | 1723 | drivers/scsi/scsi.c | struct Scsi_Host * next; |
next | 1725 | drivers/scsi/scsi.c | for (next = host->block; next != host; next = next->block) |
next | 1726 | drivers/scsi/scsi.c | wake_up(&next->host_wait); |
next | 1883 | drivers/scsi/scsi.c | for(SCpnt = Host->host_queue; SCpnt; SCpnt = SCpnt->next) |
next | 1920 | drivers/scsi/scsi.c | SCpnt1 = SCpnt1->next; |
next | 1963 | drivers/scsi/scsi.c | SCpnt1 = SCpnt1->next; |
next | 2032 | drivers/scsi/scsi.c | SCpnt1 = SCpnt1->next; |
next | 2081 | drivers/scsi/scsi.c | for(host = scsi_hostlist; host; host = host->next) { |
next | 2082 | drivers/scsi/scsi.c | for(SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next) |
next | 2138 | drivers/scsi/scsi.c | for(host = scsi_hostlist; host; host = host->next) |
next | 2139 | drivers/scsi/scsi.c | for(SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next) |
next | 2306 | drivers/scsi/scsi.c | SCpnt->next = host->host_queue; |
next | 2350 | drivers/scsi/scsi.c | for (shpnt = scsi_hostlist; shpnt; shpnt = shpnt->next) |
next | 2354 | drivers/scsi/scsi.c | for (sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) |
next | 2360 | drivers/scsi/scsi.c | for(sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) |
next | 2363 | drivers/scsi/scsi.c | for (SDpnt=scsi_devices; SDpnt; SDpnt = SDpnt->next) { |
next | 2365 | drivers/scsi/scsi.c | for(sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) |
next | 2380 | drivers/scsi/scsi.c | for(sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) |
next | 2474 | drivers/scsi/scsi.c | scd = scd->next; |
next | 2476 | drivers/scsi/scsi.c | HBA_ptr = HBA_ptr->next; |
next | 2515 | drivers/scsi/scsi.c | scd = scd->next; |
next | 2520 | drivers/scsi/scsi.c | HBA_ptr = HBA_ptr->next; |
next | 2581 | drivers/scsi/scsi.c | for(shpnt=scsi_hostlist; shpnt; shpnt = shpnt->next) |
next | 2584 | drivers/scsi/scsi.c | for (SDpnt=scsi_devices; SDpnt; SDpnt = SDpnt->next) { |
next | 2673 | drivers/scsi/scsi.c | if (tpnt->next || !tpnt->detect) return 1;/* Must be already loaded, or |
next | 2690 | drivers/scsi/scsi.c | tpnt->next = scsi_hosts; /* Add to the linked list */ |
next | 2698 | drivers/scsi/scsi.c | for(shpnt=scsi_hostlist; shpnt; shpnt = shpnt->next) |
next | 2718 | drivers/scsi/scsi.c | for(shpnt=scsi_hostlist; shpnt; shpnt = shpnt->next) |
next | 2721 | drivers/scsi/scsi.c | for(sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) |
next | 2726 | drivers/scsi/scsi.c | for(SDpnt = scsi_devices; SDpnt; SDpnt = SDpnt->next) |
next | 2729 | drivers/scsi/scsi.c | for(sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) |
next | 2741 | drivers/scsi/scsi.c | for(sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) |
next | 2774 | drivers/scsi/scsi.c | for(sdpnt = scsi_devices; sdpnt; sdpnt = sdpnt->next) |
next | 2778 | drivers/scsi/scsi.c | for(shpnt = scsi_hostlist; shpnt; shpnt = shpnt->next) |
next | 2781 | drivers/scsi/scsi.c | for(SCpnt = shpnt->host_queue; SCpnt; SCpnt = SCpnt->next) |
next | 2787 | drivers/scsi/scsi.c | for(SCpnt = shpnt->host_queue; SCpnt; SCpnt = SCpnt->next) |
next | 2799 | drivers/scsi/scsi.c | for(sdpnt = scsi_devices; sdpnt; sdpnt = sdpnt->next) |
next | 2802 | drivers/scsi/scsi.c | for(sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) |
next | 2813 | drivers/scsi/scsi.c | for(sdpnt = scsi_devices; sdpnt; sdpnt = sdpnt->next) |
next | 2816 | drivers/scsi/scsi.c | SCpnt = sdpnt->host->host_queue->next; |
next | 2828 | drivers/scsi/scsi.c | sdpnt1 = sdpnt->next; |
next | 2831 | drivers/scsi/scsi.c | sdppnt->next = sdpnt->next; |
next | 2833 | drivers/scsi/scsi.c | scsi_devices = sdpnt->next; |
next | 2844 | drivers/scsi/scsi.c | sh1 = shpnt->next; |
next | 2898 | drivers/scsi/scsi.c | for(SHTp=NULL, SHT=scsi_hosts; SHT; SHTp=SHT, SHT=SHT->next) |
next | 2901 | drivers/scsi/scsi.c | SHTp->next = SHT->next; |
next | 2903 | drivers/scsi/scsi.c | scsi_hosts = SHT->next; |
next | 2904 | drivers/scsi/scsi.c | SHT->next = NULL; |
next | 2923 | drivers/scsi/scsi.c | if (tpnt->next) return 1; |
next | 2930 | drivers/scsi/scsi.c | for(SDpnt = scsi_devices; SDpnt; SDpnt = SDpnt->next) |
next | 2943 | drivers/scsi/scsi.c | for(SDpnt = scsi_devices; SDpnt; SDpnt = SDpnt->next) |
next | 2977 | drivers/scsi/scsi.c | for(SDpnt = scsi_devices; SDpnt; SDpnt = SDpnt->next) |
next | 2986 | drivers/scsi/scsi.c | for(SCpnt = SDpnt->host->host_queue; SCpnt; SCpnt = SCpnt->next) |
next | 2991 | drivers/scsi/scsi.c | SCpnt->prev->next = SCpnt->next; |
next | 2992 | drivers/scsi/scsi.c | if(SCpnt->next != NULL) |
next | 2993 | drivers/scsi/scsi.c | SCpnt->next->prev = SCpnt->prev; |
next | 2995 | drivers/scsi/scsi.c | SDpnt->host->host_queue = SCpnt->next; |
next | 3010 | drivers/scsi/scsi.c | spnt = spnt->next; |
next | 3013 | drivers/scsi/scsi.c | scsi_devicelist = tpnt->next; |
next | 3015 | drivers/scsi/scsi.c | prev_spnt->next = spnt->next; |
next | 3078 | drivers/scsi/scsi.c | for(shpnt = scsi_hostlist; shpnt; shpnt = shpnt->next) |
next | 3079 | drivers/scsi/scsi.c | for(SCpnt=shpnt->host_queue; SCpnt; SCpnt = SCpnt->next) |
next | 3118 | drivers/scsi/scsi.c | req = req->next; |
next | 153 | drivers/scsi/scsi.h | struct scsi_device * next; /* Used for linked list */ |
next | 350 | drivers/scsi/scsi.h | struct scsi_cmnd *next, *prev; |
next | 498 | drivers/scsi/scsi.h | struct Scsi_Host * next; |
next | 500 | drivers/scsi/scsi.h | for (next = SCpnt->host->block; next != SCpnt->host; |
next | 501 | drivers/scsi/scsi.h | next = next->block) |
next | 502 | drivers/scsi/scsi.h | wake_up(&next->host_wait); |
next | 99 | drivers/scsi/scsi_proc.c | hpnt = hpnt->next; |
next | 126 | drivers/scsi/scsi_proc.c | hpnt = hpnt->next; |
next | 488 | drivers/scsi/sd.c | req = req->next; |
next | 492 | drivers/scsi/sd.c | CURRENT = CURRENT->next; |
next | 494 | drivers/scsi/sd.c | req1->next = req->next; |
next | 1300 | drivers/scsi/sd.c | sd_gendisk.next = gendisk_head; |
next | 1504 | drivers/scsi/sd.c | sdgd = sdgd->next; |
next | 1511 | drivers/scsi/sd.c | prev_sdgd->next = sdgd->next; |
next | 1513 | drivers/scsi/sd.c | gendisk_head = sdgd->next; |
next | 619 | drivers/scsi/sr.c | req = req->next; |
next | 623 | drivers/scsi/sr.c | CURRENT = CURRENT->next; |
next | 625 | drivers/scsi/sr.c | req1->next = req->next; |
next | 354 | drivers/scsi/wd7000.c | struct scb *next; /* for lists of scbs */ |
next | 645 | drivers/scsi/wd7000.c | for (i = 0; i < needed; i++) { p = scbfree; scbfree = p->next; } |
next | 646 | drivers/scsi/wd7000.c | p->next = NULL; |
next | 664 | drivers/scsi/wd7000.c | scb->next = scbfree; scbfree = scb; |
next | 682 | drivers/scsi/wd7000.c | scbs[i].next = &(scbs[i+1]); scbs[i].SCpnt = NULL; |
next | 684 | drivers/scsi/wd7000.c | scbs[MAX_SCBS-1].next = NULL; |
next | 154 | fs/buffer.c | struct buffer_head * bh, *next; |
next | 171 | fs/buffer.c | for (i = nr_buffers_type[nlist]*2 ; i-- > 0 ; bh = next) { |
next | 173 | fs/buffer.c | next = bh->b_next_free; |
next | 1070 | fs/buffer.c | struct buffer_head *bh, *prev, *next, *arr[MAX_BUF_PER_PAGE]; |
next | 1080 | fs/buffer.c | next = bh; |
next | 1085 | fs/buffer.c | set_bit(BH_FreeOnIO, &next->b_state); |
next | 1086 | fs/buffer.c | next->b_list = BUF_CLEAN; |
next | 1087 | fs/buffer.c | next->b_dev = dev; |
next | 1088 | fs/buffer.c | next->b_blocknr = block; |
next | 1089 | fs/buffer.c | next->b_count = 1; |
next | 1090 | fs/buffer.c | next->b_flushtime = 0; |
next | 1091 | fs/buffer.c | set_bit(BH_Uptodate, &next->b_state); |
next | 1099 | fs/buffer.c | memset(next->b_data, 0, size); |
next | 1100 | fs/buffer.c | next->b_count--; |
next | 1111 | fs/buffer.c | memcpy(next->b_data, tmp->b_data, size); |
next | 1113 | fs/buffer.c | memcpy(tmp->b_data, next->b_data, size); |
next | 1117 | fs/buffer.c | next->b_count--; |
next | 1121 | fs/buffer.c | clear_bit(BH_Uptodate, &next->b_state); |
next | 1123 | fs/buffer.c | set_bit(BH_Dirty, &next->b_state); |
next | 1124 | fs/buffer.c | arr[nr++] = next; |
next | 1125 | fs/buffer.c | } while (prev = next, (next = next->b_this_page) != NULL); |
next | 1134 | fs/buffer.c | next = bh; |
next | 1136 | fs/buffer.c | next->b_next_free = reuse_list; |
next | 1137 | fs/buffer.c | reuse_list = next; |
next | 1138 | fs/buffer.c | next = next->b_this_page; |
next | 1139 | fs/buffer.c | } while (next != bh); |
next | 1822 | fs/buffer.c | struct buffer_head * bh, *next; |
next | 1839 | fs/buffer.c | for (i = nr_buffers_type[nlist]; i-- > 0; bh = next) { |
next | 1842 | fs/buffer.c | next = bh->b_next_free; |
next | 1935 | fs/buffer.c | struct buffer_head * bh, *next; |
next | 1975 | fs/buffer.c | bh = next) { |
next | 1978 | 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 | 299 | fs/dquot.c | struct dquot *dquot, *next; |
next | 302 | fs/dquot.c | next = first_dquot; |
next | 304 | fs/dquot.c | dquot = next; |
next | 305 | fs/dquot.c | next = dquot->dq_next; |
next | 81 | fs/exec.c | if (fmt->next) |
next | 86 | fs/exec.c | tmp = &(*tmp)->next; |
next | 88 | fs/exec.c | fmt->next = formats; |
next | 100 | fs/exec.c | *tmp = fmt->next; |
next | 103 | fs/exec.c | tmp = &(*tmp)->next; |
next | 167 | fs/exec.c | for (fmt = formats ; fmt ; fmt = fmt->next) { |
next | 658 | 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 | 24 | fs/fat/cache.c | int first,last,next,copy; |
next | 49 | fs/fat/cache.c | next = CF_LE_W(((unsigned short *) bh->b_data)[(first & |
next | 51 | fs/fat/cache.c | if (next >= 0xfff7) next = -1; |
next | 57 | fs/fat/cache.c | if (nr & 1) next = ((*p_first >> 4) | (*p_last << 4)) & 0xfff; |
next | 58 | fs/fat/cache.c | else next = (*p_first+(*p_last << 8)) & 0xfff; |
next | 59 | fs/fat/cache.c | if (next >= 0xff7) next = -1; |
next | 99 | fs/fat/cache.c | return next; |
next | 112 | fs/fat/cache.c | cache[count].next = count == FAT_CACHE-1 ? NULL : |
next | 127 | fs/fat/cache.c | for (walk = fat_cache; walk; walk = walk->next) |
next | 149 | fs/fat/cache.c | for (walk = fat_cache; walk; walk = walk->next) { |
next | 169 | fs/fat/cache.c | for (walk = fat_cache; walk->next; walk = (last = walk)->next) |
next | 180 | fs/fat/cache.c | last->next = walk->next; |
next | 181 | fs/fat/cache.c | walk->next = fat_cache; |
next | 192 | fs/fat/cache.c | last->next = NULL; |
next | 193 | fs/fat/cache.c | walk->next = fat_cache; |
next | 208 | fs/fat/cache.c | for (walk = fat_cache; walk; walk = walk->next) |
next | 219 | fs/fat/cache.c | for (walk = fat_cache; walk; walk = walk->next) |
next | 172 | fs/inode.c | struct inode * inode, * next; |
next | 175 | fs/inode.c | next = first_inode; |
next | 177 | fs/inode.c | inode = next; |
next | 178 | fs/inode.c | next = inode->i_next; /* clear_inode() changes the queues.. */ |
next | 361 | fs/inode.c | struct inode * inode, * next; |
next | 364 | fs/inode.c | next = first_inode; |
next | 366 | fs/inode.c | inode = next; |
next | 367 | fs/inode.c | next = inode->i_next; /* clear_inode() changes the queues.. */ |
next | 463 | fs/locks.c | dlock_wait = dlock_wait->next; |
next | 183 | fs/msdos/namei.c | struct inode *next; |
next | 232 | fs/msdos/namei.c | next = MSDOS_I(*result)->i_old; |
next | 234 | fs/msdos/namei.c | if (!(*result = iget(next->i_sb,next->i_ino))) { |
next | 499 | fs/ncpfs/dir.c | new_inode_info->next = root->next; |
next | 500 | fs/ncpfs/dir.c | root->next->prev = new_inode_info; |
next | 501 | fs/ncpfs/dir.c | root->next = new_inode_info; |
next | 526 | fs/ncpfs/dir.c | i->next->prev = i->prev; |
next | 527 | fs/ncpfs/dir.c | i->prev->next = i->next; |
next | 564 | fs/ncpfs/dir.c | root->next = root->prev = root; |
next | 577 | fs/ncpfs/dir.c | if (root->next != root) |
next | 582 | fs/ncpfs/dir.c | while (root->next != root) |
next | 585 | fs/ncpfs/dir.c | ncp_free_inode_info(root->next); |
next | 617 | fs/ncpfs/dir.c | result = result->next; |
next | 80 | fs/ncpfs/inode.c | check_info = check_info->next; |
next | 68 | fs/nfs/nfsroot.c | struct open_dev *next; |
next | 99 | fs/nfs/nfsroot.c | for (dev = dev_base; dev != NULL; dev = dev->next) { |
next | 116 | fs/nfs/nfsroot.c | openp->next = open_base; |
next | 144 | fs/nfs/nfsroot.c | nextp = openp->next; |
next | 145 | fs/nfs/nfsroot.c | openp->next = NULL; |
next | 294 | fs/nfs/nfsroot.c | for (openp = open_base; openp != NULL; openp = openp->next) { |
next | 635 | fs/nfs/nfsroot.c | (open_base != NULL && open_base->next != NULL)) && do_rarp() < 0) { |
next | 640 | fs/nfs/nfsroot.c | if (open_base != NULL && open_base->next == NULL) { |
next | 53 | fs/nfs/rpcsock.c | tmp->next = slot; |
next | 59 | fs/nfs/rpcsock.c | slot->next = NULL; |
next | 69 | fs/nfs/rpcsock.c | *next = slot->next; |
next | 72 | fs/nfs/rpcsock.c | prev->next = next; |
next | 74 | fs/nfs/rpcsock.c | rsock->head = next; |
next | 75 | fs/nfs/rpcsock.c | if (next != NULL) |
next | 76 | fs/nfs/rpcsock.c | next->prev = prev; |
next | 230 | fs/nfs/rpcsock.c | for (rovr = rsock->head; rovr; rovr = rovr->next) { |
next | 267 | fs/nfs/rpcsock.c | if (rsock->head == slot && slot->next != NULL) |
next | 268 | fs/nfs/rpcsock.c | wake_up(&slot->next->wait); |
next | 314 | fs/nfs/rpcsock.c | rsock->free = slot->next; |
next | 342 | fs/nfs/rpcsock.c | slot->next = rsock->free; |
next | 374 | fs/nfs/rpcsock.c | slot->next = slot + 1; |
next | 375 | fs/nfs/rpcsock.c | slot->next = NULL; |
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 | 156 | fs/proc/root.c | dp->next = dir->subdir; |
next | 170 | fs/proc/root.c | *p = dp->next; |
next | 171 | fs/proc/root.c | dp->next = NULL; |
next | 180 | fs/proc/root.c | p = &dp->next; |
next | 201 | fs/proc/root.c | dp->next = dir->subdir; |
next | 426 | fs/proc/root.c | for (de = de->subdir; de ; de = de->next) { |
next | 534 | fs/proc/root.c | de = de->next; |
next | 542 | fs/proc/root.c | de = de->next; |
next | 522 | fs/smbfs/dir.c | new_inode_info->next = root->next; |
next | 523 | fs/smbfs/dir.c | root->next->prev = new_inode_info; |
next | 524 | fs/smbfs/dir.c | root->next = new_inode_info; |
next | 546 | fs/smbfs/dir.c | i->next->prev = i->prev; |
next | 547 | fs/smbfs/dir.c | i->prev->next = i->next; |
next | 571 | fs/smbfs/dir.c | root->next = root->prev = root; |
next | 602 | fs/smbfs/dir.c | if (root->next != root) { |
next | 606 | fs/smbfs/dir.c | while (root->next != root) { |
next | 608 | fs/smbfs/dir.c | smb_free_inode_info(root->next); |
next | 627 | fs/smbfs/dir.c | ino = ino->next; |
next | 649 | fs/smbfs/dir.c | result = result->next; |
next | 75 | fs/smbfs/inode.c | check_info = check_info->next; |
next | 155 | fs/super.c | if (fs->next) |
next | 161 | fs/super.c | tmp = &(*tmp)->next; |
next | 175 | fs/super.c | *tmp = fs->next; |
next | 176 | fs/super.c | fs->next = NULL; |
next | 179 | fs/super.c | tmp = &(*tmp)->next; |
next | 195 | fs/super.c | for (tmp = file_systems ; tmp ; tmp = tmp->next) { |
next | 213 | fs/super.c | tmp = tmp->next; |
next | 232 | fs/super.c | for (tmp = file_systems ; tmp ; tmp = tmp->next) |
next | 292 | fs/super.c | tmp = tmp->next; |
next | 303 | fs/super.c | for (fs = file_systems; fs && strcmp(fs->name, name); fs = fs->next) |
next | 307 | fs/super.c | for (fs = file_systems; fs && strcmp(fs->name, name); fs = fs->next) |
next | 879 | fs/super.c | for (fs_type = file_systems ; fs_type ; fs_type = fs_type->next) { |
next | 908 | fs/vfat/namei.c | struct inode *next; |
next | 955 | fs/vfat/namei.c | next = MSDOS_I(*result)->i_old; |
next | 957 | fs/vfat/namei.c | if (!(*result = iget(next->i_sb,next->i_ino))) { |
next | 77 | include/asm-i386/system.h | kernel_counter+=next->lock_depth-current->lock_depth; \ |
next | 78 | include/asm-i386/system.h | syscall_count=next->lock_depth; \ |
next | 51 | include/asm-sparc/dma.h | struct Linux_SBus_DMA *next; |
next | 189 | include/asm-sparc/dma.h | for((dma) = dma_chain; (dma); (dma) = (dma)->next) |
next | 279 | include/asm-sparc/pgtable.h | struct ctx_list *next; |
next | 291 | include/asm-sparc/pgtable.h | entry->next->prev = entry->prev; |
next | 292 | include/asm-sparc/pgtable.h | entry->prev->next = entry->next; |
next | 297 | include/asm-sparc/pgtable.h | entry->next = head; |
next | 298 | include/asm-sparc/pgtable.h | (entry->prev = head->prev)->next = entry; |
next | 75 | include/asm-sparc/pgtsun4c.h | struct pseg_list *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 | 85 | include/asm-sparc/sbus.h | for((bus) = SBus_chain; (bus); (bus)=(bus)->next) |
next | 88 | include/asm-sparc/sbus.h | for((device) = (bus)->devices; (device); (device)=(device)->next) |
next | 60 | include/linux/apm_bios.h | struct apm_bios_struct * next; |
next | 47 | include/linux/atalk.h | struct atalk_route *next; |
next | 58 | include/linux/atalk.h | struct atalk_iface *next; |
next | 137 | include/linux/aztcd.h | unsigned char next; |
next | 33 | include/linux/binfmts.h | struct linux_binfmt * next; |
next | 381 | include/linux/blk.h | blk_dev[MAJOR(req->rq_dev)].current_request = req->next; |
next | 385 | include/linux/blk.h | CURRENT = req->next; |
next | 32 | 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 | 342 | include/linux/fd.h | struct floppy_raw_cmd *next; /* used for chaining of raw cmd's |
next | 16 | include/linux/firewall.h | struct firewall_ops *next; |
next | 465 | include/linux/fs.h | struct file_system_type * next; |
next | 64 | include/linux/genhd.h | struct gendisk *next; |
next | 44 | include/linux/if_eql.h | struct slave *next; |
next | 91 | include/linux/igmp.h | struct ip_mc_list *next; |
next | 103 | include/linux/igmp.h | struct ip_router_info *next; |
next | 175 | include/linux/ip_fw.h | struct ip_masq *next; /* next member in list */ |
next | 129 | include/linux/mm.h | struct page *next; |
next | 149 | include/linux/mm.h | struct mem_list * next; |
next | 42 | include/linux/module.h | struct module_ref *next; |
next | 62 | include/linux/module.h | struct module *next; |
next | 15 | include/linux/mouse.h | struct mouse * next, * prev; |
next | 141 | include/linux/mroute.h | struct mfc_cache *next; /* Next entry on cache line */ |
next | 166 | include/linux/msdos_fs.h | struct fat_cache *next; /* next cache entry */ |
next | 241 | include/linux/ncp.h | __u32 next __attribute__ ((packed)); |
next | 30 | include/linux/ncp_fs_i.h | struct ncp_inode_info *next, *prev; |
next | 82 | include/linux/net.h | struct socket *next; |
next | 49 | include/linux/net_alias.h | struct net_alias *next; /* next alias (hashed linked list) */ |
next | 88 | include/linux/net_alias.h | struct net_alias_type *next; /* link */ |
next | 151 | include/linux/net_alias.h | return (dev->alias_info)? dev->alias_info->taildev->next : dev->next; |
next | 168 | include/linux/net_alias.h | pdev->next = nextdev; |
next | 57 | include/linux/netdevice.h | struct dev_mc_list *next; |
next | 105 | include/linux/netdevice.h | struct device *next; |
next | 195 | 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 | 98 | include/linux/pagemap.h | inode->i_pages = page->next; |
next | 99 | include/linux/pagemap.h | if (page->next) |
next | 100 | include/linux/pagemap.h | page->next->prev = page->prev; |
next | 102 | include/linux/pagemap.h | page->prev->next = page->next; |
next | 103 | include/linux/pagemap.h | page->next = NULL; |
next | 114 | include/linux/pagemap.h | if ((page->next = *p) != NULL) |
next | 115 | include/linux/pagemap.h | page->next->prev = page; |
next | 544 | include/linux/pci.h | struct pci_dev *next; /* chain of all devices */ |
next | 570 | include/linux/pci.h | struct pci_bus *next; /* chain of all PCI buses */ |
next | 41 | include/linux/personality.h | struct exec_domain *next; |
next | 169 | include/linux/proc_fs.h | struct proc_dir_entry *next, *parent, *subdir; |
next | 228 | include/linux/proc_fs.h | p = &dp->next; |
next | 29 | include/linux/rpcsock.h | struct rpc_wait *prev, *next; |
next | 129 | include/linux/scc.h | struct mbuf *next; /* Link to next buffer */ |
next | 387 | include/linux/sched.h | if (wait->next) { |
next | 392 | include/linux/sched.h | printk("add_wait_queue (%08lx): wait->next = %08lx\n",pc,(unsigned long) wait->next); |
next | 398 | include/linux/sched.h | wait->next = wait; |
next | 401 | include/linux/sched.h | wait->next = (*p)->next; |
next | 402 | include/linux/sched.h | (*p)->next = wait; |
next | 421 | include/linux/sched.h | ((*p = wait->next) == wait)) { |
next | 425 | include/linux/sched.h | while (tmp->next != wait) { |
next | 426 | include/linux/sched.h | tmp = tmp->next; |
next | 432 | include/linux/sched.h | tmp->next = wait->next; |
next | 434 | include/linux/sched.h | wait->next = NULL; |
next | 459 | include/linux/sched.h | entry->wait.next = NULL; |
next | 85 | include/linux/sem.h | struct sem_queue * next; /* next entry in the queue */ |
next | 36 | include/linux/skbuff.h | struct sk_buff * volatile next; |
next | 48 | include/linux/skbuff.h | struct sk_buff * volatile next; /* Next buffer in list */ |
next | 172 | include/linux/skbuff.h | struct sk_buff *list = ((struct sk_buff *)list_)->next; |
next | 198 | include/linux/skbuff.h | list->next = (struct sk_buff *)list; |
next | 211 | include/linux/skbuff.h | struct sk_buff *prev, *next; |
next | 216 | include/linux/skbuff.h | next = prev->next; |
next | 217 | include/linux/skbuff.h | newsk->next = next; |
next | 219 | include/linux/skbuff.h | next->prev = newsk; |
next | 220 | include/linux/skbuff.h | prev->next = newsk; |
next | 239 | include/linux/skbuff.h | struct sk_buff *prev, *next; |
next | 243 | include/linux/skbuff.h | next = (struct sk_buff *)list; |
next | 244 | include/linux/skbuff.h | prev = next->prev; |
next | 245 | include/linux/skbuff.h | newsk->next = next; |
next | 247 | include/linux/skbuff.h | next->prev = newsk; |
next | 248 | include/linux/skbuff.h | prev->next = newsk; |
next | 267 | include/linux/skbuff.h | struct sk_buff *next, *prev, *result; |
next | 270 | include/linux/skbuff.h | next = prev->next; |
next | 272 | include/linux/skbuff.h | if (next != prev) { |
next | 273 | include/linux/skbuff.h | result = next; |
next | 274 | include/linux/skbuff.h | next = next->next; |
next | 276 | include/linux/skbuff.h | next->prev = prev; |
next | 277 | include/linux/skbuff.h | prev->next = next; |
next | 278 | include/linux/skbuff.h | result->next = NULL; |
next | 301 | include/linux/skbuff.h | extern __inline__ void __skb_insert(struct sk_buff *next, struct sk_buff *newsk) |
next | 303 | include/linux/skbuff.h | struct sk_buff * prev = next->prev; |
next | 305 | include/linux/skbuff.h | newsk->next = next; |
next | 307 | include/linux/skbuff.h | next->prev = newsk; |
next | 308 | include/linux/skbuff.h | prev->next = newsk; |
next | 309 | include/linux/skbuff.h | newsk->list = next->list; |
next | 329 | include/linux/skbuff.h | struct sk_buff * next = prev->next; |
next | 331 | include/linux/skbuff.h | newsk->next = next; |
next | 333 | include/linux/skbuff.h | next->prev = newsk; |
next | 334 | include/linux/skbuff.h | prev->next = newsk; |
next | 355 | include/linux/skbuff.h | struct sk_buff * next, * prev; |
next | 358 | include/linux/skbuff.h | next = skb->next; |
next | 360 | include/linux/skbuff.h | skb->next = NULL; |
next | 363 | include/linux/skbuff.h | next->prev = prev; |
next | 364 | include/linux/skbuff.h | prev->next = next; |
next | 29 | include/linux/smb_fs_i.h | struct smb_inode_info *next, *prev; |
next | 30 | include/linux/swap.h | int next; /* next entry on swap list */ |
next | 83 | include/linux/timer.h | struct timer_list *next; |
next | 97 | 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 | 130 | include/net/ax25.h | struct ax25_uid_assoc *next; |
next | 143 | include/net/ax25.h | struct ax25_cb *next; |
next | 13 | include/net/datalink.h | struct datalink_proto *next; |
next | 60 | include/net/ip.h | struct ipfrag *next; /* linked list pointers */ |
next | 77 | include/net/ip.h | struct ipq *next; /* linked list pointers */ |
next | 73 | include/net/netrom.h | struct nr_node *next; |
next | 82 | include/net/netrom.h | struct nr_neigh *next; |
next | 39 | include/net/protocol.h | struct inet_protocol *next; |
next | 133 | include/net/sock.h | struct sock *next; |
next | 412 | init/main.c | char *next; |
next | 422 | init/main.c | next = line; |
next | 423 | init/main.c | while ((line = next) != NULL) { |
next | 424 | init/main.c | if ((next = strchr(line,' ')) != NULL) |
next | 425 | 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 | 174 | kernel/module.c | mp->next = module_list; |
next | 308 | kernel/module.c | link = link->next; |
next | 315 | kernel/module.c | ref->next = ref->module->ref; |
next | 357 | kernel/module.c | for (mp = module_list; mp != &kernel_module; mp = mp->next) { |
next | 402 | kernel/module.c | for (mp = module_list; mp; mp = mp->next) { |
next | 419 | kernel/module.c | for (mp = module_list; mp; mp = mp->next) { |
next | 470 | kernel/module.c | for (mp = module_list ; mp ; mp = mp->next) { |
next | 486 | kernel/module.c | for (step = module_list; step; step = step->next) { |
next | 487 | kernel/module.c | for (prev = ref = step->ref; ref; ref = prev->next) { |
next | 490 | kernel/module.c | step->ref = ref->next; |
next | 492 | kernel/module.c | prev->next = ref->next; |
next | 517 | kernel/module.c | mpp = &mp->next; |
next | 521 | kernel/module.c | mpp = &mp->next; |
next | 523 | kernel/module.c | *mpp = mp->next; |
next | 554 | kernel/module.c | for (mp = module_list ; mp && mp->next; mp = mp->next) { |
next | 588 | kernel/module.c | for (; ref; ref = ref->next) { |
next | 592 | kernel/module.c | if (ref->next) |
next | 625 | kernel/module.c | for (mp = module_list; mp; mp = mp->next) { |
next | 726 | kernel/module.c | mp->next = kernel_module.next; |
next | 727 | kernel/module.c | kernel_module.next = mp; |
next | 802 | 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 | 103 | kernel/resource.c | q = p->next; |
next | 108 | kernel/resource.c | p->next = q->next; |
next | 120 | kernel/sched.c | struct task_struct *next = p->next_run; |
next | 124 | kernel/sched.c | if (!next || !prev) { |
next | 138 | kernel/sched.c | next->prev_run = prev; |
next | 139 | kernel/sched.c | prev->next_run = next; |
next | 146 | kernel/sched.c | struct task_struct *next = p->next_run; |
next | 149 | kernel/sched.c | next->prev_run = prev; |
next | 150 | kernel/sched.c | prev->next_run = next; |
next | 254 | kernel/sched.c | struct task_struct * next; |
next | 311 | kernel/sched.c | next = &init_task; |
next | 315 | kernel/sched.c | c = weight, next = p; |
next | 329 | kernel/sched.c | if(!current->pid && !next->pid) |
next | 330 | kernel/sched.c | next=current; |
next | 335 | kernel/sched.c | next->processor = this_cpu; |
next | 336 | kernel/sched.c | next->last_processor = this_cpu; |
next | 341 | kernel/sched.c | if (0==next->pid) |
next | 346 | kernel/sched.c | if (current != next) { |
next | 357 | kernel/sched.c | get_mmu_context(next); |
next | 358 | kernel/sched.c | switch_to(next); |
next | 400 | kernel/sched.c | if (!tmp->next) { |
next | 408 | kernel/sched.c | tmp = tmp->next; |
next | 424 | kernel/sched.c | if (!tmp->next) { |
next | 432 | kernel/sched.c | tmp = tmp->next; |
next | 490 | kernel/sched.c | if (timer->next || timer->prev) { |
next | 500 | kernel/sched.c | p = p->next; |
next | 502 | kernel/sched.c | timer->next = p; |
next | 505 | kernel/sched.c | timer->prev->next = timer; |
next | 518 | kernel/sched.c | while ((p = p->next) != &timer_head) { |
next | 520 | kernel/sched.c | timer->next->prev = timer->prev; |
next | 521 | kernel/sched.c | timer->prev->next = timer->next; |
next | 522 | kernel/sched.c | timer->next = timer->prev = NULL; |
next | 527 | kernel/sched.c | if (timer->next || timer->prev) |
next | 533 | kernel/sched.c | struct timer_list * next; |
next | 537 | kernel/sched.c | if ((next = timer->next) != NULL) { |
next | 538 | kernel/sched.c | (next->prev = timer->prev)->next = next; |
next | 539 | kernel/sched.c | timer->next = timer->prev = NULL; |
next | 725 | kernel/sched.c | while ((timer = timer_head.next) != &timer_head && timer->expires <= jiffies) { |
next | 728 | kernel/sched.c | timer->next->prev = timer->prev; |
next | 729 | kernel/sched.c | timer->prev->next = timer->next; |
next | 730 | kernel/sched.c | timer->next = timer->prev = NULL; |
next | 885 | kernel/sched.c | if (timer_head.next->expires <= jiffies) |
next | 382 | kernel/sysctl.c | de->next = de->subdir = 0; |
next | 61 | mm/filemap.c | if ((*p = page->next) != NULL) |
next | 64 | mm/filemap.c | page->next = NULL; |
next | 71 | mm/filemap.c | p = &page->next; |
next | 94 | mm/filemap.c | goto next; |
next | 130 | mm/filemap.c | next: |
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 | 691 | mm/memory.c | struct vm_area_struct * next; |
next | 696 | mm/memory.c | next = vma->vm_next; |
next | 697 | mm/memory.c | if (!next || vma->vm_end != next->vm_start) |
next | 699 | mm/memory.c | vma = next; |
next | 139 | mm/mlock.c | struct vm_area_struct * vma, * next; |
next | 169 | mm/mlock.c | next = vma->vm_next; |
next | 174 | mm/mlock.c | vma = next; |
next | 693 | mm/mmap.c | struct vm_area_struct *mpnt, *prev, *next, **npp, *free; |
next | 710 | mm/mmap.c | avl_neighbours(mpnt, current->mm->mmap_avl, &prev, &next); |
next | 777 | mm/mmap.c | struct vm_area_struct * next = mpnt->vm_next; |
next | 789 | mm/mmap.c | mpnt = next; |
next | 816 | mm/mmap.c | struct vm_area_struct * prev, * next; |
next | 818 | mm/mmap.c | avl_insert_neighbours(vmp, &t->mm->mmap_avl, &prev, &next); |
next | 819 | mm/mmap.c | if ((prev ? prev->vm_next : t->mm->mmap) != next) |
next | 825 | mm/mmap.c | vmp->vm_next = next; |
next | 875 | mm/mmap.c | struct vm_area_struct *prev, *mpnt, *next; |
next | 880 | mm/mmap.c | avl_neighbours(mpnt, task->mm->mmap_avl, &prev, &next); |
next | 885 | mm/mmap.c | mpnt = next; |
next | 891 | mm/mmap.c | for ( ; mpnt && prev->vm_start < end_addr ; prev = mpnt, mpnt = next) { |
next | 896 | mm/mmap.c | next = mpnt->vm_next; |
next | 205 | mm/mprotect.c | struct vm_area_struct * vma, * next; |
next | 239 | mm/mprotect.c | next = vma->vm_next; |
next | 244 | mm/mprotect.c | vma = next; |
next | 29 | mm/page_alloc.c | (entry->next = head->next)->prev = entry; |
next | 30 | mm/page_alloc.c | head->next = entry; |
next | 35 | mm/page_alloc.c | struct mem_list * next = entry->next; |
next | 36 | mm/page_alloc.c | (next->prev = entry->prev)->next = next; |
next | 125 | mm/page_alloc.c | while (queue != (ret = prev->next)) { \ |
next | 127 | mm/page_alloc.c | (prev->next = ret->next)->prev = prev; \ |
next | 205 | mm/page_alloc.c | for (tmp = free_area_list[order].next ; tmp != free_area_list + order ; tmp = tmp->next) { |
next | 254 | mm/page_alloc.c | free_area_list[i].prev = free_area_list[i].next = &free_area_list[i]; |
next | 29 | mm/swapfile.c | int next; /* swapfile to be used next */ |
next | 81 | mm/swapfile.c | type = swap_list.next; |
next | 91 | mm/swapfile.c | type = swap_info[type].next; |
next | 95 | mm/swapfile.c | swap_list.next = swap_list.head; |
next | 99 | mm/swapfile.c | swap_list.next = type; |
next | 104 | mm/swapfile.c | type = p->next; |
next | 149 | mm/swapfile.c | if (p->prio > swap_info[swap_list.next].prio) { |
next | 150 | mm/swapfile.c | swap_list.next = swap_list.head; |
next | 326 | mm/swapfile.c | for (type = swap_list.head; type >= 0; type = swap_info[type].next) { |
next | 345 | mm/swapfile.c | swap_list.head = p->next; |
next | 347 | mm/swapfile.c | swap_info[prev].next = p->next; |
next | 349 | mm/swapfile.c | if (type == swap_list.next) { |
next | 351 | mm/swapfile.c | swap_list.next = swap_list.head; |
next | 421 | mm/swapfile.c | p->next = -1; |
next | 510 | mm/swapfile.c | for (i = swap_list.head; i >= 0; i = swap_info[i].next) { |
next | 516 | mm/swapfile.c | p->next = i; |
next | 518 | mm/swapfile.c | swap_list.head = swap_list.next = p - swap_info; |
next | 520 | mm/swapfile.c | swap_info[prev].next = p - swap_info; |
next | 25 | mm/vmalloc.c | struct vm_struct * next; |
next | 244 | mm/vmalloc.c | area->next = NULL; |
next | 245 | mm/vmalloc.c | for (p = &vmlist; (tmp = *p) ; p = &tmp->next) { |
next | 251 | mm/vmalloc.c | area->next = *p; |
next | 266 | mm/vmalloc.c | for (p = &vmlist ; (tmp = *p) ; p = &tmp->next) { |
next | 268 | mm/vmalloc.c | *p = tmp->next; |
next | 330 | 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 | 296 | net/appletalk/aarp.c | *n=(*n)->next; |
next | 300 | net/appletalk/aarp.c | n=&((*n)->next); |
next | 318 | net/appletalk/aarp.c | *n=(*n)->next; |
next | 324 | net/appletalk/aarp.c | n=&((*n)->next); |
next | 342 | net/appletalk/aarp.c | *n=(*n)->next; |
next | 346 | net/appletalk/aarp.c | n=&((*n)->next); |
next | 417 | net/appletalk/aarp.c | list=list->next; |
next | 519 | net/appletalk/aarp.c | a->next=unresolved[hash]; |
next | 564 | net/appletalk/aarp.c | *list=a->next; |
next | 570 | net/appletalk/aarp.c | a->next=resolved[hash]; |
next | 588 | net/appletalk/aarp.c | list=&((*list)->next); |
next | 103 | net/appletalk/ddp.c | atalk_socket_list=s->next; |
next | 107 | net/appletalk/ddp.c | while(s && s->next) |
next | 109 | net/appletalk/ddp.c | if(s->next==sk) |
next | 111 | net/appletalk/ddp.c | s->next=sk->next; |
next | 115 | net/appletalk/ddp.c | s=s->next; |
next | 125 | net/appletalk/ddp.c | sk->next=atalk_socket_list; |
next | 134 | net/appletalk/ddp.c | for( s = atalk_socket_list; s != NULL; s = s->next ) |
next | 167 | net/appletalk/ddp.c | for ( s = atalk_socket_list; s != NULL; s = s->next ) |
next | 246 | net/appletalk/ddp.c | for (s = atalk_socket_list; s != NULL; s = s->next) |
next | 307 | net/appletalk/ddp.c | *iface = tmp->next; |
next | 311 | net/appletalk/ddp.c | iface = &tmp->next; |
next | 327 | net/appletalk/ddp.c | iface->next=atalk_iface_list; |
next | 409 | net/appletalk/ddp.c | for(iface=atalk_iface_list;iface!=NULL;iface=iface->next) |
next | 418 | 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 | 449 | net/appletalk/ddp.c | for(iface=atalk_iface_list;iface!=NULL;iface=iface->next) |
next | 466 | net/appletalk/ddp.c | for(iface=atalk_iface_list;iface!=NULL;iface=iface->next) |
next | 485 | net/appletalk/ddp.c | for(r=atalk_router_list;r!=NULL;r=r->next) |
next | 560 | net/appletalk/ddp.c | for(rt=atalk_router_list;rt!=NULL;rt=rt->next) |
next | 576 | net/appletalk/ddp.c | for ( riface = NULL, iface = atalk_iface_list; iface; iface = iface->next ) |
next | 597 | net/appletalk/ddp.c | rt->next=atalk_router_list; |
next | 629 | net/appletalk/ddp.c | *r = tmp->next; |
next | 633 | net/appletalk/ddp.c | r = &tmp->next; |
next | 652 | net/appletalk/ddp.c | *r = tmp->next; |
next | 656 | net/appletalk/ddp.c | r = &tmp->next; |
next | 849 | net/appletalk/ddp.c | for (iface = atalk_iface_list; iface != NULL; iface = iface->next) |
next | 889 | net/appletalk/ddp.c | for (rt = atalk_router_list; rt != NULL; rt = rt->next) |
next | 1094 | net/appletalk/ddp.c | sk->next=NULL; |
next | 187 | net/ax25/af_ax25.c | ax25_list = s->next; |
next | 192 | net/ax25/af_ax25.c | while (s != NULL && s->next != NULL) { |
next | 193 | net/ax25/af_ax25.c | if (s->next == ax25) { |
next | 194 | net/ax25/af_ax25.c | s->next = ax25->next; |
next | 199 | net/ax25/af_ax25.c | s = s->next; |
next | 212 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
next | 260 | net/ax25/af_ax25.c | ax25->next = ax25_list; |
next | 278 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
next | 303 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
next | 327 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
next | 352 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
next | 380 | net/ax25/af_ax25.c | sk = sk->next; |
next | 467 | net/ax25/af_ax25.c | for (a = ax25_uid_list; a != NULL; a = a->next) { |
next | 481 | net/ax25/af_ax25.c | for (a = ax25_uid_list; a != NULL; a = a->next) { |
next | 496 | net/ax25/af_ax25.c | a->next = ax25_uid_list; |
next | 509 | net/ax25/af_ax25.c | *l = (*l)->next; |
next | 514 | net/ax25/af_ax25.c | l = &((*l)->next); |
next | 592 | net/ax25/af_ax25.c | for (ax25=ax25_list; ax25 ; ax25 = ax25->next) |
next | 640 | net/ax25/af_ax25.c | for (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) { |
next | 691 | net/ax25/af_ax25.c | for (dev = dev_base; dev != NULL; dev = dev->next) { |
next | 943 | net/ax25/af_ax25.c | sk->next = NULL; |
next | 1015 | net/ax25/af_ax25.c | sk->next = NULL; |
next | 2120 | net/ax25/af_ax25.c | for (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) { |
next | 153 | net/ax25/ax25_out.c | unsigned short start, end, next; |
next | 183 | net/ax25/ax25_out.c | next = (ax25->vs + 1) % ax25->modulus; |
next | 185 | net/ax25/ax25_out.c | last = (next == end) || skb_peek(&ax25->write_queue) == NULL; |
next | 187 | net/ax25/ax25_out.c | last = (next == end); |
next | 196 | net/ax25/ax25_out.c | ax25->vs = next; |
next | 370 | net/ax25/ax25_out.c | for (ax25o=ax25_list; ax25o; ax25o=ax25o->next) |
next | 63 | net/ax25/ax25_route.c | struct ax25_route *next; |
next | 73 | net/ax25/ax25_route.c | struct ax25_dev *next; |
next | 89 | net/ax25/ax25_route.c | for (ax25_rt = ax25_route; ax25_rt != NULL; ax25_rt = ax25_rt->next) { |
next | 137 | net/ax25/ax25_route.c | ax25_rt->next = ax25_route; |
next | 149 | net/ax25/ax25_route.c | ax25_rt = ax25_rt->next; |
next | 153 | net/ax25/ax25_route.c | ax25_route = s->next; |
next | 158 | net/ax25/ax25_route.c | for (t = ax25_route; t != NULL; t = t->next) { |
next | 159 | net/ax25/ax25_route.c | if (t->next == s) { |
next | 160 | net/ax25/ax25_route.c | t->next = s->next; |
next | 189 | net/ax25/ax25_route.c | for (ax25_rt = ax25_route; ax25_rt != NULL; ax25_rt = ax25_rt->next) { |
next | 231 | net/ax25/ax25_route.c | ax25_rt->next = ax25_route; |
next | 245 | net/ax25/ax25_route.c | ax25_rt = ax25_rt->next; |
next | 248 | net/ax25/ax25_route.c | ax25_route = s->next; |
next | 253 | net/ax25/ax25_route.c | for (t = ax25_route; t != NULL; t = t->next) { |
next | 254 | net/ax25/ax25_route.c | if (t->next == s) { |
next | 255 | net/ax25/ax25_route.c | t->next = s->next; |
next | 284 | net/ax25/ax25_route.c | for (ax25_rt = ax25_route; ax25_rt != NULL; ax25_rt = ax25_rt->next) { |
next | 347 | net/ax25/ax25_route.c | for (pt = ax25_uid_list; pt != NULL; pt = pt->next) { |
next | 385 | net/ax25/ax25_route.c | for (ax25_rt = ax25_route; ax25_rt != NULL; ax25_rt = ax25_rt->next) { |
next | 426 | net/ax25/ax25_route.c | for (ax25_rt = ax25_route; ax25_rt != NULL; ax25_rt = ax25_rt->next) { |
next | 450 | net/ax25/ax25_route.c | for (ax25_rt = ax25_route; ax25_rt != NULL; ax25_rt = ax25_rt->next) { |
next | 465 | net/ax25/ax25_route.c | for (ax25_rt = ax25_route; ax25_rt != NULL; ax25_rt = ax25_rt->next) |
next | 476 | net/ax25/ax25_route.c | for (s = ax25_device; s != NULL; s = s->next) |
next | 529 | net/ax25/ax25_route.c | ax25_dev->next = ax25_device; |
next | 541 | net/ax25/ax25_route.c | ax25_dev = ax25_dev->next; |
next | 545 | net/ax25/ax25_route.c | ax25_device = s->next; |
next | 548 | net/ax25/ax25_route.c | for (t = ax25_device; t != NULL; t = t->next) { |
next | 549 | net/ax25/ax25_route.c | if (t->next == s) { |
next | 550 | net/ax25/ax25_route.c | t->next = s->next; |
next | 644 | net/ax25/ax25_route.c | struct ax25_bpqdev *next; |
next | 660 | net/ax25/ax25_route.c | for (bpqdev = ax25_bpqdev; bpqdev != NULL; bpqdev = bpqdev->next) { |
next | 690 | net/ax25/ax25_route.c | for (bpqdev = ax25_bpqdev; bpqdev != NULL; bpqdev = bpqdev->next) |
next | 714 | net/ax25/ax25_route.c | for (bpqdev = ax25_bpqdev; bpqdev != NULL; bpqdev = bpqdev->next) { |
next | 726 | net/ax25/ax25_route.c | bpqdev->next = ax25_bpqdev; |
next | 62 | net/ax25/ax25_timer.c | ax25->timer.next = ax25->timer.prev = NULL; |
next | 151 | 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 | 408 | net/core/dev.c | for (ptype = ptype_all; ptype!=NULL; ptype = ptype->next) |
next | 512 | net/core/dev.c | for (dev = dev_base; dev != NULL; dev = dev->next) |
next | 616 | net/core/dev.c | for (ptype = ptype_all; ptype!=NULL; ptype=ptype->next) |
next | 627 | net/core/dev.c | for (ptype = ptype_base[ntohs(type)&15]; ptype != NULL; ptype = ptype->next) |
next | 787 | net/core/dev.c | for (dev = dev_base; dev != NULL; dev = dev->next) |
next | 879 | net/core/dev.c | for (dev = dev_base; dev != NULL; dev = dev->next) |
next | 1368 | net/core/dev.c | *dp = dev->next; |
next | 1372 | net/core/dev.c | dp = &dev->next; |
next | 88 | net/core/dev_mcast.c | for(dmi=&dev->mc_list;*dmi!=NULL;dmi=&(*dmi)->next) |
next | 95 | net/core/dev_mcast.c | *dmi=(*dmi)->next; |
next | 111 | net/core/dev_mcast.c | for(dmi=dev->mc_list;dmi!=NULL;dmi=dmi->next) |
next | 125 | net/core/dev_mcast.c | dmi->next=dev->mc_list; |
next | 141 | net/core/dev_mcast.c | dev->mc_list=dev->mc_list->next; |
next | 41 | net/core/firewall.c | p=&((*p)->next); |
next | 44 | net/core/firewall.c | fw->next=*p; |
next | 85 | net/core/firewall.c | struct firewall_ops *f=fw->next; |
next | 90 | net/core/firewall.c | nl=&((*nl)->next); |
next | 105 | net/core/firewall.c | fw=fw->next; |
next | 123 | net/core/firewall.c | fw=fw->next; |
next | 137 | net/core/firewall.c | fw=fw->next; |
next | 85 | net/core/net_alias.c | for(nat = nat_base[type & 0x0f]; nat ; nat = nat->next) |
next | 310 | net/core/net_alias.c | for (aliasp = &alias_info->hash_tab[idx];*aliasp;aliasp = &(*aliasp)->next) |
next | 391 | net/core/net_alias.c | alias->next = NULL; |
next | 431 | net/core/net_alias.c | alias->next = *aliasp; |
next | 448 | net/core/net_alias.c | dev->next = alias_info->taildev->next; |
next | 449 | net/core/net_alias.c | alias_info->taildev->next = dev; |
next | 490 | net/core/net_alias.c | for (prevdev=main_dev, alias = NULL;prevdev->next && n_aliases; prevdev = prevdev->next) |
next | 492 | net/core/net_alias.c | if (!(alias = prevdev->next->my_alias)) |
next | 510 | net/core/net_alias.c | for(aliasp = &alias_info->hash_tab[alias->hash]; *aliasp; aliasp = &(*aliasp)->next) |
next | 547 | net/core/net_alias.c | prevdev->next = dev->next; |
next | 554 | net/core/net_alias.c | *aliasp = (*aliasp)->next; |
next | 604 | net/core/net_alias.c | dev = main_dev->next; |
next | 605 | net/core/net_alias.c | main_dev->next = alias_info->taildev->next; |
next | 607 | net/core/net_alias.c | alias_info->taildev->next = NULL; |
next | 633 | net/core/net_alias.c | dev = dev->next; |
next | 645 | net/core/net_alias.c | dev = dev->next; |
next | 808 | net/core/net_alias.c | for (aliasp = &alias_info->hash_tab[alias->hash]; *aliasp; aliasp = &(*aliasp)->next) |
next | 841 | net/core/net_alias.c | *aliasp = (*aliasp)->next; |
next | 844 | net/core/net_alias.c | alias->next = *aliasp; |
next | 876 | net/core/net_alias.c | for (nat = nat_base[idx]; nat ; nat = nat->next) |
next | 915 | net/core/net_alias.c | for (dev = dev_base; dev ; dev = dev->next) |
next | 999 | net/core/net_alias.c | alias; alias = alias->next) |
next | 1024 | net/core/net_alias.c | alias; alias=alias->next) |
next | 1302 | net/core/net_alias.c | nat->next = nat_base[hash]; |
next | 1335 | net/core/net_alias.c | for (natp = &nat_base[hash]; *natp ; natp = &(*natp)->next) |
next | 1339 | net/core/net_alias.c | *natp = nat->next; |
next | 87 | net/core/skbuff.c | if (!skb->next || !skb->prev) { |
next | 91 | net/core/skbuff.c | if (skb->next->magic_debug_cookie != SK_HEAD_SKB |
next | 92 | net/core/skbuff.c | && skb->next->magic_debug_cookie != SK_GOOD_SKB) { |
next | 105 | net/core/skbuff.c | struct sk_buff *skb2 = skb->next; |
next | 113 | net/core/skbuff.c | skb2 = skb2->next; |
next | 119 | net/core/skbuff.c | if (skb->next != NULL && skb->next->magic_debug_cookie != SK_HEAD_SKB |
next | 120 | net/core/skbuff.c | && skb->next->magic_debug_cookie != SK_GOOD_SKB) { |
next | 194 | net/core/skbuff.c | list->next = (struct sk_buff *)list; |
next | 213 | net/core/skbuff.c | if (newsk->next || newsk->prev) |
next | 216 | net/core/skbuff.c | newsk->next = list->next; |
next | 219 | net/core/skbuff.c | newsk->next->prev = newsk; |
next | 220 | net/core/skbuff.c | newsk->prev->next = newsk; |
next | 238 | net/core/skbuff.c | if (newsk->next || newsk->prev) |
next | 243 | net/core/skbuff.c | newsk->next = list; |
next | 246 | net/core/skbuff.c | newsk->next->prev = newsk; |
next | 247 | net/core/skbuff.c | newsk->prev->next = newsk; |
next | 271 | net/core/skbuff.c | result = list->next; |
next | 277 | net/core/skbuff.c | result->next->prev = list; |
next | 278 | net/core/skbuff.c | list->next = result->next; |
next | 280 | net/core/skbuff.c | result->next = NULL; |
next | 301 | net/core/skbuff.c | if(!old->next || !old->prev) |
next | 303 | net/core/skbuff.c | if(newsk->next || newsk->prev) |
next | 308 | net/core/skbuff.c | newsk->next = old; |
next | 311 | net/core/skbuff.c | newsk->prev->next = newsk; |
next | 328 | net/core/skbuff.c | if(!old->next || !old->prev) |
next | 330 | net/core/skbuff.c | if(newsk->next || newsk->prev) |
next | 337 | net/core/skbuff.c | newsk->next = old->next; |
next | 338 | net/core/skbuff.c | newsk->next->prev = newsk; |
next | 339 | net/core/skbuff.c | old->next = newsk; |
next | 364 | net/core/skbuff.c | skb->next->prev = skb->prev; |
next | 365 | net/core/skbuff.c | skb->prev->next = skb->next; |
next | 366 | net/core/skbuff.c | skb->next = NULL; |
next | 567 | net/core/skbuff.c | skb->prev = skb->next = skb->link3 = NULL; |
next | 649 | net/core/skbuff.c | n->next = n->prev = n->link3 = NULL; |
next | 77 | net/ethernet/eth.c | d=d->next; |
next | 120 | net/ipv4/af_inet.c | sk != NULL; sk=sk->next) |
next | 164 | net/ipv4/af_inet.c | sk = sk->next; |
next | 202 | net/ipv4/af_inet.c | sk->next = NULL; |
next | 242 | net/ipv4/af_inet.c | skp = &tmp->next; |
next | 244 | net/ipv4/af_inet.c | sk->next = tmp; |
next | 278 | net/ipv4/af_inet.c | *p=sk1->next; |
next | 281 | net/ipv4/af_inet.c | p=&((*p)->next); |
next | 369 | net/ipv4/af_inet.c | if (skb->next && skb->prev) |
next | 902 | net/ipv4/af_inet.c | sk2 != NULL; sk2 = sk2->next) |
next | 1375 | net/ipv4/af_inet.c | s != NULL; s = s->next) |
next | 1427 | net/ipv4/af_inet.c | for(; s != NULL; s = s->next) |
next | 1468 | net/ipv4/af_inet.c | for(; s != NULL; s = s->next) |
next | 1551 | net/ipv4/af_inet.c | struct inet_protocol *tmp = (struct inet_protocol *) p->next; |
next | 117 | net/ipv4/arp.c | struct arp_table *next; /* Linked entry list */ |
next | 259 | net/ipv4/arp.c | entry->next = entry; |
next | 262 | net/ipv4/arp.c | entry->next = tail->next; |
next | 263 | net/ipv4/arp.c | tail->next = entry; |
next | 281 | net/ipv4/arp.c | entry = (*q)->next; |
next | 282 | net/ipv4/arp.c | (*q)->next = entry->next; |
next | 283 | net/ipv4/arp.c | if (entry->next == entry) |
next | 285 | net/ipv4/arp.c | entry->next = NULL; |
next | 322 | net/ipv4/arp.c | struct hh_cache *hh, *next; |
next | 330 | net/ipv4/arp.c | for (hh = entry->hh; hh; hh = next) |
next | 332 | net/ipv4/arp.c | next = hh->hh_next; |
next | 426 | net/ipv4/arp.c | *pentry = entry->next; |
next | 438 | net/ipv4/arp.c | pentry = &entry->next; |
next | 454 | net/ipv4/arp.c | pentry = &entry->next; /* go to next entry */ |
next | 562 | net/ipv4/arp.c | *pentry = entry->next; |
next | 571 | net/ipv4/arp.c | pentry = &(*pentry)->next; |
next | 607 | net/ipv4/arp.c | *pentry = entry->next; /* remove from list */ |
next | 611 | net/ipv4/arp.c | pentry = &entry->next; /* go to next entry */ |
next | 759 | net/ipv4/arp.c | *pentry = entry1->next; |
next | 764 | net/ipv4/arp.c | pentry = &entry1->next; |
next | 933 | net/ipv4/arp.c | proxy_entry = proxy_entry->next) |
next | 992 | net/ipv4/arp.c | for (entry=arp_tables[hash]; entry; entry=entry->next) |
next | 1057 | net/ipv4/arp.c | entry->next = arp_tables[hash]; |
next | 1092 | net/ipv4/arp.c | entry != NULL; entry = entry->next) |
next | 1101 | net/ipv4/arp.c | entry != NULL; entry = entry->next) |
next | 1107 | net/ipv4/arp.c | for (entry=arp_proxy_list; entry != NULL; entry = entry->next) |
next | 1283 | net/ipv4/arp.c | entry->next = arp_tables[hash]; |
next | 1337 | net/ipv4/arp.c | for(entry=arp_tables[i]; entry!=NULL; entry=entry->next) |
next | 1516 | net/ipv4/arp.c | entry->next = arp_tables[hash]; |
next | 1562 | net/ipv4/arp.c | for (entry1=arp_tables[hash]; entry1; entry1=entry1->next) |
next | 1570 | net/ipv4/arp.c | entry->next = arp_tables[hash]; |
next | 1587 | net/ipv4/arp.c | struct hh_cache * next; |
next | 1593 | net/ipv4/arp.c | for (hh=entry->hh; hh; hh=next) |
next | 1595 | net/ipv4/arp.c | next = hh->hh_next; |
next | 1742 | net/ipv4/arp.c | entry->next = arp_proxy_list; |
next | 1750 | net/ipv4/arp.c | entry->next = arp_tables[hash]; |
next | 1832 | net/ipv4/arp.c | entry != NULL; entry = entry->next) |
next | 1844 | net/ipv4/arp.c | entry != NULL; entry = entry->next) |
next | 107 | net/ipv4/devinet.c | for (dev = dev_base; dev != NULL; dev = dev->next) |
next | 174 | net/ipv4/devinet.c | for (dev = dev_base; dev != NULL; dev = dev->next) |
next | 193 | net/ipv4/devinet.c | for (dev = dev_base; dev; dev = dev->next) |
next | 203 | net/ipv4/devinet.c | for (dev = dev_base; dev; dev = dev->next) |
next | 223 | net/ipv4/devinet.c | for(dev = dev_base; dev; dev=dev->next) |
next | 235 | net/ipv4/devinet.c | for (dev = dev_base; dev != NULL; dev = dev->next) |
next | 445 | net/ipv4/icmp.c | nextip = (struct inet_protocol *) ipprot->next; |
next | 110 | net/ipv4/igmp.c | for(i=ip_router_info_head;i!=NULL;i=i->next) |
next | 128 | net/ipv4/igmp.c | i->next = ip_router_info_head; |
next | 146 | net/ipv4/igmp.c | for(i=ip_router_info_head;i!=NULL;i=i->next) |
next | 176 | net/ipv4/igmp.c | i->next = ip_router_info_head; |
next | 290 | net/ipv4/igmp.c | for(im=dev->ip_mc_list;im!=NULL;im=im->next) { |
next | 322 | net/ipv4/igmp.c | for(im=dev->ip_mc_list;im!=NULL;im=im->next) |
next | 354 | net/ipv4/igmp.c | for(im=dev->ip_mc_list;im!=NULL;im=im->next) |
next | 487 | net/ipv4/igmp.c | for(i=dev->ip_mc_list;i!=NULL;i=i->next) |
next | 501 | net/ipv4/igmp.c | i->next=dev->ip_mc_list; |
next | 513 | net/ipv4/igmp.c | for(i=&(dev->ip_mc_list);(*i)!=NULL;i=&(*i)->next) |
next | 523 | net/ipv4/igmp.c | *i=(*i)->next; |
next | 540 | net/ipv4/igmp.c | j=i->next; |
next | 553 | net/ipv4/igmp.c | for(i=dev->ip_mc_list;i!=NULL;i=i->next) |
next | 563 | net/ipv4/igmp.c | i->next=dev->ip_mc_list; |
next | 136 | net/ipv4/ip_fragment.c | for(qp = ipqueue; qp != NULL; qplast = qp, qp = qp->next) |
next | 172 | net/ipv4/ip_fragment.c | ipqueue = qp->next; |
next | 178 | net/ipv4/ip_fragment.c | qp->prev->next = qp->next; |
next | 179 | net/ipv4/ip_fragment.c | if (qp->next != NULL) |
next | 180 | net/ipv4/ip_fragment.c | qp->next->prev = qp->prev; |
next | 188 | net/ipv4/ip_fragment.c | xp = fp->next; |
next | 295 | net/ipv4/ip_fragment.c | qp->next = ipqueue; |
next | 296 | net/ipv4/ip_fragment.c | if (qp->next != NULL) |
next | 297 | net/ipv4/ip_fragment.c | qp->next->prev = qp; |
next | 325 | net/ipv4/ip_fragment.c | fp = fp->next; |
next | 388 | net/ipv4/ip_fragment.c | fp = fp->next; |
next | 411 | net/ipv4/ip_fragment.c | struct ipfrag *prev, *next, *tmp; |
next | 509 | net/ipv4/ip_fragment.c | for(next = qp->fragments; next != NULL; next = next->next) |
next | 511 | net/ipv4/ip_fragment.c | if (next->offset > offset) |
next | 513 | net/ipv4/ip_fragment.c | prev = next; |
next | 533 | net/ipv4/ip_fragment.c | for(tmp=next; tmp != NULL; tmp = tfp) |
next | 535 | net/ipv4/ip_fragment.c | tfp = tmp->next; |
next | 539 | net/ipv4/ip_fragment.c | i = end - next->offset; /* overlap is 'i' bytes */ |
next | 550 | net/ipv4/ip_fragment.c | tmp->prev->next = tmp->next; |
next | 552 | net/ipv4/ip_fragment.c | qp->fragments = tmp->next; |
next | 554 | net/ipv4/ip_fragment.c | if (tfp->next != NULL) |
next | 555 | net/ipv4/ip_fragment.c | tmp->next->prev = tmp->prev; |
next | 557 | net/ipv4/ip_fragment.c | next=tfp; /* We have killed the original next frame */ |
next | 582 | net/ipv4/ip_fragment.c | tfp->next = next; |
next | 584 | net/ipv4/ip_fragment.c | prev->next = tfp; |
next | 588 | net/ipv4/ip_fragment.c | if (next != NULL) |
next | 589 | net/ipv4/ip_fragment.c | next->prev = tfp; |
next | 536 | net/ipv4/ip_fw.c | if (old==NULL) ip_msq_hosts = ms->next; |
next | 537 | net/ipv4/ip_fw.c | else old->next = ms->next; |
next | 542 | net/ipv4/ip_fw.c | cur=cur->next; |
next | 581 | net/ipv4/ip_fw.c | mst = mst->next; |
next | 586 | net/ipv4/ip_fw.c | ms->next = ip_msq_hosts; |
next | 838 | net/ipv4/ip_fw.c | ms = ms->next; |
next | 1013 | net/ipv4/ip_fw.c | ms = ms->next; |
next | 1570 | net/ipv4/ip_fw.c | ms=ms->next; |
next | 416 | net/ipv4/ip_input.c | ip_mc=ip_mc->next; |
next | 487 | net/ipv4/ip_input.c | sknext=get_sock_raw(raw_sk->next, iph->protocol, iph->saddr, iph->daddr); |
next | 513 | net/ipv4/ip_input.c | for (ipprot = (struct inet_protocol *)inet_protos[hash];ipprot != NULL;ipprot=(struct inet_protocol *)ipprot->next) |
next | 417 | net/ipv4/ip_output.c | if (skb->next != NULL) |
next | 498 | net/ipv4/ip_output.c | imc=imc->next; |
next | 958 | net/ipv4/ip_output.c | imc=imc->next; |
next | 55 | net/ipv4/ip_sockglue.c | for(dev = dev_base; dev; dev = dev->next) |
next | 61 | net/ipv4/ip_sockglue.c | for(im = dev->ip_mc_list; im; im = im->next) |
next | 99 | net/ipv4/ip_sockglue.c | for(dev = dev_base; dev; dev = dev->next) |
next | 126 | net/ipv4/ipmr.c | *cp=cache->next; |
next | 129 | net/ipv4/ipmr.c | cp=&((*cp)->next); |
next | 163 | net/ipv4/ipmr.c | c->next=mfc_cache_array[line]; |
next | 180 | net/ipv4/ipmr.c | cache=cache->next; |
next | 187 | net/ipv4/ipmr.c | cache=cache->next; |
next | 230 | net/ipv4/ipmr.c | *p=cache->next; |
next | 233 | net/ipv4/ipmr.c | p=&((*p)->next); |
next | 318 | net/ipv4/ipmr.c | cache->next=cache_resolve_queue; |
next | 893 | net/ipv4/ipmr.c | mfc=mfc->next; |
next | 125 | 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 | 77 | net/ipv4/rarp.c | struct rarp_table *next; /* Linked entry list */ |
next | 127 | net/ipv4/rarp.c | *pentry = entry->next; |
next | 132 | net/ipv4/rarp.c | pentry = &entry->next; |
next | 152 | net/ipv4/rarp.c | *pentry = entry->next; |
next | 157 | net/ipv4/rarp.c | pentry = &entry->next; |
next | 260 | net/ipv4/rarp.c | for (entry = rarp_tables; entry != NULL; entry = entry->next) |
next | 342 | net/ipv4/rarp.c | for (entry = rarp_tables; entry != NULL; entry = entry->next) |
next | 365 | net/ipv4/rarp.c | entry->next = rarp_tables; |
next | 412 | net/ipv4/rarp.c | for (entry = rarp_tables; entry != NULL; entry = entry->next) |
next | 507 | net/ipv4/rarp.c | for(entry=rarp_tables; entry!=NULL; entry=entry->next) |
next | 580 | net/ipv4/rarp.c | rt_next = rt->next; |
next | 643 | net/ipv4/route.c | struct fib_node * next; |
next | 645 | net/ipv4/route.c | next = f1->fib_next; |
next | 648 | net/ipv4/route.c | f1 = next; |
next | 1143 | net/ipv4/route.c | struct rtable * rth, * next; |
next | 1159 | net/ipv4/route.c | for (; rth; rth=next) |
next | 1161 | net/ipv4/route.c | next = rth->rt_next; |
next | 1654 | net/ipv4/route.c | for (dev2 = dev_base ; dev2 != NULL ; dev2 = dev2->next) |
next | 447 | net/ipv4/tcp.c | p=p->next; |
next | 661 | net/ipv4/tcp.c | skb = skb->next; |
next | 1502 | net/ipv4/tcp.c | skb = skb->next; |
next | 551 | net/ipv4/tcp_input.c | if (skb->next != NULL) |
next | 732 | net/ipv4/tcp_input.c | ! before (sk->window_seq, sk->write_queue.next->end_seq)) |
next | 827 | net/ipv4/tcp_input.c | if (oskb->next) |
next | 855 | net/ipv4/tcp_input.c | if (after (sk->window_seq+1, sk->write_queue.next->end_seq) && |
next | 858 | net/ipv4/tcp_input.c | before(sk->write_queue.next->end_seq, sk->rcv_ack_seq + 1)) |
next | 867 | net/ipv4/tcp_input.c | else if (before(sk->window_seq, sk->write_queue.next->end_seq) && |
next | 1382 | net/ipv4/tcp_input.c | for(skb2 = skb->next; |
next | 1384 | net/ipv4/tcp_input.c | skb2 = skb2->next) |
next | 93 | net/ipv4/tcp_output.c | if (skb->next != NULL) |
next | 100 | net/ipv4/tcp_output.c | if (before(sk->window_seq, sk->write_queue.next->end_seq) && |
next | 645 | net/ipv4/tcp_output.c | if (buff->next != NULL) |
next | 673 | net/ipv4/udp.c | sknext=get_sock_mcast(sk->next, uh->dest, saddr, uh->source, daddr); |
next | 154 | net/ipx/af_ipx.c | intrfc->if_sklist=s->next; |
next | 159 | net/ipx/af_ipx.c | while(s && s->next) { |
next | 160 | net/ipx/af_ipx.c | if(s->next==sk) { |
next | 161 | net/ipx/af_ipx.c | s->next=sk->next; |
next | 165 | net/ipx/af_ipx.c | s=s->next; |
next | 238 | net/ipx/af_ipx.c | sk->next = NULL; |
next | 242 | net/ipx/af_ipx.c | for (s = intrfc->if_sklist; s->next != NULL; s = s->next) |
next | 244 | net/ipx/af_ipx.c | s->next = sk; |
next | 255 | net/ipx/af_ipx.c | s=s->next) |
next | 276 | net/ipx/af_ipx.c | s = s->next; |
next | 301 | net/ipx/af_ipx.c | s = s->next; |
next | 302 | net/ipx/af_ipx.c | t->next = NULL; |
next | 416 | net/ipx/af_ipx.c | s = s->next; |
next | 1382 | net/ipx/af_ipx.c | for (s = i->if_sklist; s != NULL; s = s->next) { |
next | 1599 | net/ipx/af_ipx.c | sk->next=NULL; |
next | 81 | net/netrom/af_netrom.c | nr_list = s->next; |
next | 86 | net/netrom/af_netrom.c | while (s != NULL && s->next != NULL) { |
next | 87 | net/netrom/af_netrom.c | if (s->next == sk) { |
next | 88 | net/netrom/af_netrom.c | s->next = sk->next; |
next | 93 | net/netrom/af_netrom.c | s = s->next; |
next | 106 | net/netrom/af_netrom.c | for (s = nr_list; s != NULL; s = s->next) { |
next | 144 | net/netrom/af_netrom.c | sk->next = nr_list; |
next | 162 | net/netrom/af_netrom.c | for (s = nr_list; s != NULL; s = s->next) { |
next | 184 | net/netrom/af_netrom.c | for (s = nr_list; s != NULL; s = s->next) { |
next | 207 | net/netrom/af_netrom.c | for (s = nr_list; s != NULL; s = s->next) { |
next | 436 | net/netrom/af_netrom.c | sk->next = NULL; |
next | 536 | net/netrom/af_netrom.c | sk->next = NULL; |
next | 1277 | net/netrom/af_netrom.c | for (s = nr_list; s != NULL; s = s->next) { |
next | 145 | net/netrom/nr_out.c | unsigned short start, end, next; |
next | 174 | net/netrom/nr_out.c | next = (sk->nr->vs + 1) % NR_MODULUS; |
next | 175 | net/netrom/nr_out.c | last = (next == end); |
next | 182 | net/netrom/nr_out.c | sk->nr->vs = next; |
next | 76 | net/netrom/nr_route.c | for (nr_node = nr_node_list; nr_node != NULL; nr_node = nr_node->next) |
next | 80 | net/netrom/nr_route.c | for (nr_neigh = nr_neigh_list; nr_neigh != NULL; nr_neigh = nr_neigh->next) |
next | 111 | net/netrom/nr_route.c | nr_neigh->next = nr_neigh_list; |
next | 134 | net/netrom/nr_route.c | nr_node->next = nr_node_list; |
next | 235 | net/netrom/nr_route.c | nr_node_list = nr_node->next; |
next | 241 | net/netrom/nr_route.c | while (s != NULL && s->next != NULL) { |
next | 242 | net/netrom/nr_route.c | if (s->next == nr_node) { |
next | 243 | net/netrom/nr_route.c | s->next = nr_node->next; |
next | 249 | net/netrom/nr_route.c | s = s->next; |
next | 264 | net/netrom/nr_route.c | nr_neigh_list = nr_neigh->next; |
next | 272 | net/netrom/nr_route.c | while (s != NULL && s->next != NULL) { |
next | 273 | net/netrom/nr_route.c | if (s->next == nr_neigh) { |
next | 274 | net/netrom/nr_route.c | s->next = nr_neigh->next; |
next | 282 | net/netrom/nr_route.c | s = s->next; |
next | 298 | net/netrom/nr_route.c | for (nr_node = nr_node_list; nr_node != NULL; nr_node = nr_node->next) |
next | 304 | net/netrom/nr_route.c | for (nr_neigh = nr_neigh_list; nr_neigh != NULL; nr_neigh = nr_neigh->next) |
next | 347 | net/netrom/nr_route.c | for (nr_neigh = nr_neigh_list; nr_neigh != NULL; nr_neigh = nr_neigh->next) { |
next | 370 | net/netrom/nr_route.c | nr_neigh->next = nr_neigh_list; |
next | 386 | net/netrom/nr_route.c | for (nr_neigh = nr_neigh_list; nr_neigh != NULL; nr_neigh = nr_neigh->next) |
next | 416 | net/netrom/nr_route.c | nr_node = nr_node->next; |
next | 429 | net/netrom/nr_route.c | nr_neigh = nr_neigh->next; |
next | 478 | net/netrom/nr_route.c | nr_neigh = nr_neigh->next; |
next | 485 | net/netrom/nr_route.c | nr_node = nr_node->next; |
next | 541 | net/netrom/nr_route.c | for (dev = dev_base; dev != NULL; dev = dev->next) |
next | 556 | net/netrom/nr_route.c | for (dev = dev_base; dev != NULL; dev = dev->next) |
next | 635 | net/netrom/nr_route.c | for (nr_neigh = nr_neigh_list; nr_neigh != NULL; nr_neigh = nr_neigh->next) |
next | 641 | net/netrom/nr_route.c | for (nr_node = nr_node_list; nr_node != NULL; nr_node = nr_node->next) |
next | 682 | net/netrom/nr_route.c | for (nr_node = nr_node_list; nr_node != NULL; nr_node = nr_node->next) |
next | 689 | net/netrom/nr_route.c | for (nr_neigh = nr_neigh_list; nr_neigh != NULL; nr_neigh = nr_neigh->next) |
next | 725 | net/netrom/nr_route.c | for (nr_node = nr_node_list; nr_node != NULL; nr_node = nr_node->next) { |
next | 774 | 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 | 257 | net/socket.c | sock->next = NULL; |
next | 290 | net/socket.c | nextsock = peersock->next; |
next | 98 | net/unix/af_unix.c | *s=sk->next; |
next | 102 | net/unix/af_unix.c | s=&((*s)->next); |
next | 110 | net/unix/af_unix.c | sk->next=unix_socket_list; |
next | 127 | net/unix/af_unix.c | s=s->next; |
next | 311 | net/unix/af_unix.c | sk->next=NULL; |
next | 1081 | net/unix/af_unix.c | s=s->next; |
next | 48 | scripts/tkcond.c | for(;cnd; cnd = cnd->next) |
next | 81 | scripts/tkcond.c | struct condition * next; |
next | 82 | scripts/tkcond.c | for(;cnd; cnd = next) |
next | 84 | scripts/tkcond.c | next = cnd->next; |
next | 104 | scripts/tkcond.c | for(cfg = config;cfg != NULL; cfg = cfg->next) |
next | 111 | scripts/tkcond.c | for(cond = cfg->cond; cond != NULL; cond = cond->next) |
next | 123 | scripts/tkcond.c | cond2 = cond->next->next; |
next | 171 | scripts/tkcond.c | tail->next = new; |
next | 179 | scripts/tkcond.c | for(;ocond != NULL; ocond = ocond->next) |
next | 191 | scripts/tkcond.c | for(cfg = config;cfg != NULL; cfg = cfg->next) |
next | 217 | scripts/tkcond.c | tail->next = new; |
next | 227 | scripts/tkcond.c | tail->next = new; |
next | 238 | scripts/tkcond.c | tail->next = new; |
next | 266 | scripts/tkcond.c | for(ocond = cond;ocond != NULL; ocond = ocond->next) |
next | 278 | scripts/tkcond.c | tail->next = new; |
next | 286 | scripts/tkcond.c | tail->next = new; |
next | 323 | scripts/tkcond.c | for(cfg=scfg;cfg != NULL; cfg = cfg->next) |
next | 381 | scripts/tkcond.c | for(cfg=scfg;cfg != NULL; cfg = cfg->next) |
next | 389 | scripts/tkcond.c | for(cfg1=cfg;cfg1 != NULL; cfg1 = cfg1->next) |
next | 425 | scripts/tkcond.c | for(cfg=scfg;cfg != NULL; cfg = cfg->next) |
next | 431 | scripts/tkcond.c | for(cnd = cfg->cond; cnd; cnd=cnd->next) |
next | 450 | scripts/tkcond.c | last->next = cfg->cond; |
next | 462 | scripts/tkcond.c | for(cfg=scfg;cfg != NULL; cfg = cfg->next) |
next | 468 | scripts/tkcond.c | for(cnd = cfg->cond; cnd; cnd=cnd->next) |
next | 474 | scripts/tkcond.c | for(cnd1 = cnd->next; cnd1; cnd1=cnd1->next) |
next | 489 | scripts/tkcond.c | for(i=0; i<5; i++, cnd2=cnd2->next, cnd3=cnd3->next) |
next | 512 | scripts/tkcond.c | for(i=0; i<5; i++, cnd3=cnd3->next) |
next | 80 | scripts/tkgen.c | for(; cfg != NULL; cfg = cfg->next) |
next | 117 | scripts/tkgen.c | cond = cond->next; |
next | 179 | scripts/tkgen.c | cond = cond->next; |
next | 292 | scripts/tkgen.c | for(; cond != NULL; cond = cond->next ) |
next | 358 | scripts/tkgen.c | cond = cond->next; |
next | 485 | scripts/tkgen.c | for(cfg = config;cfg != NULL; cfg = cfg->next) |
next | 504 | scripts/tkgen.c | for(cfg = config;cfg != NULL; cfg = cfg->next) |
next | 556 | scripts/tkgen.c | for(pnt = cfg->next; pnt; pnt = pnt->next) |
next | 607 | scripts/tkgen.c | for(cfg = scfg;cfg != NULL; cfg = cfg->next) |
next | 667 | scripts/tkgen.c | for(cfg = scfg; cfg != NULL; cfg = cfg->next) |
next | 828 | scripts/tkgen.c | for(cfg = scfg; cfg != NULL; cfg = cfg->next) |
next | 847 | scripts/tkgen.c | for(cfg = config;cfg != NULL; cfg = cfg->next) |
next | 868 | scripts/tkgen.c | for(cfg = scfg; cfg != NULL; cfg = cfg->next) |
next | 904 | scripts/tkgen.c | for(cfg = scfg; cfg != NULL; cfg = cfg->next) |
next | 949 | scripts/tkgen.c | for(cfg1 = cfg->next; |
next | 951 | scripts/tkgen.c | cfg1 = cfg1->next) |
next | 982 | scripts/tkgen.c | for(cfg = scfg; cfg != NULL; cfg = cfg->next) |
next | 985 | scripts/tkgen.c | for(cfg1 = cfg->next; |
next | 987 | scripts/tkgen.c | cfg1 = cfg1->next) |
next | 995 | scripts/tkgen.c | for(cfg = scfg; cfg != NULL; cfg = cfg->next) |
next | 999 | scripts/tkgen.c | for(cfg1 = cfg->next; |
next | 1001 | scripts/tkgen.c | cfg1 = cfg1->next) |
next | 1014 | scripts/tkgen.c | for(cfg = scfg; cfg != NULL; cfg = cfg->next) |
next | 1020 | scripts/tkgen.c | for(cfg = scfg; cfg != NULL; cfg = cfg->next) |
next | 87 | scripts/tkparse.c | last->next = cpnt; |
next | 237 | scripts/tkparse.c | clast->next = kcfg; |
next | 411 | scripts/tkparse.c | clast->next = kcfg; |
next | 537 | scripts/tkparse.c | cond = cond->next; |
next | 643 | scripts/tkparse.c | for(cfg = config; cfg; cfg = cfg->next) |
next | 47 | scripts/tkparse.h | struct condition * next; |
next | 58 | scripts/tkparse.h | struct kconfig * next; |