tag | line | file | source code |
next | 296 | arch/alpha/kernel/bios32.c | for (child = bus->children; child; child = child->next) { |
next | 355 | arch/alpha/kernel/bios32.c | for (dev = pci_devices; dev; dev = dev->next) { |
next | 379 | arch/alpha/kernel/bios32.c | for (dev = pci_devices; dev; dev = dev->next) { |
next | 451 | arch/alpha/kernel/bios32.c | for (dev = pci_devices; dev; dev = dev->next) { |
next | 659 | arch/alpha/kernel/bios32.c | for (dev = pci_devices; dev; dev = dev->next) { |
next | 145 | arch/alpha/kernel/irq.c | for (action=action->next; action; action = action->next) { |
next | 188 | arch/alpha/kernel/irq.c | for (tmp = action; tmp->next; tmp = tmp->next); |
next | 209 | arch/alpha/kernel/irq.c | action->next = NULL; |
next | 213 | arch/alpha/kernel/irq.c | tmp->next = action; |
next | 241 | arch/alpha/kernel/irq.c | for (; action; action = action->next) { |
next | 256 | arch/alpha/kernel/irq.c | tmp->next = action->next; |
next | 258 | arch/alpha/kernel/irq.c | irq_action[irq] = action->next; |
next | 287 | arch/alpha/kernel/irq.c | action = action->next; |
next | 311 | arch/alpha/kernel/irq.c | action = action->next; |
next | 331 | arch/alpha/kernel/irq.c | action = action->next; |
next | 354 | arch/alpha/kernel/irq.c | action = action->next; |
next | 192 | arch/i386/kernel/irq.c | for (action=action->next; action; action = action->next) { |
next | 243 | arch/i386/kernel/irq.c | for (action=action->next; action; action = action->next) { |
next | 305 | arch/i386/kernel/irq.c | action = action->next; |
next | 331 | arch/i386/kernel/irq.c | action = action->next; |
next | 353 | arch/i386/kernel/irq.c | for (tmp = action; tmp->next; tmp = tmp->next); |
next | 384 | arch/i386/kernel/irq.c | action->next = NULL; |
next | 388 | arch/i386/kernel/irq.c | tmp->next = action; |
next | 427 | arch/i386/kernel/irq.c | for (; action; action = action->next) { |
next | 442 | arch/i386/kernel/irq.c | tmp->next = action->next; |
next | 444 | arch/i386/kernel/irq.c | *(irq + irq_action) = action->next; |
next | 126 | arch/mips/kernel/irq.c | for (action=action->next; action; action = action->next) { |
next | 152 | arch/mips/kernel/irq.c | action = action->next; |
next | 170 | arch/mips/kernel/irq.c | action = action->next; |
next | 192 | arch/mips/kernel/irq.c | for (tmp = action; tmp->next; tmp = tmp->next); |
next | 223 | arch/mips/kernel/irq.c | action->next = NULL; |
next | 227 | arch/mips/kernel/irq.c | tmp->next = action; |
next | 268 | arch/mips/kernel/irq.c | for (; action; action = action->next) { |
next | 283 | arch/mips/kernel/irq.c | tmp->next = action->next; |
next | 285 | arch/mips/kernel/irq.c | *(irq + irq_action) = action->next; |
next | 98 | arch/ppc/kernel/irq.c | for (action=action->next; action; action = action->next) { |
next | 145 | arch/ppc/kernel/irq.c | action = action->next; |
next | 226 | arch/ppc/kernel/irq.c | for (tmp = action; tmp->next; tmp = tmp->next); |
next | 255 | arch/ppc/kernel/irq.c | action->next = NULL; |
next | 259 | arch/ppc/kernel/irq.c | tmp->next = action; |
next | 299 | arch/ppc/kernel/irq.c | for (; action; action = action->next) { |
next | 314 | arch/ppc/kernel/irq.c | tmp->next = action->next; |
next | 316 | arch/ppc/kernel/irq.c | *(irq + irq_action) = action->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 | 180 | arch/sparc/kernel/irq.c | for (action=action->next; action; action = action->next) { |
next | 205 | arch/sparc/kernel/irq.c | for (; action; action = action->next) { |
next | 219 | arch/sparc/kernel/irq.c | tmp->next = action->next; |
next | 221 | arch/sparc/kernel/irq.c | *(irq + irq_action) = action->next; |
next | 258 | arch/sparc/kernel/irq.c | action = action->next; |
next | 276 | arch/sparc/kernel/irq.c | action = action->next; |
next | 359 | arch/sparc/kernel/irq.c | for (tmp = action; tmp->next; tmp = tmp->next); |
next | 381 | arch/sparc/kernel/irq.c | action->next = NULL; |
next | 385 | arch/sparc/kernel/irq.c | tmp->next = action; |
next | 99 | arch/sparc/mm/init.c | ctx_free.next = ctx_free.prev = &ctx_free; |
next | 100 | arch/sparc/mm/init.c | ctx_used.next = ctx_used.prev = &ctx_used; |
next | 673 | arch/sparc/mm/srmmu.c | ctxp = ctx_free.next; |
next | 681 | arch/sparc/mm/srmmu.c | ctxp = ctx_used.next; |
next | 683 | arch/sparc/mm/srmmu.c | ctxp = ctxp->next; |
next | 222 | arch/sparc/mm/sun4c.c | struct sun4c_mmu_entry *next; |
next | 236 | arch/sparc/mm/sun4c.c | mmu_entry_pool[i].next = 0; |
next | 310 | arch/sparc/mm/sun4c.c | sun4c_context_ring[i].ringhd.next = |
next | 315 | arch/sparc/mm/sun4c.c | sun4c_ufree_ring.ringhd.next = sun4c_ufree_ring.ringhd.prev = |
next | 317 | arch/sparc/mm/sun4c.c | sun4c_kernel_ring.ringhd.next = sun4c_kernel_ring.ringhd.prev = |
next | 319 | arch/sparc/mm/sun4c.c | sun4c_kfree_ring.ringhd.next = sun4c_kfree_ring.ringhd.prev = |
next | 330 | arch/sparc/mm/sun4c.c | (entry->next = head->next)->prev = entry; |
next | 331 | arch/sparc/mm/sun4c.c | head->next = entry; |
next | 337 | arch/sparc/mm/sun4c.c | struct sun4c_mmu_entry *next = entry->next; |
next | 339 | arch/sparc/mm/sun4c.c | (next->prev = entry->prev)->next = next; |
next | 346 | arch/sparc/mm/sun4c.c | struct sun4c_mmu_entry *next = entry->next; |
next | 348 | arch/sparc/mm/sun4c.c | (next->prev = entry->prev)->next = next; |
next | 349 | arch/sparc/mm/sun4c.c | entry->prev = head; (entry->next = head->next)->prev = entry; |
next | 350 | arch/sparc/mm/sun4c.c | head->next = entry; |
next | 460 | arch/sparc/mm/sun4c.c | this_entry = crp->ringhd.next; |
next | 464 | arch/sparc/mm/sun4c.c | next_entry = this_entry->next; |
next | 474 | arch/sparc/mm/sun4c.c | struct sun4c_mmu_entry *entry = crp->ringhd.next; |
next | 495 | arch/sparc/mm/sun4c.c | return sun4c_ufree_ring.ringhd.next; |
next | 507 | arch/sparc/mm/sun4c.c | return sun4c_ufree_ring.ringhd.next; |
next | 516 | arch/sparc/mm/sun4c.c | return sun4c_kfree_ring.ringhd.next; |
next | 522 | arch/sparc/mm/sun4c.c | return sun4c_kfree_ring.ringhd.next; |
next | 885 | arch/sparc/mm/sun4c.c | this_entry = sun4c_kernel_ring.ringhd.next; |
next | 887 | arch/sparc/mm/sun4c.c | next_entry = this_entry->next; |
next | 974 | arch/sparc/mm/sun4c.c | ctxp = ctx_free.next; |
next | 982 | arch/sparc/mm/sun4c.c | ctxp = ctx_used.next; |
next | 984 | arch/sparc/mm/sun4c.c | ctxp = ctxp->next; |
next | 34 | arch/sparc/prom/devtree.c | struct sparcdev *next; |
next | 45 | arch/sparc/prom/devtree.c | struct sparcbus *next; |
next | 83 | arch/sparc/prom/devtree.c | while(thebus = sparcbus_list; thebus; thebus = thebus->next) |
next | 89 | arch/sparc/prom/devtree.c | for(sdp = thebus->device_list; sdp; sdp = sdp->next) { |
next | 106 | arch/sparc/prom/devtree.c | if(!start_dev->next || !num_names) |
next | 108 | arch/sparc/prom/devtree.c | for(sdp = start_dev->next; sdp; sdp = sdp->next) { |
next | 2820 | drivers/block/floppy.c | if (raw_cmd->next && |
next | 2825 | drivers/block/floppy.c | raw_cmd = raw_cmd->next; |
next | 2868 | drivers/block/floppy.c | ptr = ptr->next; |
next | 2876 | drivers/block/floppy.c | struct floppy_raw_cmd *next,*this; |
next | 2886 | drivers/block/floppy.c | next = this->next; |
next | 2888 | drivers/block/floppy.c | this = next; |
next | 2917 | drivers/block/floppy.c | ptr->next = 0; |
next | 2925 | drivers/block/floppy.c | ptr->next = 0; |
next | 2951 | drivers/block/floppy.c | rcmd = & (ptr->next); |
next | 4005 | drivers/block/floppy.c | if (motor_off_timer[drive].next) |
next | 4008 | drivers/block/floppy.c | if (fd_timeout.next) |
next | 4010 | drivers/block/floppy.c | if (fd_timer.next) |
next | 599 | 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 | 559 | drivers/block/ide.c | for (gdp = &gendisk_head; *gdp; gdp = &((*gdp)->next)) ; |
next | 560 | drivers/block/ide.c | gd->next = NULL; /* link to tail of list */ |
next | 757 | drivers/block/ide.c | blk_dev[MAJOR(rq->rq_dev)].current_request = rq->next; |
next | 1125 | drivers/block/ide.c | next: |
next | 1148 | drivers/block/ide.c | goto next; |
next | 1426 | drivers/block/ide.c | } while ((hwif = hwif->next) != hwgroup->hwif); |
next | 1453 | drivers/block/ide.c | } while ((hwif = hwif->next) != hgif); |
next | 1457 | drivers/block/ide.c | } while ((hwif = hwif->next) != hgif); |
next | 1562 | drivers/block/ide.c | } while ((hwif = hwif->next) != hwgroup->hwif); |
next | 1635 | drivers/block/ide.c | rq->next = NULL; |
next | 1689 | drivers/block/ide.c | rq->next = cur_rq; |
next | 1700 | drivers/block/ide.c | while (cur_rq->next != NULL) /* find end of list */ |
next | 1701 | drivers/block/ide.c | cur_rq = cur_rq->next; |
next | 1703 | drivers/block/ide.c | rq->next = cur_rq->next; |
next | 1704 | drivers/block/ide.c | cur_rq->next = rq; |
next | 2914 | drivers/block/ide.c | hwgroup->hwif = hwif->next = hwif; |
next | 2923 | drivers/block/ide.c | hwif->next = hwgroup->hwif->next; |
next | 2924 | drivers/block/ide.c | hwgroup->hwif->next = hwif; |
next | 3143 | drivers/block/ide.c | gd = gd->next; |
next | 3149 | drivers/block/ide.c | prev_gd->next = gd->next; |
next | 3151 | drivers/block/ide.c | gendisk_head = gd->next; |
next | 393 | drivers/block/ide.h | struct hwif_s *next; /* for linked-list in ide_hwgroup_t */ |
next | 89 | drivers/block/ll_rw_blk.c | plug->next = NULL; |
next | 109 | drivers/block/ll_rw_blk.c | dev->current_request = req->next; |
next | 257 | 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 | 363 | drivers/block/ll_rw_blk.c | req = req->next; |
next | 399 | drivers/block/ll_rw_blk.c | req = req->next; |
next | 428 | drivers/block/ll_rw_blk.c | req->next = NULL; |
next | 607 | drivers/block/ll_rw_blk.c | req[j]->next = NULL; |
next | 630 | drivers/block/ll_rw_blk.c | req->next = NULL; |
next | 85 | drivers/block/md.c | tmp=tmp->next; |
next | 401 | drivers/block/md.c | blk_dev[MD_MAJOR].current_request = req->next; |
next | 469 | drivers/block/md.c | req = req->next; |
next | 506 | drivers/block/md.c | req = req->next; |
next | 529 | drivers/block/md.c | req->next = NULL; |
next | 792 | drivers/block/md.c | md_gendisk.next=gendisk_head; |
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 | 708 | drivers/cdrom/optcd.c | unsigned char next; |
next | 822 | drivers/cdrom/optcd.c | disk_info.next = toc[QINFO_FIRSTTRACK].cdsc_absaddr.msf.minute; |
next | 824 | drivers/cdrom/optcd.c | toc[disk_info.next].cdsc_absaddr.msf.minute; |
next | 826 | drivers/cdrom/optcd.c | toc[disk_info.next].cdsc_absaddr.msf.second; |
next | 828 | drivers/cdrom/optcd.c | toc[disk_info.next].cdsc_absaddr.msf.frame; |
next | 350 | drivers/char/apm_bios.c | struct callback_list_t * next; |
next | 509 | drivers/char/apm_bios.c | new->next = callback_list; |
next | 520 | drivers/char/apm_bios.c | for (ptr = &callback_list; *ptr != NULL; ptr = &(*ptr)->next) |
next | 524 | drivers/char/apm_bios.c | *ptr = old->next; |
next | 545 | drivers/char/apm_bios.c | for (as = user_list; as != NULL; as = as->next) { |
next | 633 | drivers/char/apm_bios.c | for (call = callback_list; call != NULL; call = call->next) { |
next | 635 | drivers/char/apm_bios.c | for (fix = callback_list; fix != call; fix = fix->next) |
next | 881 | drivers/char/apm_bios.c | user_list = as->next; |
next | 886 | drivers/char/apm_bios.c | (as1 != NULL) && (as1->next != as); |
next | 887 | drivers/char/apm_bios.c | as1 = as1->next) |
next | 892 | drivers/char/apm_bios.c | as1->next = as->next; |
next | 911 | drivers/char/apm_bios.c | as->next = user_list; |
next | 414 | drivers/char/ftape/fdc-isr.c | int next = buff->next_segment; /* 0 means stop ! */ |
next | 424 | drivers/char/ftape/fdc-isr.c | } else if (next > 0) { |
next | 428 | drivers/char/ftape/fdc-isr.c | if (write && next != buff->segment_id) { |
next | 433 | drivers/char/ftape/fdc-isr.c | setup_new_segment(&buffer[head], next, 0); |
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 | 545 | drivers/char/serial.c | goto next; |
next | 561 | drivers/char/serial.c | next: |
next | 661 | drivers/char/serial.c | goto next; |
next | 675 | 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 | 117 | drivers/isdn/icn/icn.c | p = (pqueue *) p->next; |
next | 120 | drivers/isdn/icn/icn.c | q->next = (u_char *) p; |
next | 126 | drivers/isdn/icn/icn.c | p->next = NULL; |
next | 143 | drivers/isdn/icn/icn.c | p = (pqueue *) p->next; |
next | 379 | drivers/isdn/icn/icn.c | dev->spqueue[channel] = (pqueue *) dev->spqueue[channel]->next; |
next | 179 | drivers/isdn/icn/icn.h | char *next; |
next | 106 | drivers/isdn/isdn_common.c | p = (pqueue *) p->next; |
next | 109 | drivers/isdn/isdn_common.c | q->next = (u_char *) p; |
next | 115 | drivers/isdn/isdn_common.c | p->next = NULL; |
next | 131 | drivers/isdn/isdn_common.c | p = (pqueue *) p->next; |
next | 633 | drivers/isdn/isdn_common.c | dev->drv[di]->rpqueue[channel] = (pqueue *) p->next; |
next | 718 | drivers/isdn/isdn_common.c | p = (infostruct *) p->next; |
next | 991 | drivers/isdn/isdn_common.c | p = p->next; |
next | 1373 | drivers/isdn/isdn_common.c | p->next = (char *) dev->infochain; |
next | 1435 | drivers/isdn/isdn_common.c | q->next = p->next; |
next | 1437 | drivers/isdn/isdn_common.c | dev->infochain = (infostruct *) (p->next); |
next | 1441 | drivers/isdn/isdn_common.c | p = (infostruct *) (p->next); |
next | 180 | drivers/isdn/isdn_net.c | p = (isdn_net_dev *) p->next; |
next | 379 | drivers/isdn/isdn_net.c | if (!(p->local.dial = (isdn_net_phone *) p->local.dial->next)) { |
next | 473 | drivers/isdn/isdn_net.c | p = (isdn_net_dev *) p->next; |
next | 1328 | drivers/isdn/isdn_net.c | p = (isdn_net_dev *) p->next; |
next | 1481 | drivers/isdn/isdn_net.c | p = (isdn_net_dev *) p->next; |
next | 1503 | drivers/isdn/isdn_net.c | p = (isdn_net_dev *) p->next; |
next | 1512 | drivers/isdn/isdn_net.c | p = (isdn_net_dev *) p->next; |
next | 1525 | drivers/isdn/isdn_net.c | n = (isdn_net_phone *) n->next; |
next | 1562 | drivers/isdn/isdn_net.c | p = (isdn_net_dev *) p->next; |
next | 1648 | drivers/isdn/isdn_net.c | p = (isdn_net_dev *) p->next; |
next | 1668 | drivers/isdn/isdn_net.c | p = (isdn_net_dev *) p->next; |
next | 1790 | drivers/isdn/isdn_net.c | netdev->local.next = &netdev->local; |
next | 1808 | drivers/isdn/isdn_net.c | netdev->next = (void *) dev->netdev; |
next | 2034 | drivers/isdn/isdn_net.c | n->next = p->local.phone[phone->outgoing & 1]; |
next | 2074 | drivers/isdn/isdn_net.c | n = n->next; |
next | 2098 | drivers/isdn/isdn_net.c | m->next = n->next; |
next | 2100 | drivers/isdn/isdn_net.c | p->local.phone[inout] = n->next; |
next | 2105 | drivers/isdn/isdn_net.c | n = (isdn_net_phone *) n->next; |
next | 2127 | drivers/isdn/isdn_net.c | m = n->next; |
next | 2200 | drivers/isdn/isdn_net.c | q->next = p->next; |
next | 2202 | drivers/isdn/isdn_net.c | dev->netdev = p->next; |
next | 2214 | drivers/isdn/isdn_net.c | n = (isdn_net_dev *) n->next; |
next | 2245 | drivers/isdn/isdn_net.c | p = (isdn_net_dev *) p->next; |
next | 85 | drivers/isdn/isdn_ppp.c | lp->last->next = lp->next; |
next | 86 | drivers/isdn/isdn_ppp.c | lp->next->last = lp->last; |
next | 88 | drivers/isdn/isdn_ppp.c | lp->netdev->queue = lp->next; |
next | 89 | drivers/isdn/isdn_ppp.c | lp->next = lp->last = lp; |
next | 95 | drivers/isdn/isdn_ppp.c | p=p->next; |
next | 234 | drivers/isdn/isdn_ppp.c | p = p->next; |
next | 380 | drivers/isdn/isdn_ppp.c | if (bf->next == bl && !(ippp_table[minor].state & IPPP_NOBLOCK)) { |
next | 423 | drivers/isdn/isdn_ppp.c | bf = bf->next; |
next | 437 | drivers/isdn/isdn_ppp.c | ippp_table[minor].last = bl->next; |
next | 467 | drivers/isdn/isdn_ppp.c | b = c->first->next; |
next | 536 | drivers/isdn/isdn_ppp.c | ippp_table[i].rq[j].next = ippp_table[i].rq + (j + 1) % NUM_RCV_BUFFS; |
next | 604 | drivers/isdn/isdn_ppp.c | lpq = lpq->next; |
next | 623 | drivers/isdn/isdn_ppp.c | lpq = lpq->next; |
next | 662 | drivers/isdn/isdn_ppp.c | q->next = NULL; |
next | 666 | drivers/isdn/isdn_ppp.c | q->next = ql; |
next | 669 | drivers/isdn/isdn_ppp.c | while (ql->next && ql->next->sqno_start < q->sqno_start) |
next | 670 | drivers/isdn/isdn_ppp.c | ql = ql->next; |
next | 671 | drivers/isdn/isdn_ppp.c | q->next = ql->next; |
next | 672 | drivers/isdn/isdn_ppp.c | ql->next = q; |
next | 691 | drivers/isdn/isdn_ppp.c | net_dev->ib.sq = q->next; |
next | 852 | drivers/isdn/isdn_ppp.c | nd->queue = nd->queue->next; |
next | 888 | drivers/isdn/isdn_ppp.c | ql = q->next; |
next | 919 | drivers/isdn/isdn_ppp.c | lp->last->next = nlp; |
next | 921 | drivers/isdn/isdn_ppp.c | nlp->next = lp; |
next | 950 | drivers/isdn/isdn_ppp.c | q = q->next; |
next | 981 | drivers/isdn/isdn_ppp.c | q1->next = NULL; |
next | 989 | drivers/isdn/isdn_ppp.c | if (q->next) { |
next | 990 | drivers/isdn/isdn_ppp.c | q = q->next; |
next | 993 | drivers/isdn/isdn_ppp.c | q->next = q1; |
next | 994 | drivers/isdn/isdn_ppp.c | q1->next = NULL; |
next | 1001 | drivers/isdn/isdn_ppp.c | q1->next = q; |
next | 1003 | drivers/isdn/isdn_ppp.c | q->last->next = q1; |
next | 1016 | drivers/isdn/isdn_ppp.c | if (!(q->next) || q->next->sqno != cnt) { |
next | 1022 | drivers/isdn/isdn_ppp.c | q = q->next; |
next | 1042 | drivers/isdn/isdn_ppp.c | q->last->next = qe->next; |
next | 1044 | drivers/isdn/isdn_ppp.c | dev->mp_last = qe->next; |
next | 1046 | drivers/isdn/isdn_ppp.c | if (qe->next) |
next | 1047 | drivers/isdn/isdn_ppp.c | qe->next->last = q->last; |
next | 1048 | drivers/isdn/isdn_ppp.c | qe->next = NULL; |
next | 1059 | drivers/isdn/isdn_ppp.c | struct mpqueue *ql = q->next; |
next | 1069 | drivers/isdn/isdn_ppp.c | struct mpqueue *ql = q->next; |
next | 1098 | drivers/isdn/isdn_ppp.c | if ((dev->mp_last = q->next)) |
next | 1099 | drivers/isdn/isdn_ppp.c | q->next->last = NULL; |
next | 1108 | drivers/isdn/isdn_ppp.c | q = q->next; |
next | 1129 | drivers/isdn/isdn_ppp.c | net_dev = net_dev->next; |
next | 1137 | drivers/isdn/isdn_ppp.c | net_dev->ib.sq = q->next; |
next | 1139 | drivers/isdn/isdn_ppp.c | q->next = NULL; |
next | 1142 | drivers/isdn/isdn_ppp.c | qn = ql->next; |
next | 1148 | drivers/isdn/isdn_ppp.c | q = q->next; |
next | 1150 | drivers/isdn/isdn_ppp.c | net_dev = net_dev->next; |
next | 51 | drivers/isdn/teles/buffers.c | ptr->next = bp->pageslist; |
next | 65 | drivers/isdn/teles/buffers.c | bh->next = prev; |
next | 73 | drivers/isdn/teles/buffers.c | first->next = bp->freelist; |
next | 89 | drivers/isdn/teles/buffers.c | p = bp->pageslist->next; |
next | 118 | drivers/isdn/teles/buffers.c | bp->freelist = bp->freelist->next; |
next | 164 | drivers/isdn/teles/buffers.c | bh->next = bp->freelist; |
next | 180 | drivers/isdn/teles/buffers.c | bq->tail->next = bh; |
next | 182 | drivers/isdn/teles/buffers.c | bh->next = NULL; |
next | 194 | drivers/isdn/teles/buffers.c | bh->next = bq->head; |
next | 213 | drivers/isdn/teles/buffers.c | bq->head = (*bh)->next; |
next | 252 | drivers/isdn/teles/buffers.c | bh = bh->next; |
next | 272 | drivers/isdn/teles/buffers.c | q->head = sp->next; |
next | 283 | drivers/isdn/teles/buffers.c | while (sp->next) { |
next | 284 | drivers/isdn/teles/buffers.c | if ((sp->next->primitive == pr) && (sp->next->heldby == heldby)) { |
next | 285 | drivers/isdn/teles/buffers.c | if (q->tail == sp->next) |
next | 288 | drivers/isdn/teles/buffers.c | BufPoolRelease(sp->next); |
next | 289 | drivers/isdn/teles/buffers.c | sp->next = sp->next->next; |
next | 291 | drivers/isdn/teles/buffers.c | sp = sp->next; |
next | 621 | drivers/isdn/teles/card.c | st = st->next; |
next | 839 | drivers/isdn/teles/card.c | st = st->next; |
next | 865 | drivers/isdn/teles/card.c | stptr = stptr->next; |
next | 896 | drivers/isdn/teles/card.c | stptr = stptr->next; |
next | 908 | drivers/isdn/teles/card.c | stptr = stptr->next; |
next | 1297 | drivers/isdn/teles/card.c | st->next = sp->stlist; |
next | 1308 | drivers/isdn/teles/card.c | sp->stlist = st->next; |
next | 1312 | drivers/isdn/teles/card.c | if (p->next == st) { |
next | 1313 | drivers/isdn/teles/card.c | p->next = st->next; |
next | 1316 | drivers/isdn/teles/card.c | p = p->next; |
next | 1368 | drivers/isdn/teles/card.c | st = st->next; |
next | 1449 | drivers/isdn/teles/card.c | hsp->tqueue.next = 0; |
next | 1493 | drivers/isdn/teles/card.c | sp->tqueue.next = 0; |
next | 94 | drivers/isdn/teles/fsm.c | if (ft->tl.next) |
next | 111 | drivers/isdn/teles/fsm.c | if (ft->tl.next) { |
next | 126 | drivers/isdn/teles/fsm.c | return (ft->tl.next != NULL); |
next | 16 | drivers/isdn/teles/tei.c | ptr = ptr->next; |
next | 32 | drivers/isdn/teles/tei.c | ptr = ptr->next; |
next | 100 | drivers/isdn/teles/tei.c | ptr = ptr->next; |
next | 186 | drivers/isdn/teles/teles.h | struct BufHeader *next; |
next | 194 | drivers/isdn/teles/teles.h | struct Pages *next; |
next | 286 | drivers/isdn/teles/teles.h | struct PStack *next; |
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 | 433 | drivers/net/de4x5.c | u32 next; |
next | 669 | drivers/net/de4x5.c | for (; (dev->priv == NULL) && (dev->next != NULL); dev = dev->next); |
next | 800 | drivers/net/de4x5.c | lp->rx_ring[i].next = (u32)NULL; |
next | 1464 | drivers/net/de4x5.c | dmi=dmi->next; |
next | 1488 | drivers/net/de4x5.c | dmi=dmi->next; |
next | 1664 | drivers/net/de4x5.c | while (dev->next != NULL) { |
next | 1666 | drivers/net/de4x5.c | dev = dev->next; /* walk through eth device list */ |
next | 1676 | drivers/net/de4x5.c | tmp = dev->next; /* point to the next device */ |
next | 1684 | drivers/net/de4x5.c | if ((dev->next == NULL) && |
next | 1686 | drivers/net/de4x5.c | dev->next = (struct device *)kmalloc(sizeof(struct device)+8, GFP_KERNEL); |
next | 1687 | drivers/net/de4x5.c | dev = dev->next; /* point to the new device */ |
next | 1703 | drivers/net/de4x5.c | dev->next = NULL; /* mark the end of list */ |
next | 1716 | drivers/net/de4x5.c | for (; (tmp->next!=NULL) && (tmp->base_addr!=DE4X5_NDA); tmp=tmp->next); |
next | 1722 | drivers/net/de4x5.c | if ((tmp->next == NULL) && !(tmp->base_addr == DE4X5_NDA)) { |
next | 1723 | drivers/net/de4x5.c | tmp->next = (struct device *)kmalloc(sizeof(struct device) + 8, |
next | 1725 | drivers/net/de4x5.c | tmp = tmp->next; /* point to the new device */ |
next | 1742 | drivers/net/de4x5.c | tmp->next = NULL; /* mark the end of list */ |
next | 2611 | drivers/net/de4x5.c | for (p=lp->cache.skb; p->next; p=p->next); |
next | 2612 | drivers/net/de4x5.c | p->next = skb; |
next | 2616 | drivers/net/de4x5.c | skb->next = NULL; |
next | 2627 | drivers/net/de4x5.c | skb->next = p; |
next | 2638 | drivers/net/de4x5.c | lp->cache.skb = p->next; |
next | 2639 | drivers/net/de4x5.c | p->next = NULL; |
next | 3793 | drivers/net/de4x5.c | for (; p!=NULL; p=p->next) { |
next | 3808 | drivers/net/de4x5.c | for (; p!=NULL; p=p->next) { |
next | 3819 | drivers/net/de4x5.c | for (p=thisDE4X5.next; p!=NULL; p=p->next) { |
next | 460 | drivers/net/depca.c | for (; (dev->priv == NULL) && (dev->next != NULL); dev = dev->next); |
next | 1184 | drivers/net/depca.c | dmi=dmi->next; |
next | 1304 | drivers/net/depca.c | while (dev->next != NULL) { |
next | 1306 | drivers/net/depca.c | dev = dev->next; /* walk through eth device list */ |
next | 1316 | drivers/net/depca.c | tmp = dev->next; /* point to the next device */ |
next | 1324 | drivers/net/depca.c | if ((dev->next == NULL) && |
next | 1326 | drivers/net/depca.c | dev->next = (struct device *)kmalloc(sizeof(struct device) + 8, |
next | 1329 | drivers/net/depca.c | dev = dev->next; /* point to the new device */ |
next | 1346 | drivers/net/depca.c | dev->next = NULL; /* mark the end of list */ |
next | 1359 | drivers/net/depca.c | for (;(tmp->next!=NULL) && (tmp->base_addr!=DEPCA_NDA); tmp=tmp->next); |
next | 1365 | drivers/net/depca.c | if ((tmp->next == NULL) && !(tmp->base_addr == DEPCA_NDA)) { |
next | 1366 | drivers/net/depca.c | tmp->next = (struct device *)kmalloc(sizeof(struct device) + 8, |
next | 1368 | drivers/net/depca.c | tmp = tmp->next; /* point to the new device */ |
next | 1385 | 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 | 366 | drivers/net/ewrk3.c | for (; (dev->priv == NULL) && (dev->next != NULL); dev = dev->next); |
next | 1255 | drivers/net/ewrk3.c | dmi=dmi->next; |
next | 1383 | drivers/net/ewrk3.c | while (dev->next != NULL) { |
next | 1385 | drivers/net/ewrk3.c | dev = dev->next; /* walk through eth device list */ |
next | 1395 | drivers/net/ewrk3.c | tmp = dev->next; /* point to the next device */ |
next | 1403 | drivers/net/ewrk3.c | if ((dev->next == NULL) && |
next | 1405 | drivers/net/ewrk3.c | dev->next = (struct device *)kmalloc(sizeof(struct device) + 8, |
next | 1408 | drivers/net/ewrk3.c | dev = dev->next; /* point to the new device */ |
next | 1425 | drivers/net/ewrk3.c | dev->next = NULL; /* mark the end of list */ |
next | 1438 | drivers/net/ewrk3.c | for (;(tmp->next!=NULL) && (tmp->base_addr!=EWRK3_NDA); tmp=tmp->next); |
next | 1444 | drivers/net/ewrk3.c | if ((tmp->next == NULL) && !(tmp->base_addr == EWRK3_NDA)) { |
next | 1445 | drivers/net/ewrk3.c | tmp->next = (struct device *)kmalloc(sizeof(struct device) + 8, |
next | 1447 | drivers/net/ewrk3.c | tmp = tmp->next; /* point to the new device */ |
next | 1464 | drivers/net/ewrk3.c | tmp->next = NULL; /* mark the end of list */ |
next | 772 | drivers/net/ibmtr.c | tr_timer.next=tr_timer.prev=NULL; |
next | 787 | drivers/net/ibmtr.c | tr_timer.next=tr_timer.prev=NULL; |
next | 869 | 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 | 667 | drivers/net/ni52.c | for(i=0;i<num_addrs;i++,dmi=dmi->next) |
next | 727 | drivers/net/ni52.c | p->xmit_buffs[i]->next = 0xffff; |
next | 778 | drivers/net/ni52.c | rfd[i].next = make16(rfd + (i+1) % (p->num_recv_buffs+rfdadd) ); |
next | 793 | drivers/net/ni52.c | rbd[i].next = make16((rbd + (i+1) % p->num_recv_buffs)); |
next | 940 | drivers/net/ni52.c | rbd = (struct rbd_struct *) make32(rbd->next); |
next | 958 | drivers/net/ni52.c | p->rfd_top = (struct rfd_struct *) make32(p->rfd_top->next); /* step to next RFD */ |
next | 998 | drivers/net/ni52.c | rfds = (struct rfd_struct *) make32(rfds->next); |
next | 126 | drivers/net/ni52.h | unsigned short next; /* linkoffset to next RFD */ |
next | 157 | drivers/net/ni52.h | unsigned short next; /* pointeroffset to next RBD */ |
next | 302 | 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 | 229 | drivers/net/ppp.c | struct ppp_ctrl *next; /* Next structure in the list */ |
next | 3183 | drivers/net/ppp.c | ctl = ctl->next; |
next | 3208 | drivers/net/ppp.c | ctl = ctl->next; |
next | 3228 | drivers/net/ppp.c | dev->next = NULL; |
next | 3237 | drivers/net/ppp.c | ctl->next = ppp_list; |
next | 3324 | drivers/net/ppp.c | struct compressor_link *next; |
next | 3344 | drivers/net/ppp.c | lnk = lnk->next; |
next | 3370 | drivers/net/ppp.c | new->next = ppp_compressors; |
next | 3391 | drivers/net/ppp.c | prev->next = lnk->next; |
next | 3393 | drivers/net/ppp.c | ppp_compressors = lnk->next; |
next | 3398 | drivers/net/ppp.c | lnk = lnk->next; |
next | 3447 | drivers/net/ppp.c | ctl = ctl->next; |
next | 3478 | 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 | 2047 | 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 | 475 | drivers/net/smc9194.c | for ( i = 0; i < count ; i ++, cur_addr = cur_addr->next ) { |
next | 702 | drivers/net/sunlance.c | for (p = dma_chain; p; p = p->next) |
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 | 709 | drivers/pci/pci.c | for (dev = pci_devices; dev; dev = dev->next) { |
next | 775 | drivers/pci/pci.c | dev->next = pci_devices; |
next | 834 | 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 | 1194 | drivers/scsi/advansys.c | struct asc_scsi_q dosfar *next; |
next | 2688 | drivers/scsi/advansys.c | for (scd = scsi_devices; scd; scd = scd->next) { |
next | 4767 | drivers/scsi/advansys.c | (unsigned) s->next, s->extra_bytes, s->host_busy, s->host_no, |
next | 6236 | drivers/scsi/advansys.c | scsiq->ext.next = (ASC_SCSI_Q dosfar *) 0L; |
next | 6242 | drivers/scsi/advansys.c | if (scsiq_tail->ext.next == (ASC_SCSI_Q dosfar *) 0L) { |
next | 6246 | drivers/scsi/advansys.c | scsiq->ext.next = scsiq_next; |
next | 6252 | drivers/scsi/advansys.c | scsiq_next = scsiq_next->ext.next; |
next | 6257 | drivers/scsi/advansys.c | scsiq_prev->ext.next = scsiq; |
next | 6258 | drivers/scsi/advansys.c | scsiq->ext.next = scsiq_next; |
next | 6265 | drivers/scsi/advansys.c | scsiq_tail->ext.next = (ASC_SCSI_Q dosfar *) scsiq; |
next | 6267 | 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 | 325 | drivers/scsi/scsi.c | for(shpnt=scsi_hostlist; shpnt; shpnt = shpnt->next) { |
next | 416 | drivers/scsi/scsi.c | SCpnt->next = shpnt->host_queue; |
next | 435 | drivers/scsi/scsi.c | for(sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) |
next | 439 | drivers/scsi/scsi.c | for(sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) |
next | 445 | drivers/scsi/scsi.c | for(sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) { |
next | 477 | drivers/scsi/scsi.c | Scsi_Cmnd *prev,*next,*hqptr; |
next | 478 | drivers/scsi/scsi.c | for(hqptr=shpnt->host_queue; hqptr!=SCpnt; hqptr=hqptr->next) ; |
next | 481 | drivers/scsi/scsi.c | next=hqptr->next; |
next | 483 | drivers/scsi/scsi.c | prev->next=next; |
next | 485 | drivers/scsi/scsi.c | shpnt->host_queue=next; |
next | 486 | drivers/scsi/scsi.c | if(next) next->prev=prev; |
next | 519 | drivers/scsi/scsi.c | while (SDtail->next) |
next | 520 | drivers/scsi/scsi.c | SDtail = SDtail->next; |
next | 675 | drivers/scsi/scsi.c | sdtpnt = sdtpnt->next) |
next | 743 | drivers/scsi/scsi.c | SDtail->next = SDpnt; |
next | 872 | drivers/scsi/scsi.c | SCpnt = SCpnt->next; |
next | 893 | drivers/scsi/scsi.c | SCpnt = SCpnt->next; |
next | 1004 | drivers/scsi/scsi.c | SCpnt = SCpnt->next; |
next | 1027 | drivers/scsi/scsi.c | SCpnt = SCpnt->next; |
next | 1083 | drivers/scsi/scsi.c | *reqp = req->next; |
next | 1728 | drivers/scsi/scsi.c | struct Scsi_Host * next; |
next | 1730 | drivers/scsi/scsi.c | for (next = host->block; next != host; next = next->block) |
next | 1731 | drivers/scsi/scsi.c | wake_up(&next->host_wait); |
next | 1888 | drivers/scsi/scsi.c | for(SCpnt = Host->host_queue; SCpnt; SCpnt = SCpnt->next) |
next | 1925 | drivers/scsi/scsi.c | SCpnt1 = SCpnt1->next; |
next | 1968 | drivers/scsi/scsi.c | SCpnt1 = SCpnt1->next; |
next | 2037 | drivers/scsi/scsi.c | SCpnt1 = SCpnt1->next; |
next | 2086 | drivers/scsi/scsi.c | for(host = scsi_hostlist; host; host = host->next) { |
next | 2087 | drivers/scsi/scsi.c | for(SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next) |
next | 2143 | drivers/scsi/scsi.c | for(host = scsi_hostlist; host; host = host->next) |
next | 2144 | drivers/scsi/scsi.c | for(SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next) |
next | 2314 | drivers/scsi/scsi.c | SCpnt->next = host->host_queue; |
next | 2358 | drivers/scsi/scsi.c | for (shpnt = scsi_hostlist; shpnt; shpnt = shpnt->next) |
next | 2362 | drivers/scsi/scsi.c | for (sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) |
next | 2368 | drivers/scsi/scsi.c | for(sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) |
next | 2371 | drivers/scsi/scsi.c | for (SDpnt=scsi_devices; SDpnt; SDpnt = SDpnt->next) { |
next | 2373 | drivers/scsi/scsi.c | for(sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) |
next | 2388 | drivers/scsi/scsi.c | for(sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) |
next | 2482 | drivers/scsi/scsi.c | scd = scd->next; |
next | 2484 | drivers/scsi/scsi.c | HBA_ptr = HBA_ptr->next; |
next | 2523 | drivers/scsi/scsi.c | scd = scd->next; |
next | 2528 | drivers/scsi/scsi.c | HBA_ptr = HBA_ptr->next; |
next | 2589 | drivers/scsi/scsi.c | for(shpnt=scsi_hostlist; shpnt; shpnt = shpnt->next) |
next | 2592 | drivers/scsi/scsi.c | for (SDpnt=scsi_devices; SDpnt; SDpnt = SDpnt->next) { |
next | 2681 | drivers/scsi/scsi.c | if (tpnt->next || !tpnt->detect) return 1;/* Must be already loaded, or |
next | 2698 | drivers/scsi/scsi.c | tpnt->next = scsi_hosts; /* Add to the linked list */ |
next | 2706 | drivers/scsi/scsi.c | for(shpnt=scsi_hostlist; shpnt; shpnt = shpnt->next) |
next | 2726 | drivers/scsi/scsi.c | for(shpnt=scsi_hostlist; shpnt; shpnt = shpnt->next) |
next | 2729 | drivers/scsi/scsi.c | for(sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) |
next | 2734 | drivers/scsi/scsi.c | for(SDpnt = scsi_devices; SDpnt; SDpnt = SDpnt->next) |
next | 2737 | drivers/scsi/scsi.c | for(sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) |
next | 2749 | drivers/scsi/scsi.c | for(sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) |
next | 2782 | drivers/scsi/scsi.c | for(sdpnt = scsi_devices; sdpnt; sdpnt = sdpnt->next) |
next | 2786 | drivers/scsi/scsi.c | for(shpnt = scsi_hostlist; shpnt; shpnt = shpnt->next) |
next | 2789 | drivers/scsi/scsi.c | for(SCpnt = shpnt->host_queue; SCpnt; SCpnt = SCpnt->next) |
next | 2795 | drivers/scsi/scsi.c | for(SCpnt = shpnt->host_queue; SCpnt; SCpnt = SCpnt->next) |
next | 2807 | drivers/scsi/scsi.c | for(sdpnt = scsi_devices; sdpnt; sdpnt = sdpnt->next) |
next | 2810 | drivers/scsi/scsi.c | for(sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) |
next | 2821 | drivers/scsi/scsi.c | for(sdpnt = scsi_devices; sdpnt; sdpnt = sdpnt->next) |
next | 2824 | drivers/scsi/scsi.c | SCpnt = sdpnt->host->host_queue->next; |
next | 2836 | drivers/scsi/scsi.c | sdpnt1 = sdpnt->next; |
next | 2839 | drivers/scsi/scsi.c | sdppnt->next = sdpnt->next; |
next | 2841 | drivers/scsi/scsi.c | scsi_devices = sdpnt->next; |
next | 2852 | drivers/scsi/scsi.c | sh1 = shpnt->next; |
next | 2906 | drivers/scsi/scsi.c | for(SHTp=NULL, SHT=scsi_hosts; SHT; SHTp=SHT, SHT=SHT->next) |
next | 2909 | drivers/scsi/scsi.c | SHTp->next = SHT->next; |
next | 2911 | drivers/scsi/scsi.c | scsi_hosts = SHT->next; |
next | 2912 | drivers/scsi/scsi.c | SHT->next = NULL; |
next | 2931 | drivers/scsi/scsi.c | if (tpnt->next) return 1; |
next | 2938 | drivers/scsi/scsi.c | for(SDpnt = scsi_devices; SDpnt; SDpnt = SDpnt->next) |
next | 2951 | drivers/scsi/scsi.c | for(SDpnt = scsi_devices; SDpnt; SDpnt = SDpnt->next) |
next | 2985 | drivers/scsi/scsi.c | for(SDpnt = scsi_devices; SDpnt; SDpnt = SDpnt->next) |
next | 2994 | drivers/scsi/scsi.c | for(SCpnt = SDpnt->host->host_queue; SCpnt; SCpnt = SCpnt->next) |
next | 2999 | drivers/scsi/scsi.c | SCpnt->prev->next = SCpnt->next; |
next | 3000 | drivers/scsi/scsi.c | if(SCpnt->next != NULL) |
next | 3001 | drivers/scsi/scsi.c | SCpnt->next->prev = SCpnt->prev; |
next | 3003 | drivers/scsi/scsi.c | SDpnt->host->host_queue = SCpnt->next; |
next | 3018 | drivers/scsi/scsi.c | spnt = spnt->next; |
next | 3021 | drivers/scsi/scsi.c | scsi_devicelist = tpnt->next; |
next | 3023 | drivers/scsi/scsi.c | prev_spnt->next = spnt->next; |
next | 3086 | drivers/scsi/scsi.c | for(shpnt = scsi_hostlist; shpnt; shpnt = shpnt->next) |
next | 3087 | drivers/scsi/scsi.c | for(SCpnt=shpnt->host_queue; SCpnt; SCpnt = SCpnt->next) |
next | 3126 | 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 | 489 | drivers/sound/configure.c | char *method, *next, *old, *var, *p; |
next | 502 | drivers/sound/configure.c | next = p; |
next | 512 | drivers/sound/configure.c | fprintf (stderr, "Rebuilding file `%s' (%s %s)\n", next, method, old); |
next | 516 | drivers/sound/configure.c | if (!bin2hex (old, next, var)) |
next | 524 | drivers/sound/configure.c | if (!hex2hex (old, next, var)) |
next | 533 | drivers/sound/configure.c | next, method); |
next | 158 | fs/buffer.c | struct buffer_head * bh, *next; |
next | 175 | fs/buffer.c | for (i = nr_buffers_type[nlist]*2 ; i-- > 0 ; bh = next) { |
next | 177 | fs/buffer.c | next = bh->b_next_free; |
next | 1088 | fs/buffer.c | struct buffer_head *bh, *prev, *next, *arr[MAX_BUF_PER_PAGE]; |
next | 1098 | fs/buffer.c | next = bh; |
next | 1103 | fs/buffer.c | set_bit(BH_FreeOnIO, &next->b_state); |
next | 1104 | fs/buffer.c | next->b_list = BUF_CLEAN; |
next | 1105 | fs/buffer.c | next->b_dev = dev; |
next | 1106 | fs/buffer.c | next->b_blocknr = block; |
next | 1107 | fs/buffer.c | next->b_count = 1; |
next | 1108 | fs/buffer.c | next->b_flushtime = 0; |
next | 1109 | fs/buffer.c | set_bit(BH_Uptodate, &next->b_state); |
next | 1117 | fs/buffer.c | memset(next->b_data, 0, size); |
next | 1118 | fs/buffer.c | next->b_count--; |
next | 1129 | fs/buffer.c | memcpy(next->b_data, tmp->b_data, size); |
next | 1131 | fs/buffer.c | memcpy(tmp->b_data, next->b_data, size); |
next | 1135 | fs/buffer.c | next->b_count--; |
next | 1139 | fs/buffer.c | clear_bit(BH_Uptodate, &next->b_state); |
next | 1141 | fs/buffer.c | set_bit(BH_Dirty, &next->b_state); |
next | 1142 | fs/buffer.c | arr[nr++] = next; |
next | 1143 | fs/buffer.c | } while (prev = next, (next = next->b_this_page) != NULL); |
next | 1152 | fs/buffer.c | next = bh; |
next | 1154 | fs/buffer.c | next->b_next_free = reuse_list; |
next | 1155 | fs/buffer.c | reuse_list = next; |
next | 1156 | fs/buffer.c | next = next->b_this_page; |
next | 1157 | fs/buffer.c | } while (next != bh); |
next | 1837 | fs/buffer.c | struct buffer_head * bh, *next; |
next | 1854 | fs/buffer.c | for (i = nr_buffers_type[nlist]; i-- > 0; bh = next) { |
next | 1857 | fs/buffer.c | next = bh->b_next_free; |
next | 1950 | fs/buffer.c | struct buffer_head * bh, *next; |
next | 1990 | fs/buffer.c | bh = next) { |
next | 1993 | 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 | 83 | fs/exec.c | if (fmt->next) |
next | 88 | fs/exec.c | tmp = &(*tmp)->next; |
next | 90 | fs/exec.c | fmt->next = formats; |
next | 102 | fs/exec.c | *tmp = fmt->next; |
next | 105 | fs/exec.c | tmp = &(*tmp)->next; |
next | 169 | fs/exec.c | for (fmt = formats ; fmt ; fmt = fmt->next) { |
next | 533 | 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 | 240 | fs/msdos/namei.c | next = MSDOS_I(*result)->i_old; |
next | 242 | fs/msdos/namei.c | if (!(*result = iget(next->i_sb,next->i_ino))) { |
next | 171 | fs/ncpfs/dir.c | this = this->next; |
next | 577 | fs/ncpfs/dir.c | new_inode_info->next = root->next; |
next | 578 | fs/ncpfs/dir.c | root->next->prev = new_inode_info; |
next | 579 | fs/ncpfs/dir.c | root->next = new_inode_info; |
next | 605 | fs/ncpfs/dir.c | i->next->prev = i->prev; |
next | 606 | fs/ncpfs/dir.c | i->prev->next = i->next; |
next | 644 | fs/ncpfs/dir.c | root->next = root->prev = root; |
next | 676 | fs/ncpfs/dir.c | if (root->next != root) |
next | 681 | fs/ncpfs/dir.c | while (root->next != root) |
next | 684 | fs/ncpfs/dir.c | ncp_free_inode_info(root->next); |
next | 716 | fs/ncpfs/dir.c | result = result->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 | 882 | fs/super.c | for (fs_type = file_systems ; fs_type ; fs_type = fs_type->next) { |
next | 897 | fs/vfat/namei.c | struct inode *next; |
next | 950 | fs/vfat/namei.c | next = MSDOS_I(*result)->i_old; |
next | 952 | fs/vfat/namei.c | if (!(*result = iget(next->i_sb,next->i_ino))) { |
next | 55 | include/asm-alpha/system.h | #define switch_to(prev,next) do { \ |
next | 56 | include/asm-alpha/system.h | current_set[0] = next; \ |
next | 57 | include/asm-alpha/system.h | alpha_switch_to((unsigned long) &(next)->tss - 0xfffffc0000000000); \ |
next | 68 | include/asm-i386/system.h | #define switch_to(prev,next) do { \ |
next | 77 | include/asm-i386/system.h | kernel_counter+=next->lock_depth-prev->lock_depth; \ |
next | 78 | include/asm-i386/system.h | syscall_count=next->lock_depth; \ |
next | 89 | include/asm-i386/system.h | :"m" (*(((char *)&next->tss.tr)-4)), \ |
next | 90 | include/asm-i386/system.h | "c" (next)); \ |
next | 102 | include/asm-i386/system.h | #define switch_to(prev,next) do { \ |
next | 110 | include/asm-i386/system.h | :"m" (*(((char *)&next->tss.tr)-4)), \ |
next | 111 | include/asm-i386/system.h | "r" (prev), "r" (next)); \ |
next | 51 | include/asm-sparc/dma.h | struct Linux_SBus_DMA *next; |
next | 190 | include/asm-sparc/dma.h | for((dma) = dma_chain; (dma); (dma) = (dma)->next) |
next | 278 | include/asm-sparc/pgtable.h | struct ctx_list *next; |
next | 292 | include/asm-sparc/pgtable.h | entry->next->prev = entry->prev; |
next | 293 | include/asm-sparc/pgtable.h | entry->prev->next = entry->next; |
next | 298 | include/asm-sparc/pgtable.h | entry->next = head; |
next | 299 | include/asm-sparc/pgtable.h | (entry->prev = head->prev)->next = entry; |
next | 46 | include/asm-sparc/sbus.h | struct linux_sbus_device *next; /* next device on this SBus or null */ |
next | 68 | include/asm-sparc/sbus.h | struct linux_sbus *next; /* next SBus, if more than one SBus */ |
next | 87 | include/asm-sparc/sbus.h | for((bus) = SBus_chain; (bus); (bus)=(bus)->next) |
next | 90 | 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 | 34 | include/linux/binfmts.h | struct linux_binfmt * next; |
next | 411 | include/linux/blk.h | blk_dev[MAJOR(req->rq_dev)].current_request = req->next; |
next | 415 | 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 | 466 | 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 | 14 | include/linux/interrupt.h | struct irqaction *next; |
next | 180 | include/linux/ip_fw.h | struct ip_masq *next; /* next member in list */ |
next | 248 | include/linux/isdn.h | void *next; |
next | 307 | include/linux/isdn.h | struct isdn_net_local_s *next; /* Ptr to next link in bundle */ |
next | 336 | include/linux/isdn.h | void *next; /* Pointer to next isdn-interface */ |
next | 442 | include/linux/isdn.h | struct sqqueue *next; |
next | 450 | include/linux/isdn.h | struct mpqueue *next; |
next | 459 | include/linux/isdn.h | struct ippp_buf_queue *next; |
next | 499 | include/linux/isdn.h | char *next; /* Pointer to next packet */ |
next | 507 | include/linux/isdn.h | char *next; |
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 | 169 | 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 | 61 | include/linux/netdevice.h | struct dev_mc_list *next; |
next | 109 | include/linux/netdevice.h | struct device *next; |
next | 199 | 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 | 102 | include/linux/pagemap.h | inode->i_pages = page->next; |
next | 103 | include/linux/pagemap.h | if (page->next) |
next | 104 | include/linux/pagemap.h | page->next->prev = page->prev; |
next | 106 | include/linux/pagemap.h | page->prev->next = page->next; |
next | 107 | include/linux/pagemap.h | page->next = NULL; |
next | 118 | include/linux/pagemap.h | if ((page->next = *p) != NULL) |
next | 119 | include/linux/pagemap.h | page->next->prev = page; |
next | 563 | include/linux/pci.h | struct pci_dev *next; /* chain of all devices */ |
next | 589 | include/linux/pci.h | struct pci_bus *next; /* chain of all PCI buses */ |
next | 41 | include/linux/personality.h | struct exec_domain *next; |
next | 171 | include/linux/proc_fs.h | struct proc_dir_entry *next, *parent, *subdir; |
next | 230 | 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 | 388 | include/linux/sched.h | if (wait->next) { |
next | 393 | include/linux/sched.h | printk("add_wait_queue (%08lx): wait->next = %08lx\n",pc,(unsigned long) wait->next); |
next | 399 | include/linux/sched.h | wait->next = wait; |
next | 402 | include/linux/sched.h | wait->next = (*p)->next; |
next | 403 | include/linux/sched.h | (*p)->next = wait; |
next | 422 | include/linux/sched.h | ((*p = wait->next) == wait)) { |
next | 426 | include/linux/sched.h | while (tmp->next != wait) { |
next | 427 | include/linux/sched.h | tmp = tmp->next; |
next | 433 | include/linux/sched.h | tmp->next = wait->next; |
next | 435 | include/linux/sched.h | wait->next = NULL; |
next | 460 | 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 * next; |
next | 48 | include/linux/skbuff.h | struct sk_buff * next; /* Next buffer in list */ |
next | 166 | include/linux/skbuff.h | return (list->next == (struct sk_buff *) list); |
next | 177 | include/linux/skbuff.h | struct sk_buff *list = ((struct sk_buff *)list_)->next; |
next | 203 | include/linux/skbuff.h | list->next = (struct sk_buff *)list; |
next | 216 | include/linux/skbuff.h | struct sk_buff *prev, *next; |
next | 221 | include/linux/skbuff.h | next = prev->next; |
next | 222 | include/linux/skbuff.h | newsk->next = next; |
next | 224 | include/linux/skbuff.h | next->prev = newsk; |
next | 225 | include/linux/skbuff.h | prev->next = newsk; |
next | 244 | include/linux/skbuff.h | struct sk_buff *prev, *next; |
next | 248 | include/linux/skbuff.h | next = (struct sk_buff *)list; |
next | 249 | include/linux/skbuff.h | prev = next->prev; |
next | 250 | include/linux/skbuff.h | newsk->next = next; |
next | 252 | include/linux/skbuff.h | next->prev = newsk; |
next | 253 | include/linux/skbuff.h | prev->next = newsk; |
next | 272 | include/linux/skbuff.h | struct sk_buff *next, *prev, *result; |
next | 275 | include/linux/skbuff.h | next = prev->next; |
next | 277 | include/linux/skbuff.h | if (next != prev) { |
next | 278 | include/linux/skbuff.h | result = next; |
next | 279 | include/linux/skbuff.h | next = next->next; |
next | 281 | include/linux/skbuff.h | next->prev = prev; |
next | 282 | include/linux/skbuff.h | prev->next = next; |
next | 283 | include/linux/skbuff.h | result->next = NULL; |
next | 306 | include/linux/skbuff.h | extern __inline__ void __skb_insert(struct sk_buff *next, struct sk_buff *newsk) |
next | 308 | include/linux/skbuff.h | struct sk_buff * prev = next->prev; |
next | 310 | include/linux/skbuff.h | newsk->next = next; |
next | 312 | include/linux/skbuff.h | next->prev = newsk; |
next | 313 | include/linux/skbuff.h | prev->next = newsk; |
next | 314 | include/linux/skbuff.h | newsk->list = next->list; |
next | 334 | include/linux/skbuff.h | struct sk_buff * next = prev->next; |
next | 336 | include/linux/skbuff.h | newsk->next = next; |
next | 338 | include/linux/skbuff.h | next->prev = newsk; |
next | 339 | include/linux/skbuff.h | prev->next = newsk; |
next | 360 | include/linux/skbuff.h | struct sk_buff * next, * prev; |
next | 363 | include/linux/skbuff.h | next = skb->next; |
next | 365 | include/linux/skbuff.h | skb->next = NULL; |
next | 368 | include/linux/skbuff.h | next->prev = prev; |
next | 369 | 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 | 80 | include/linux/timer.h | struct timer_list *next; |
next | 94 | include/linux/timer.h | timer->next = NULL; |
next | 49 | include/linux/tqueue.h | struct tq_struct *next; /* linked list of active bh's */ |
next | 99 | include/linux/tqueue.h | bh_pointer->next = *bh_list; |
next | 113 | include/linux/tqueue.h | bh_pointer->next = *bh_list; |
next | 129 | include/linux/tqueue.h | bh_pointer->next = *bh_list; |
next | 151 | include/linux/tqueue.h | 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 | 187 | include/net/sock.h | struct sock *next; |
next | 424 | init/main.c | char *next; |
next | 434 | init/main.c | next = line; |
next | 435 | init/main.c | while ((line = next) != NULL) { |
next | 436 | init/main.c | if ((next = strchr(line,' ')) != NULL) |
next | 437 | 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 * prev, * next; |
next | 312 | kernel/sched.c | next = &init_task; |
next | 316 | kernel/sched.c | c = weight, next = p; |
next | 330 | kernel/sched.c | if(!prev->pid && !next->pid) |
next | 331 | kernel/sched.c | next=prev; |
next | 336 | kernel/sched.c | next->processor = this_cpu; |
next | 337 | kernel/sched.c | next->last_processor = this_cpu; |
next | 342 | kernel/sched.c | if (0==next->pid) |
next | 347 | kernel/sched.c | if (prev != next) { |
next | 358 | kernel/sched.c | get_mmu_context(next); |
next | 359 | kernel/sched.c | switch_to(prev,next); |
next | 401 | kernel/sched.c | if (!tmp->next) { |
next | 409 | kernel/sched.c | tmp = tmp->next; |
next | 425 | kernel/sched.c | if (!tmp->next) { |
next | 433 | kernel/sched.c | tmp = tmp->next; |
next | 491 | kernel/sched.c | if (timer->next || timer->prev) { |
next | 501 | kernel/sched.c | p = p->next; |
next | 503 | kernel/sched.c | timer->next = p; |
next | 506 | kernel/sched.c | timer->prev->next = timer; |
next | 519 | kernel/sched.c | while ((p = p->next) != &timer_head) { |
next | 521 | kernel/sched.c | timer->next->prev = timer->prev; |
next | 522 | kernel/sched.c | timer->prev->next = timer->next; |
next | 523 | kernel/sched.c | timer->next = timer->prev = NULL; |
next | 528 | kernel/sched.c | if (timer->next || timer->prev) |
next | 534 | kernel/sched.c | struct timer_list * next; |
next | 538 | kernel/sched.c | if ((next = timer->next) != NULL) { |
next | 539 | kernel/sched.c | (next->prev = timer->prev)->next = next; |
next | 540 | kernel/sched.c | timer->next = timer->prev = NULL; |
next | 726 | kernel/sched.c | while ((timer = timer_head.next) != &timer_head && timer->expires <= jiffies) { |
next | 729 | kernel/sched.c | timer->next->prev = timer->prev; |
next | 730 | kernel/sched.c | timer->prev->next = timer->next; |
next | 731 | kernel/sched.c | timer->next = timer->prev = NULL; |
next | 885 | kernel/sched.c | if (timer_head.next->expires <= jiffies) |
next | 394 | kernel/sysctl.c | de->next = de->subdir = 0; |
next | 57 | mm/filemap.c | p = &page->next; |
next | 61 | mm/filemap.c | if ((*p = page->next) != NULL) |
next | 64 | mm/filemap.c | page->next = NULL; |
next | 94 | mm/filemap.c | if ((*p = page->next) != NULL) |
next | 97 | mm/filemap.c | page->next = NULL; |
next | 104 | mm/filemap.c | p = &page->next; |
next | 127 | mm/filemap.c | goto next; |
next | 163 | mm/filemap.c | next: |
next | 64 | mm/kmalloc.c | struct page_descriptor *next; |
next | 262 | mm/kmalloc.c | page->next = *pg; |
next | 269 | mm/kmalloc.c | *pg = page->next; |
next | 302 | mm/kmalloc.c | (((long) (page->next)) & ~PAGE_MASK) || |
next | 305 | mm/kmalloc.c | p, page->next, page->order); |
next | 321 | mm/kmalloc.c | page->next = *pg; |
next | 333 | mm/kmalloc.c | *pg = page->next; |
next | 336 | mm/kmalloc.c | pg = &tmp->next; |
next | 693 | mm/memory.c | struct vm_area_struct * next; |
next | 698 | mm/memory.c | next = vma->vm_next; |
next | 699 | mm/memory.c | if (!next || vma->vm_end != next->vm_start) |
next | 701 | mm/memory.c | vma = next; |
next | 140 | mm/mlock.c | struct vm_area_struct * vma, * next; |
next | 170 | mm/mlock.c | next = vma->vm_next; |
next | 175 | mm/mlock.c | vma = next; |
next | 691 | mm/mmap.c | struct vm_area_struct *mpnt, *prev, *next, **npp, *free; |
next | 708 | mm/mmap.c | avl_neighbours(mpnt, current->mm->mmap_avl, &prev, &next); |
next | 775 | mm/mmap.c | struct vm_area_struct * next = mpnt->vm_next; |
next | 787 | mm/mmap.c | mpnt = next; |
next | 814 | mm/mmap.c | struct vm_area_struct * prev, * next; |
next | 816 | mm/mmap.c | avl_insert_neighbours(vmp, &t->mm->mmap_avl, &prev, &next); |
next | 817 | mm/mmap.c | if ((prev ? prev->vm_next : t->mm->mmap) != next) |
next | 823 | mm/mmap.c | vmp->vm_next = next; |
next | 873 | mm/mmap.c | struct vm_area_struct *prev, *mpnt, *next; |
next | 878 | mm/mmap.c | avl_neighbours(mpnt, task->mm->mmap_avl, &prev, &next); |
next | 883 | mm/mmap.c | mpnt = next; |
next | 889 | mm/mmap.c | for ( ; mpnt && prev->vm_start < end_addr ; prev = mpnt, mpnt = next) { |
next | 894 | 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 | 560 | net/appletalk/aarp.c | a->next=unresolved[hash]; |
next | 605 | net/appletalk/aarp.c | *list=a->next; |
next | 611 | net/appletalk/aarp.c | a->next=resolved[hash]; |
next | 629 | net/appletalk/aarp.c | list=&((*list)->next); |
next | 104 | net/appletalk/ddp.c | atalk_socket_list=s->next; |
next | 108 | net/appletalk/ddp.c | while(s && s->next) |
next | 110 | net/appletalk/ddp.c | if(s->next==sk) |
next | 112 | net/appletalk/ddp.c | s->next=sk->next; |
next | 116 | net/appletalk/ddp.c | s=s->next; |
next | 126 | net/appletalk/ddp.c | sk->next=atalk_socket_list; |
next | 135 | net/appletalk/ddp.c | for( s = atalk_socket_list; s != NULL; s = s->next ) |
next | 168 | net/appletalk/ddp.c | for ( s = atalk_socket_list; s != NULL; s = s->next ) |
next | 247 | net/appletalk/ddp.c | for (s = atalk_socket_list; s != NULL; s = s->next) |
next | 312 | net/appletalk/ddp.c | *iface = tmp->next; |
next | 316 | net/appletalk/ddp.c | iface = &tmp->next; |
next | 332 | net/appletalk/ddp.c | iface->next=atalk_iface_list; |
next | 414 | net/appletalk/ddp.c | for(iface=atalk_iface_list;iface!=NULL;iface=iface->next) |
next | 423 | net/appletalk/ddp.c | for(iface=atalk_iface_list;iface!=NULL;iface=iface->next) |
next | 440 | net/appletalk/ddp.c | for(iface=atalk_iface_list;iface!=NULL;iface=iface->next) |
next | 454 | net/appletalk/ddp.c | for(iface=atalk_iface_list;iface!=NULL;iface=iface->next) |
next | 471 | net/appletalk/ddp.c | for(iface=atalk_iface_list;iface!=NULL;iface=iface->next) |
next | 490 | net/appletalk/ddp.c | for(r=atalk_router_list;r!=NULL;r=r->next) |
next | 565 | net/appletalk/ddp.c | for(rt=atalk_router_list;rt!=NULL;rt=rt->next) |
next | 581 | net/appletalk/ddp.c | for ( riface = NULL, iface = atalk_iface_list; iface; iface = iface->next ) |
next | 602 | net/appletalk/ddp.c | rt->next=atalk_router_list; |
next | 634 | net/appletalk/ddp.c | *r = tmp->next; |
next | 638 | net/appletalk/ddp.c | r = &tmp->next; |
next | 657 | net/appletalk/ddp.c | *r = tmp->next; |
next | 661 | net/appletalk/ddp.c | r = &tmp->next; |
next | 860 | net/appletalk/ddp.c | for (iface = atalk_iface_list; iface != NULL; iface = iface->next) |
next | 900 | net/appletalk/ddp.c | for (rt = atalk_router_list; rt != NULL; rt = rt->next) |
next | 1105 | 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 | 591 | net/ax25/af_ax25.c | for (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) { |
next | 639 | net/ax25/af_ax25.c | for (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) { |
next | 690 | net/ax25/af_ax25.c | for (dev = dev_base; dev != NULL; dev = dev->next) { |
next | 942 | net/ax25/af_ax25.c | sk->next = NULL; |
next | 1013 | net/ax25/af_ax25.c | sk->next = NULL; |
next | 2106 | net/ax25/af_ax25.c | for (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) { |
next | 152 | net/ax25/ax25_out.c | unsigned short start, end, next; |
next | 182 | net/ax25/ax25_out.c | next = (ax25->vs + 1) % ax25->modulus; |
next | 184 | net/ax25/ax25_out.c | last = (next == end) || skb_peek(&ax25->write_queue) == NULL; |
next | 186 | net/ax25/ax25_out.c | last = (next == end); |
next | 195 | net/ax25/ax25_out.c | ax25->vs = next; |
next | 369 | net/ax25/ax25_out.c | for (ax25o = ax25_list; ax25o != NULL; 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 | 131 | net/ax25/ax25_route.c | ax25_rt->next = ax25_route; |
next | 144 | net/ax25/ax25_route.c | ax25_rt = ax25_rt->next; |
next | 148 | net/ax25/ax25_route.c | ax25_route = s->next; |
next | 153 | net/ax25/ax25_route.c | for (t = ax25_route; t != NULL; t = t->next) { |
next | 154 | net/ax25/ax25_route.c | if (t->next == s) { |
next | 155 | net/ax25/ax25_route.c | t->next = s->next; |
next | 184 | net/ax25/ax25_route.c | for (ax25_rt = ax25_route; ax25_rt != NULL; ax25_rt = ax25_rt->next) { |
next | 226 | net/ax25/ax25_route.c | ax25_rt->next = ax25_route; |
next | 240 | net/ax25/ax25_route.c | ax25_rt = ax25_rt->next; |
next | 243 | net/ax25/ax25_route.c | ax25_route = s->next; |
next | 248 | net/ax25/ax25_route.c | for (t = ax25_route; t != NULL; t = t->next) { |
next | 249 | net/ax25/ax25_route.c | if (t->next == s) { |
next | 250 | net/ax25/ax25_route.c | t->next = s->next; |
next | 279 | net/ax25/ax25_route.c | for (ax25_rt = ax25_route; ax25_rt != NULL; ax25_rt = ax25_rt->next) { |
next | 342 | net/ax25/ax25_route.c | for (pt = ax25_uid_list; pt != NULL; pt = pt->next) { |
next | 380 | net/ax25/ax25_route.c | for (ax25_rt = ax25_route; ax25_rt != NULL; ax25_rt = ax25_rt->next) { |
next | 421 | net/ax25/ax25_route.c | for (ax25_rt = ax25_route; ax25_rt != NULL; ax25_rt = ax25_rt->next) { |
next | 446 | net/ax25/ax25_route.c | for (ax25_rt = ax25_route; ax25_rt != NULL; ax25_rt = ax25_rt->next) { |
next | 480 | net/ax25/ax25_route.c | for (ax25_rt = ax25_route; ax25_rt != NULL; ax25_rt = ax25_rt->next) { |
next | 495 | net/ax25/ax25_route.c | for (ax25_rt = ax25_route; ax25_rt != NULL; ax25_rt = ax25_rt->next) |
next | 506 | net/ax25/ax25_route.c | for (s = ax25_device; s != NULL; s = s->next) |
next | 559 | net/ax25/ax25_route.c | ax25_dev->next = ax25_device; |
next | 571 | net/ax25/ax25_route.c | ax25_dev = ax25_dev->next; |
next | 575 | net/ax25/ax25_route.c | ax25_device = s->next; |
next | 578 | net/ax25/ax25_route.c | for (t = ax25_device; t != NULL; t = t->next) { |
next | 579 | net/ax25/ax25_route.c | if (t->next == s) { |
next | 580 | net/ax25/ax25_route.c | t->next = s->next; |
next | 673 | net/ax25/ax25_route.c | struct ax25_bpqdev *next; |
next | 689 | net/ax25/ax25_route.c | for (bpqdev = ax25_bpqdev; bpqdev != NULL; bpqdev = bpqdev->next) { |
next | 719 | net/ax25/ax25_route.c | for (bpqdev = ax25_bpqdev; bpqdev != NULL; bpqdev = bpqdev->next) |
next | 743 | net/ax25/ax25_route.c | for (bpqdev = ax25_bpqdev; bpqdev != NULL; bpqdev = bpqdev->next) { |
next | 755 | net/ax25/ax25_route.c | bpqdev->next = ax25_bpqdev; |
next | 63 | 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 | 152 | net/core/dev.c | pt->next=ptype_all; |
next | 158 | net/core/dev.c | pt->next = ptype_base[hash]; |
next | 178 | net/core/dev.c | for(; (*pt1)!=NULL; pt1=&((*pt1)->next)) |
next | 182 | net/core/dev.c | *pt1=pt->next; |
next | 203 | net/core/dev.c | for (dev = dev_base; dev != NULL; dev = dev->next) |
next | 417 | net/core/dev.c | for (ptype = ptype_all; ptype!=NULL; ptype = ptype->next) |
next | 521 | net/core/dev.c | for (dev = dev_base; dev != NULL; dev = dev->next) |
next | 625 | net/core/dev.c | for (ptype = ptype_all; ptype!=NULL; ptype=ptype->next) |
next | 636 | net/core/dev.c | for (ptype = ptype_base[ntohs(type)&15]; ptype != NULL; ptype = ptype->next) |
next | 735 | net/core/dev.c | skb = head->next; |
next | 798 | net/core/dev.c | for (dev = dev_base; dev != NULL; dev = dev->next) |
next | 891 | net/core/dev.c | for (dev = dev_base; dev != NULL; dev = dev->next) |
next | 1384 | net/core/dev.c | *dp = dev->next; |
next | 1388 | 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 | 93 | net/core/net_alias.c | for(nat = nat_base[type & 0x0f]; nat ; nat = nat->next) |
next | 318 | net/core/net_alias.c | for (aliasp = &alias_info->hash_tab[idx];*aliasp;aliasp = &(*aliasp)->next) |
next | 409 | net/core/net_alias.c | alias->next = NULL; |
next | 449 | net/core/net_alias.c | alias->next = *aliasp; |
next | 466 | net/core/net_alias.c | dev->next = alias_info->taildev->next; |
next | 467 | net/core/net_alias.c | alias_info->taildev->next = dev; |
next | 508 | net/core/net_alias.c | for (prevdev=main_dev, alias = NULL;prevdev->next && n_aliases; prevdev = prevdev->next) |
next | 510 | net/core/net_alias.c | if (!(alias = prevdev->next->my_alias)) |
next | 528 | net/core/net_alias.c | for(aliasp = &alias_info->hash_tab[alias->hash]; *aliasp; aliasp = &(*aliasp)->next) |
next | 565 | net/core/net_alias.c | prevdev->next = dev->next; |
next | 572 | net/core/net_alias.c | *aliasp = (*aliasp)->next; |
next | 622 | net/core/net_alias.c | dev = main_dev->next; |
next | 623 | net/core/net_alias.c | main_dev->next = alias_info->taildev->next; |
next | 625 | net/core/net_alias.c | alias_info->taildev->next = NULL; |
next | 651 | net/core/net_alias.c | dev = dev->next; |
next | 663 | net/core/net_alias.c | dev = dev->next; |
next | 826 | net/core/net_alias.c | for (aliasp = &alias_info->hash_tab[alias->hash]; *aliasp; aliasp = &(*aliasp)->next) |
next | 859 | net/core/net_alias.c | *aliasp = (*aliasp)->next; |
next | 862 | net/core/net_alias.c | alias->next = *aliasp; |
next | 894 | net/core/net_alias.c | for (nat = nat_base[idx]; nat ; nat = nat->next) |
next | 933 | net/core/net_alias.c | for (dev = dev_base; dev ; dev = dev->next) |
next | 1017 | net/core/net_alias.c | alias; alias = alias->next) |
next | 1042 | net/core/net_alias.c | alias; alias=alias->next) |
next | 1320 | net/core/net_alias.c | nat->next = nat_base[hash]; |
next | 1353 | net/core/net_alias.c | for (natp = &nat_base[hash]; *natp ; natp = &(*natp)->next) |
next | 1357 | 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 | 550 | net/core/sock.c | struct sk_buff * skb = sk->back_log.next; |
next | 78 | 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 | 357 | net/ipv4/af_inet.c | if (skb->next && skb->prev) |
next | 847 | net/ipv4/af_inet.c | sk2 != NULL; sk2 = sk2->next) |
next | 1318 | net/ipv4/af_inet.c | s != NULL; s = s->next) |
next | 1370 | net/ipv4/af_inet.c | for(; s != NULL; s = s->next) |
next | 1411 | net/ipv4/af_inet.c | for(; s != NULL; s = s->next) |
next | 1494 | net/ipv4/af_inet.c | struct inet_protocol *tmp = (struct inet_protocol *) p->next; |
next | 118 | net/ipv4/arp.c | struct arp_table *next; /* Linked entry list */ |
next | 260 | net/ipv4/arp.c | entry->next = entry; |
next | 263 | net/ipv4/arp.c | entry->next = tail->next; |
next | 264 | net/ipv4/arp.c | tail->next = entry; |
next | 282 | net/ipv4/arp.c | entry = (*q)->next; |
next | 283 | net/ipv4/arp.c | (*q)->next = entry->next; |
next | 284 | net/ipv4/arp.c | if (entry->next == entry) |
next | 286 | net/ipv4/arp.c | entry->next = NULL; |
next | 323 | net/ipv4/arp.c | struct hh_cache *hh, *next; |
next | 331 | net/ipv4/arp.c | for (hh = entry->hh; hh; hh = next) |
next | 333 | net/ipv4/arp.c | next = hh->hh_next; |
next | 428 | net/ipv4/arp.c | *pentry = entry->next; |
next | 440 | net/ipv4/arp.c | pentry = &entry->next; |
next | 456 | net/ipv4/arp.c | pentry = &entry->next; /* go to next entry */ |
next | 564 | net/ipv4/arp.c | *pentry = entry->next; |
next | 573 | net/ipv4/arp.c | pentry = &(*pentry)->next; |
next | 609 | net/ipv4/arp.c | *pentry = entry->next; /* remove from list */ |
next | 613 | net/ipv4/arp.c | pentry = &entry->next; /* go to next entry */ |
next | 761 | net/ipv4/arp.c | *pentry = entry1->next; |
next | 766 | net/ipv4/arp.c | pentry = &entry1->next; |
next | 935 | net/ipv4/arp.c | proxy_entry = proxy_entry->next) |
next | 994 | net/ipv4/arp.c | for (entry=arp_tables[hash]; entry; entry=entry->next) |
next | 1059 | net/ipv4/arp.c | entry->next = arp_tables[hash]; |
next | 1094 | net/ipv4/arp.c | entry != NULL; entry = entry->next) |
next | 1103 | net/ipv4/arp.c | entry != NULL; entry = entry->next) |
next | 1109 | net/ipv4/arp.c | for (entry=arp_proxy_list; entry != NULL; entry = entry->next) |
next | 1285 | net/ipv4/arp.c | entry->next = arp_tables[hash]; |
next | 1339 | net/ipv4/arp.c | for(entry=arp_tables[i]; entry!=NULL; entry=entry->next) |
next | 1519 | net/ipv4/arp.c | entry->next = arp_tables[hash]; |
next | 1565 | net/ipv4/arp.c | for (entry1=arp_tables[hash]; entry1; entry1=entry1->next) |
next | 1573 | net/ipv4/arp.c | entry->next = arp_tables[hash]; |
next | 1590 | net/ipv4/arp.c | struct hh_cache * next; |
next | 1596 | net/ipv4/arp.c | for (hh=entry->hh; hh; hh=next) |
next | 1598 | net/ipv4/arp.c | next = hh->hh_next; |
next | 1745 | net/ipv4/arp.c | entry->next = arp_proxy_list; |
next | 1753 | net/ipv4/arp.c | entry->next = arp_tables[hash]; |
next | 1835 | net/ipv4/arp.c | entry != NULL; entry = entry->next) |
next | 1847 | 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 | 457 | net/ipv4/icmp.c | nextip = (struct inet_protocol *) ipprot->next; |
next | 113 | net/ipv4/igmp.c | for(i=ip_router_info_head;i!=NULL;i=i->next) |
next | 131 | net/ipv4/igmp.c | i->next = ip_router_info_head; |
next | 149 | net/ipv4/igmp.c | for(i=ip_router_info_head;i!=NULL;i=i->next) |
next | 179 | net/ipv4/igmp.c | i->next = ip_router_info_head; |
next | 293 | net/ipv4/igmp.c | for(im=dev->ip_mc_list;im!=NULL;im=im->next) { |
next | 325 | net/ipv4/igmp.c | for(im=dev->ip_mc_list;im!=NULL;im=im->next) |
next | 357 | net/ipv4/igmp.c | for(im=dev->ip_mc_list;im!=NULL;im=im->next) |
next | 490 | net/ipv4/igmp.c | for(i=dev->ip_mc_list;i!=NULL;i=i->next) |
next | 504 | net/ipv4/igmp.c | i->next=dev->ip_mc_list; |
next | 516 | net/ipv4/igmp.c | for(i=&(dev->ip_mc_list);(*i)!=NULL;i=&(*i)->next) |
next | 526 | net/ipv4/igmp.c | *i=(*i)->next; |
next | 543 | net/ipv4/igmp.c | j=i->next; |
next | 556 | net/ipv4/igmp.c | for(i=dev->ip_mc_list;i!=NULL;i=i->next) |
next | 566 | 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 | 544 | net/ipv4/ip_fw.c | if (old==NULL) ip_msq_hosts = ms->next; |
next | 545 | net/ipv4/ip_fw.c | else old->next = ms->next; |
next | 550 | net/ipv4/ip_fw.c | cur=cur->next; |
next | 589 | net/ipv4/ip_fw.c | mst = mst->next; |
next | 594 | net/ipv4/ip_fw.c | ms->next = ip_msq_hosts; |
next | 846 | net/ipv4/ip_fw.c | ms = ms->next; |
next | 1024 | net/ipv4/ip_fw.c | ms = ms->next; |
next | 1604 | 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 | 645 | net/ipv4/route.c | struct fib_node * next; |
next | 647 | net/ipv4/route.c | next = f1->fib_next; |
next | 650 | net/ipv4/route.c | f1 = next; |
next | 1145 | net/ipv4/route.c | struct rtable * rth, * next; |
next | 1161 | net/ipv4/route.c | for (; rth; rth=next) |
next | 1163 | net/ipv4/route.c | next = rth->rt_next; |
next | 1656 | net/ipv4/route.c | for (dev2 = dev_base ; dev2 != NULL ; dev2 = dev2->next) |
next | 447 | net/ipv4/tcp.c | p=p->next; |
next | 660 | net/ipv4/tcp.c | skb = skb->next; |
next | 1501 | net/ipv4/tcp.c | skb = skb->next; |
next | 554 | net/ipv4/tcp_input.c | if (skb->next != NULL) |
next | 735 | net/ipv4/tcp_input.c | ! before (sk->window_seq, sk->write_queue.next->end_seq)) |
next | 830 | net/ipv4/tcp_input.c | if (oskb->next) |
next | 858 | net/ipv4/tcp_input.c | if (after (sk->window_seq+1, sk->write_queue.next->end_seq) && |
next | 861 | net/ipv4/tcp_input.c | before(sk->write_queue.next->end_seq, sk->rcv_ack_seq + 1)) |
next | 870 | net/ipv4/tcp_input.c | else if (before(sk->window_seq, sk->write_queue.next->end_seq) && |
next | 1385 | net/ipv4/tcp_input.c | for(skb2 = skb->next; |
next | 1387 | 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 | 672 | net/ipv4/udp.c | sknext=get_sock_mcast(sk->next, uh->dest, saddr, uh->source, daddr); |
next | 156 | net/ipx/af_ipx.c | intrfc->if_sklist=s->next; |
next | 161 | net/ipx/af_ipx.c | while(s && s->next) { |
next | 162 | net/ipx/af_ipx.c | if(s->next==sk) { |
next | 163 | net/ipx/af_ipx.c | s->next=sk->next; |
next | 167 | net/ipx/af_ipx.c | s=s->next; |
next | 240 | net/ipx/af_ipx.c | sk->next = NULL; |
next | 244 | net/ipx/af_ipx.c | for (s = intrfc->if_sklist; s->next != NULL; s = s->next) |
next | 246 | net/ipx/af_ipx.c | s->next = sk; |
next | 257 | net/ipx/af_ipx.c | s=s->next) |
next | 278 | net/ipx/af_ipx.c | s = s->next; |
next | 303 | net/ipx/af_ipx.c | s = s->next; |
next | 304 | net/ipx/af_ipx.c | t->next = NULL; |
next | 418 | net/ipx/af_ipx.c | s = s->next; |
next | 1384 | net/ipx/af_ipx.c | for (s = i->if_sklist; s != NULL; s = s->next) { |
next | 1607 | 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 | 1267 | 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 | 110 | net/netrom/nr_route.c | nr_neigh->next = nr_neigh_list; |
next | 133 | net/netrom/nr_route.c | nr_node->next = nr_node_list; |
next | 234 | net/netrom/nr_route.c | nr_node_list = nr_node->next; |
next | 240 | net/netrom/nr_route.c | while (s != NULL && s->next != NULL) { |
next | 241 | net/netrom/nr_route.c | if (s->next == nr_node) { |
next | 242 | net/netrom/nr_route.c | s->next = nr_node->next; |
next | 248 | net/netrom/nr_route.c | s = s->next; |
next | 263 | net/netrom/nr_route.c | nr_neigh_list = nr_neigh->next; |
next | 271 | net/netrom/nr_route.c | while (s != NULL && s->next != NULL) { |
next | 272 | net/netrom/nr_route.c | if (s->next == nr_neigh) { |
next | 273 | net/netrom/nr_route.c | s->next = nr_neigh->next; |
next | 281 | net/netrom/nr_route.c | s = s->next; |
next | 297 | net/netrom/nr_route.c | for (nr_node = nr_node_list; nr_node != NULL; nr_node = nr_node->next) |
next | 303 | net/netrom/nr_route.c | for (nr_neigh = nr_neigh_list; nr_neigh != NULL; nr_neigh = nr_neigh->next) |
next | 346 | net/netrom/nr_route.c | for (nr_neigh = nr_neigh_list; nr_neigh != NULL; nr_neigh = nr_neigh->next) { |
next | 368 | net/netrom/nr_route.c | nr_neigh->next = nr_neigh_list; |
next | 384 | net/netrom/nr_route.c | for (nr_neigh = nr_neigh_list; nr_neigh != NULL; nr_neigh = nr_neigh->next) |
next | 414 | net/netrom/nr_route.c | nr_node = nr_node->next; |
next | 427 | net/netrom/nr_route.c | nr_neigh = nr_neigh->next; |
next | 476 | net/netrom/nr_route.c | nr_neigh = nr_neigh->next; |
next | 483 | net/netrom/nr_route.c | nr_node = nr_node->next; |
next | 539 | net/netrom/nr_route.c | for (dev = dev_base; dev != NULL; dev = dev->next) |
next | 554 | net/netrom/nr_route.c | for (dev = dev_base; dev != NULL; dev = dev->next) |
next | 633 | net/netrom/nr_route.c | for (nr_neigh = nr_neigh_list; nr_neigh != NULL; nr_neigh = nr_neigh->next) |
next | 639 | net/netrom/nr_route.c | for (nr_node = nr_node_list; nr_node != NULL; nr_node = nr_node->next) |
next | 680 | net/netrom/nr_route.c | for (nr_node = nr_node_list; nr_node != NULL; nr_node = nr_node->next) |
next | 687 | net/netrom/nr_route.c | for (nr_neigh = nr_neigh_list; nr_neigh != NULL; nr_neigh = nr_neigh->next) |
next | 723 | net/netrom/nr_route.c | for (nr_node = nr_node_list; nr_node != NULL; nr_node = nr_node->next) { |
next | 772 | 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 | 103 | net/unix/af_unix.c | *s=sk->next; |
next | 107 | net/unix/af_unix.c | s=&((*s)->next); |
next | 115 | net/unix/af_unix.c | sk->next=unix_socket_list; |
next | 132 | net/unix/af_unix.c | s=s->next; |
next | 315 | net/unix/af_unix.c | sk->next=NULL; |
next | 1262 | 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; |