tag | line | file | source code |
next | 327 | arch/alpha/kernel/bios32.c | for (child = bus->children; child; child = child->next) { |
next | 389 | arch/alpha/kernel/bios32.c | for (dev = pci_devices; dev; dev = dev->next) { |
next | 413 | arch/alpha/kernel/bios32.c | for (dev = pci_devices; dev; dev = dev->next) { |
next | 527 | arch/alpha/kernel/bios32.c | for (dev = pci_devices; dev; dev = dev->next) { |
next | 758 | 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 | 196 | arch/alpha/kernel/irq.c | p = &action->next; |
next | 213 | arch/alpha/kernel/irq.c | action->next = NULL; |
next | 236 | arch/alpha/kernel/irq.c | for (p = irq + irq_action; (action = *p) != NULL; p = &action->next) { |
next | 243 | arch/alpha/kernel/irq.c | *p = action->next; |
next | 271 | arch/alpha/kernel/irq.c | action = action->next; |
next | 295 | arch/alpha/kernel/irq.c | action = action->next; |
next | 315 | arch/alpha/kernel/irq.c | action = action->next; |
next | 338 | arch/alpha/kernel/irq.c | action = action->next; |
next | 239 | arch/i386/kernel/irq.c | for (action=action->next; action; action = action->next) { |
next | 291 | arch/i386/kernel/irq.c | for (action=action->next; action; action = action->next) { |
next | 360 | arch/i386/kernel/irq.c | action = action->next; |
next | 384 | arch/i386/kernel/irq.c | action = action->next; |
next | 406 | arch/i386/kernel/irq.c | p = &old->next; |
next | 452 | arch/i386/kernel/irq.c | action->next = NULL; |
next | 471 | arch/i386/kernel/irq.c | for (p = irq + irq_action; (action = *p) != NULL; p = &action->next) { |
next | 478 | arch/i386/kernel/irq.c | *p = action->next; |
next | 343 | arch/m68k/amiga/amiints.c | p->next = NULL; |
next | 368 | arch/m68k/amiga/amiints.c | for( p = ami_lists[i]; p; p = p->next ) { |
next | 370 | arch/m68k/amiga/amiints.c | if (p->next) |
next | 192 | arch/m68k/amiga/amikeyb.c | amikeyb_rep_timer.prev = amikeyb_rep_timer.next = NULL; |
next | 240 | arch/m68k/amiga/amikeyb.c | amikeyb_rep_timer.prev = amikeyb_rep_timer.next = NULL; |
next | 414 | arch/m68k/atari/ataints.c | for( p = (isr_node_t *)_p; p; p = p->next ) |
next | 487 | arch/m68k/atari/ataints.c | p->next = NULL; |
next | 500 | arch/m68k/atari/ataints.c | p->next = irq_handler[source].data; |
next | 553 | arch/m68k/atari/ataints.c | for( p = (isr_node_t **)&irq_handler[source].data; *p; p = &(*p)->next ) { |
next | 562 | arch/m68k/atari/ataints.c | *p = (*p)->next; |
next | 567 | arch/m68k/atari/ataints.c | if (q && !q->next) { |
next | 621 | arch/m68k/atari/ataints.c | for( p = (isr_node_t *)irq_handler[i].data; p; p = p->next ) { |
next | 623 | arch/m68k/atari/ataints.c | if (p->next) |
next | 282 | arch/m68k/atari/atakeyb.c | atakeyb_rep_timer.prev = atakeyb_rep_timer.next = NULL; |
next | 397 | arch/m68k/atari/atakeyb.c | atakeyb_rep_timer.prev = atakeyb_rep_timer.next = NULL; |
next | 69 | arch/m68k/kernel/ints.c | listp = &cur->next; |
next | 70 | arch/m68k/kernel/ints.c | cur = cur->next; |
next | 73 | arch/m68k/kernel/ints.c | node->next = cur; |
next | 86 | arch/m68k/kernel/ints.c | for (np = *listp; np; listp = &np->next, np = *listp) { |
next | 88 | arch/m68k/kernel/ints.c | *listp = np->next; |
next | 134 | arch/m68k/kernel/ints.c | p->next = NULL; |
next | 159 | arch/m68k/kernel/ints.c | p = p->next; |
next | 227 | arch/m68k/kernel/ints.c | for (p = isr_list[i-1]; p; p = p->next) { |
next | 229 | arch/m68k/kernel/ints.c | if (p->next) |
next | 25 | arch/m68k/mm/memory.c | struct ptable_desc *next; |
next | 42 | arch/m68k/mm/memory.c | struct ptable_desc *dp = ptable_list.next; |
next | 68 | arch/m68k/mm/memory.c | dp->next = ptable_list.next; |
next | 69 | arch/m68k/mm/memory.c | dp->prev = ptable_list.next->prev; |
next | 70 | arch/m68k/mm/memory.c | ptable_list.next->prev = dp; |
next | 71 | arch/m68k/mm/memory.c | ptable_list.next = dp; |
next | 86 | arch/m68k/mm/memory.c | dp->prev->next = dp->next; |
next | 87 | arch/m68k/mm/memory.c | dp->next->prev = dp->prev; |
next | 89 | arch/m68k/mm/memory.c | dp->next = ptable_list.next->prev; |
next | 91 | arch/m68k/mm/memory.c | ptable_list.prev->next = dp; |
next | 108 | arch/m68k/mm/memory.c | for (dp = ptable_list.next; dp->page && dp->page != page; dp = dp->next) |
next | 123 | arch/m68k/mm/memory.c | dp->prev->next = dp->next; |
next | 124 | arch/m68k/mm/memory.c | dp->next->prev = dp->prev; |
next | 137 | arch/m68k/mm/memory.c | dp->prev->next = dp->next; |
next | 138 | arch/m68k/mm/memory.c | dp->next->prev = dp->prev; |
next | 140 | arch/m68k/mm/memory.c | dp->next = ptable_list.next; |
next | 141 | arch/m68k/mm/memory.c | dp->prev = ptable_list.next->prev; |
next | 142 | arch/m68k/mm/memory.c | ptable_list.next->prev = dp; |
next | 143 | arch/m68k/mm/memory.c | ptable_list.next = dp; |
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 | 111 | arch/sparc/kernel/irq.c | for (action=action->next; action; action = action->next) { |
next | 139 | arch/sparc/kernel/irq.c | for (; action; action = action->next) { |
next | 163 | arch/sparc/kernel/irq.c | tmp->next = action->next; |
next | 165 | arch/sparc/kernel/irq.c | *(cpu_irq + irq_action) = action->next; |
next | 212 | arch/sparc/kernel/irq.c | action = action->next; |
next | 233 | arch/sparc/kernel/irq.c | action = action->next; |
next | 335 | arch/sparc/kernel/irq.c | for (tmp = action; tmp->next; tmp = tmp->next); |
next | 369 | arch/sparc/kernel/irq.c | action->next = NULL; |
next | 373 | 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 | 433 | arch/sparc/mm/srmmu.c | ctxp = ctx_free.next; |
next | 441 | arch/sparc/mm/srmmu.c | ctxp = ctx_used.next; |
next | 443 | arch/sparc/mm/srmmu.c | ctxp = ctxp->next; |
next | 235 | arch/sparc/mm/sun4c.c | struct sun4c_mmu_entry *next; |
next | 249 | arch/sparc/mm/sun4c.c | mmu_entry_pool[i].next = 0; |
next | 323 | arch/sparc/mm/sun4c.c | sun4c_context_ring[i].ringhd.next = |
next | 328 | arch/sparc/mm/sun4c.c | sun4c_ufree_ring.ringhd.next = sun4c_ufree_ring.ringhd.prev = |
next | 330 | arch/sparc/mm/sun4c.c | sun4c_kernel_ring.ringhd.next = sun4c_kernel_ring.ringhd.prev = |
next | 332 | arch/sparc/mm/sun4c.c | sun4c_kfree_ring.ringhd.next = sun4c_kfree_ring.ringhd.prev = |
next | 343 | arch/sparc/mm/sun4c.c | (entry->next = head->next)->prev = entry; |
next | 344 | arch/sparc/mm/sun4c.c | head->next = entry; |
next | 350 | arch/sparc/mm/sun4c.c | struct sun4c_mmu_entry *next = entry->next; |
next | 352 | arch/sparc/mm/sun4c.c | (next->prev = entry->prev)->next = next; |
next | 359 | arch/sparc/mm/sun4c.c | struct sun4c_mmu_entry *next = entry->next; |
next | 361 | arch/sparc/mm/sun4c.c | (next->prev = entry->prev)->next = next; |
next | 362 | arch/sparc/mm/sun4c.c | entry->prev = head; (entry->next = head->next)->prev = entry; |
next | 363 | arch/sparc/mm/sun4c.c | head->next = entry; |
next | 473 | arch/sparc/mm/sun4c.c | this_entry = crp->ringhd.next; |
next | 477 | arch/sparc/mm/sun4c.c | next_entry = this_entry->next; |
next | 487 | arch/sparc/mm/sun4c.c | struct sun4c_mmu_entry *entry = crp->ringhd.next; |
next | 508 | arch/sparc/mm/sun4c.c | return sun4c_ufree_ring.ringhd.next; |
next | 520 | arch/sparc/mm/sun4c.c | return sun4c_ufree_ring.ringhd.next; |
next | 529 | arch/sparc/mm/sun4c.c | return sun4c_kfree_ring.ringhd.next; |
next | 535 | arch/sparc/mm/sun4c.c | return sun4c_kfree_ring.ringhd.next; |
next | 1075 | arch/sparc/mm/sun4c.c | this_entry = sun4c_kernel_ring.ringhd.next; |
next | 1078 | arch/sparc/mm/sun4c.c | next_entry = this_entry->next; |
next | 1102 | arch/sparc/mm/sun4c.c | this_entry = crp->ringhd.next; |
next | 1105 | arch/sparc/mm/sun4c.c | next_entry = this_entry->next; |
next | 1192 | arch/sparc/mm/sun4c.c | ctxp = ctx_free.next; |
next | 1200 | arch/sparc/mm/sun4c.c | ctxp = ctx_used.next; |
next | 1202 | arch/sparc/mm/sun4c.c | ctxp = ctxp->next; |
next | 1723 | drivers/block/amiflop.c | motor_on_timer.next = NULL; |
next | 1729 | drivers/block/amiflop.c | motor_off_timer[i].next = NULL; |
next | 1738 | drivers/block/amiflop.c | flush_track_timer.next = NULL; |
next | 1744 | drivers/block/amiflop.c | post_write_timer.next = NULL; |
next | 2926 | drivers/block/floppy.c | if (raw_cmd->next && |
next | 2931 | drivers/block/floppy.c | raw_cmd = raw_cmd->next; |
next | 2974 | drivers/block/floppy.c | ptr = ptr->next; |
next | 2982 | drivers/block/floppy.c | struct floppy_raw_cmd *next,*this; |
next | 2992 | drivers/block/floppy.c | next = this->next; |
next | 2994 | drivers/block/floppy.c | this = next; |
next | 3023 | drivers/block/floppy.c | ptr->next = 0; |
next | 3031 | drivers/block/floppy.c | ptr->next = 0; |
next | 3065 | drivers/block/floppy.c | rcmd = & (ptr->next); |
next | 4149 | drivers/block/floppy.c | if (motor_off_timer[drive].next) |
next | 4152 | drivers/block/floppy.c | if (fd_timeout.next) |
next | 4154 | drivers/block/floppy.c | if (fd_timer.next) |
next | 662 | drivers/block/genhd.c | for (p = gendisk_head ; p ; p=p->next) { |
next | 1058 | drivers/block/hd.c | hd_gendisk.next = gendisk_head; |
next | 1751 | drivers/block/ide-tape.c | blk_dev[MAJOR(rq->rq_dev)].current_request = rq->next; |
next | 1941 | drivers/block/ide-tape.c | next_rq=next_rq->next; |
next | 2952 | drivers/block/ide-tape.c | if (rq->next != NULL && rq->rq_dev != rq->next->rq_dev) |
next | 2953 | drivers/block/ide-tape.c | bdev->current_request=rq->next; |
next | 4300 | drivers/block/ide-tape.c | new_stage->next=new_stage->prev=NULL; |
next | 4311 | drivers/block/ide-tape.c | new_stage->bh->next=NULL; |
next | 4325 | drivers/block/ide-tape.c | bh->next=NULL; |
next | 4326 | drivers/block/ide-tape.c | prev_bh->next=bh; |
next | 4360 | drivers/block/ide-tape.c | bh=bh->next; |
next | 4400 | drivers/block/ide-tape.c | bh=bh->next; |
next | 4438 | drivers/block/ide-tape.c | bh=bh->next; |
next | 4489 | drivers/block/ide-tape.c | stage->next=NULL; |
next | 4492 | drivers/block/ide-tape.c | tape->last_stage->next=stage; |
next | 4527 | drivers/block/ide-tape.c | tape->first_stage=stage->next; |
next | 4587 | 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 | 592 | drivers/block/ide.c | gd->next = NULL; /* linked list of major devs */ |
next | 594 | drivers/block/ide.c | for (gdp = &gendisk_head; *gdp; gdp = &((*gdp)->next)) ; |
next | 795 | drivers/block/ide.c | blk_dev[MAJOR(rq->rq_dev)].current_request = rq->next; |
next | 1167 | drivers/block/ide.c | next: |
next | 1190 | drivers/block/ide.c | goto next; |
next | 1496 | drivers/block/ide.c | } while ((hwif = hwif->next) != hwgroup->next_hwif); |
next | 1523 | drivers/block/ide.c | } while ((hwif = hwif->next) != hgif); |
next | 1527 | drivers/block/ide.c | } while ((hwif = hwif->next) != hgif); |
next | 1629 | drivers/block/ide.c | } while ((hwif = hwif->next) != hwgroup->hwif); |
next | 1699 | drivers/block/ide.c | rq->next = NULL; |
next | 1758 | drivers/block/ide.c | rq->next = cur_rq; |
next | 1769 | drivers/block/ide.c | while (cur_rq->next != NULL) /* find end of list */ |
next | 1770 | drivers/block/ide.c | cur_rq = cur_rq->next; |
next | 1772 | drivers/block/ide.c | rq->next = cur_rq->next; |
next | 1773 | drivers/block/ide.c | cur_rq->next = rq; |
next | 3049 | drivers/block/ide.c | hwgroup->hwif = hwgroup->next_hwif = hwif->next = hwif; |
next | 3081 | drivers/block/ide.c | hwif->next = hwgroup->hwif->next; |
next | 3082 | drivers/block/ide.c | hwgroup->hwif->next = hwif; |
next | 3313 | drivers/block/ide.c | g = g->next; |
next | 3330 | drivers/block/ide.c | while (hwgroup->hwif->next != hwif) |
next | 3331 | drivers/block/ide.c | hwgroup->hwif = hwgroup->hwif->next; |
next | 3332 | drivers/block/ide.c | hwgroup->hwif->next = hwif->next; |
next | 3334 | drivers/block/ide.c | hwgroup->hwif = hwif->next; |
next | 3336 | drivers/block/ide.c | hwgroup->next_hwif = hwif->next; |
next | 3347 | drivers/block/ide.c | for (gdp = &gendisk_head; *gdp; gdp = &((*gdp)->next)) |
next | 3353 | drivers/block/ide.c | gd = *gdp; *gdp = gd->next; |
next | 400 | drivers/block/ide.h | struct hwif_s *next; /* for linked-list in ide_hwgroup_t */ |
next | 95 | drivers/block/ll_rw_blk.c | dev->current_request = dev->plug.next; |
next | 96 | drivers/block/ll_rw_blk.c | dev->plug.next = NULL; |
next | 255 | drivers/block/ll_rw_blk.c | req->next = NULL; |
next | 265 | drivers/block/ll_rw_blk.c | for ( ; tmp->next ; tmp = tmp->next) { |
next | 267 | drivers/block/ll_rw_blk.c | !IN_ORDER(tmp,tmp->next)) && |
next | 268 | drivers/block/ll_rw_blk.c | IN_ORDER(req,tmp->next)) |
next | 271 | drivers/block/ll_rw_blk.c | req->next = tmp->next; |
next | 272 | drivers/block/ll_rw_blk.c | tmp->next = req; |
next | 371 | drivers/block/ll_rw_blk.c | req = req->next; |
next | 406 | drivers/block/ll_rw_blk.c | } while ((req = req->next) != NULL); |
next | 432 | drivers/block/ll_rw_blk.c | req->next = NULL; |
next | 582 | drivers/block/ll_rw_blk.c | req[j]->next = NULL; |
next | 603 | drivers/block/ll_rw_blk.c | dev->plug.next = NULL; |
next | 611 | drivers/block/ll_rw_blk.c | req->next = NULL; |
next | 80 | drivers/block/md.c | tmp=tmp->next; |
next | 534 | drivers/block/md.c | md_gendisk.next=gendisk_head; |
next | 134 | drivers/block/xd.c | xd_gendisk.next = gendisk_head; |
next | 798 | drivers/cdrom/aztcd.c | { DiskInfo.lastSession.min = Toc[DiskInfo.next].diskTime.min; |
next | 799 | drivers/cdrom/aztcd.c | DiskInfo.lastSession.sec = Toc[DiskInfo.next].diskTime.sec; |
next | 800 | drivers/cdrom/aztcd.c | DiskInfo.lastSession.frame= Toc[DiskInfo.next].diskTime.frame; |
next | 916 | drivers/cdrom/aztcd.c | { DiskInfo.next = qInfo.diskTime.min; |
next | 917 | drivers/cdrom/aztcd.c | DiskInfo.next = azt_bcd2bin(DiskInfo.next); |
next | 931 | drivers/cdrom/aztcd.c | if ((qInfo.pointIndex==DiskInfo.next)&&(test&0x01)) /*StartTime of Next Track*/ |
next | 942 | drivers/cdrom/aztcd.c | DiskInfo.next, |
next | 985 | drivers/cdrom/aztcd.c | { for (i = DiskInfo.next; i < MAX_TRACKS; i++) |
next | 987 | 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 | 385 | drivers/char/apm_bios.c | struct callback_list_t * next; |
next | 544 | drivers/char/apm_bios.c | new->next = callback_list; |
next | 555 | drivers/char/apm_bios.c | for (ptr = &callback_list; *ptr != NULL; ptr = &(*ptr)->next) |
next | 559 | drivers/char/apm_bios.c | *ptr = old->next; |
next | 580 | drivers/char/apm_bios.c | for (as = user_list; as != NULL; as = as->next) { |
next | 671 | drivers/char/apm_bios.c | for (call = callback_list; call != NULL; call = call->next) { |
next | 673 | drivers/char/apm_bios.c | for (fix = callback_list; fix != call; fix = fix->next) |
next | 939 | drivers/char/apm_bios.c | user_list = as->next; |
next | 944 | drivers/char/apm_bios.c | (as1 != NULL) && (as1->next != as); |
next | 945 | drivers/char/apm_bios.c | as1 = as1->next) |
next | 950 | drivers/char/apm_bios.c | as1->next = as->next; |
next | 970 | drivers/char/apm_bios.c | as->next = user_list; |
next | 413 | drivers/char/ftape/fdc-isr.c | int next = buff->next_segment; /* 0 means stop ! */ |
next | 423 | drivers/char/ftape/fdc-isr.c | } else if (next > 0) { |
next | 427 | drivers/char/ftape/fdc-isr.c | if (write && next != buff->segment_id) { |
next | 432 | drivers/char/ftape/fdc-isr.c | setup_new_segment(&buffer[head], next, 0); |
next | 78 | drivers/char/misc.c | for (p = misc_list.next; p != &misc_list; p = p->next) |
next | 89 | drivers/char/misc.c | struct miscdevice *c = misc_list.next; |
next | 93 | drivers/char/misc.c | c = c->next; |
next | 99 | drivers/char/misc.c | c = misc_list.next; |
next | 101 | drivers/char/misc.c | c = c->next; |
next | 127 | drivers/char/misc.c | if (misc->next || misc->prev) |
next | 140 | drivers/char/misc.c | misc->next = &misc_list; |
next | 142 | drivers/char/misc.c | misc->prev->next = misc; |
next | 143 | drivers/char/misc.c | misc->next->prev = misc; |
next | 150 | drivers/char/misc.c | if (!misc->next || !misc->prev) |
next | 153 | drivers/char/misc.c | misc->prev->next = misc->next; |
next | 154 | drivers/char/misc.c | misc->next->prev = misc->prev; |
next | 155 | drivers/char/misc.c | misc->next = NULL; |
next | 1452 | drivers/char/pcxx.c | goto next; |
next | 1455 | drivers/char/pcxx.c | goto next; |
next | 1512 | drivers/char/pcxx.c | next: |
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 security 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 | 560 | drivers/char/serial.c | goto next; |
next | 576 | drivers/char/serial.c | next: |
next | 676 | drivers/char/serial.c | goto next; |
next | 690 | 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 | 1778 | drivers/char/tty_io.c | driver->prev->next = driver->next; |
next | 1780 | drivers/char/tty_io.c | tty_drivers = driver->next; |
next | 1782 | drivers/char/tty_io.c | if (driver->next) |
next | 1783 | drivers/char/tty_io.c | driver->next->prev = driver->prev; |
next | 121 | drivers/isdn/icn/icn.c | p = (pqueue *) p->next; |
next | 124 | drivers/isdn/icn/icn.c | q->next = (u_char *) p; |
next | 130 | drivers/isdn/icn/icn.c | p->next = NULL; |
next | 147 | drivers/isdn/icn/icn.c | p = (pqueue *) p->next; |
next | 383 | drivers/isdn/icn/icn.c | dev->spqueue[channel] = (pqueue *) dev->spqueue[channel]->next; |
next | 183 | drivers/isdn/icn/icn.h | char *next; |
next | 115 | drivers/isdn/isdn_common.c | p = (pqueue *) p->next; |
next | 118 | drivers/isdn/isdn_common.c | q->next = (u_char *) p; |
next | 124 | drivers/isdn/isdn_common.c | p->next = NULL; |
next | 140 | drivers/isdn/isdn_common.c | p = (pqueue *) p->next; |
next | 647 | drivers/isdn/isdn_common.c | dev->drv[di]->rpqueue[channel] = (pqueue *) p->next; |
next | 732 | drivers/isdn/isdn_common.c | p = (infostruct *) p->next; |
next | 1015 | drivers/isdn/isdn_common.c | p = p->next; |
next | 1415 | drivers/isdn/isdn_common.c | p->next = (char *) dev->infochain; |
next | 1475 | drivers/isdn/isdn_common.c | q->next = p->next; |
next | 1477 | drivers/isdn/isdn_common.c | dev->infochain = (infostruct *) (p->next); |
next | 1481 | drivers/isdn/isdn_common.c | p = (infostruct *) (p->next); |
next | 189 | drivers/isdn/isdn_net.c | p = (isdn_net_dev *) p->next; |
next | 405 | drivers/isdn/isdn_net.c | if (!(p->local.dial = (isdn_net_phone *) p->local.dial->next)) { |
next | 523 | drivers/isdn/isdn_net.c | p = (isdn_net_dev *) p->next; |
next | 1370 | drivers/isdn/isdn_net.c | p = (isdn_net_dev *) p->next; |
next | 1525 | drivers/isdn/isdn_net.c | p = (isdn_net_dev *) p->next; |
next | 1547 | drivers/isdn/isdn_net.c | p = (isdn_net_dev *) p->next; |
next | 1556 | drivers/isdn/isdn_net.c | p = (isdn_net_dev *) p->next; |
next | 1569 | drivers/isdn/isdn_net.c | n = (isdn_net_phone *) n->next; |
next | 1606 | drivers/isdn/isdn_net.c | p = (isdn_net_dev *) p->next; |
next | 1694 | drivers/isdn/isdn_net.c | p = (isdn_net_dev *) p->next; |
next | 1714 | drivers/isdn/isdn_net.c | p = (isdn_net_dev *) p->next; |
next | 1836 | drivers/isdn/isdn_net.c | netdev->local.next = &netdev->local; |
next | 1855 | drivers/isdn/isdn_net.c | netdev->next = (void *) dev->netdev; |
next | 2100 | drivers/isdn/isdn_net.c | n->next = p->local.phone[phone->outgoing & 1]; |
next | 2140 | drivers/isdn/isdn_net.c | n = n->next; |
next | 2165 | drivers/isdn/isdn_net.c | m->next = n->next; |
next | 2167 | drivers/isdn/isdn_net.c | p->local.phone[inout] = n->next; |
next | 2172 | drivers/isdn/isdn_net.c | n = (isdn_net_phone *) n->next; |
next | 2194 | drivers/isdn/isdn_net.c | m = n->next; |
next | 2267 | drivers/isdn/isdn_net.c | q->next = p->next; |
next | 2269 | drivers/isdn/isdn_net.c | dev->netdev = p->next; |
next | 2281 | drivers/isdn/isdn_net.c | n = (isdn_net_dev *) n->next; |
next | 2312 | drivers/isdn/isdn_net.c | p = (isdn_net_dev *) p->next; |
next | 89 | drivers/isdn/isdn_ppp.c | lp->last->next = lp->next; |
next | 90 | drivers/isdn/isdn_ppp.c | lp->next->last = lp->last; |
next | 92 | drivers/isdn/isdn_ppp.c | lp->netdev->queue = lp->next; |
next | 93 | drivers/isdn/isdn_ppp.c | lp->next = lp->last = lp; |
next | 99 | drivers/isdn/isdn_ppp.c | p=p->next; |
next | 238 | drivers/isdn/isdn_ppp.c | p = p->next; |
next | 384 | drivers/isdn/isdn_ppp.c | if (bf->next == bl && !(ippp_table[minor]->state & IPPP_NOBLOCK)) { |
next | 427 | drivers/isdn/isdn_ppp.c | bf = bf->next; |
next | 441 | drivers/isdn/isdn_ppp.c | ippp_table[minor]->last = bl->next; |
next | 471 | drivers/isdn/isdn_ppp.c | b = c->first->next; |
next | 542 | drivers/isdn/isdn_ppp.c | ippp_table[i]->rq[j].next = ippp_table[i]->rq + (j + 1) % NUM_RCV_BUFFS; |
next | 613 | drivers/isdn/isdn_ppp.c | lpq = lpq->next; |
next | 632 | drivers/isdn/isdn_ppp.c | lpq = lpq->next; |
next | 671 | drivers/isdn/isdn_ppp.c | q->next = NULL; |
next | 675 | drivers/isdn/isdn_ppp.c | q->next = ql; |
next | 678 | drivers/isdn/isdn_ppp.c | while (ql->next && ql->next->sqno_start < q->sqno_start) |
next | 679 | drivers/isdn/isdn_ppp.c | ql = ql->next; |
next | 680 | drivers/isdn/isdn_ppp.c | q->next = ql->next; |
next | 681 | drivers/isdn/isdn_ppp.c | ql->next = q; |
next | 700 | drivers/isdn/isdn_ppp.c | net_dev->ib.sq = q->next; |
next | 863 | drivers/isdn/isdn_ppp.c | nd->queue = nd->queue->next; |
next | 899 | drivers/isdn/isdn_ppp.c | ql = q->next; |
next | 930 | drivers/isdn/isdn_ppp.c | lp->last->next = nlp; |
next | 932 | drivers/isdn/isdn_ppp.c | nlp->next = lp; |
next | 961 | drivers/isdn/isdn_ppp.c | q = q->next; |
next | 992 | drivers/isdn/isdn_ppp.c | q1->next = NULL; |
next | 1000 | drivers/isdn/isdn_ppp.c | if (q->next) { |
next | 1001 | drivers/isdn/isdn_ppp.c | q = q->next; |
next | 1004 | drivers/isdn/isdn_ppp.c | q->next = q1; |
next | 1005 | drivers/isdn/isdn_ppp.c | q1->next = NULL; |
next | 1012 | drivers/isdn/isdn_ppp.c | q1->next = q; |
next | 1014 | drivers/isdn/isdn_ppp.c | q->last->next = q1; |
next | 1027 | drivers/isdn/isdn_ppp.c | if (!(q->next) || q->next->sqno != cnt) { |
next | 1033 | drivers/isdn/isdn_ppp.c | q = q->next; |
next | 1053 | drivers/isdn/isdn_ppp.c | q->last->next = qe->next; |
next | 1055 | drivers/isdn/isdn_ppp.c | dev->mp_last = qe->next; |
next | 1057 | drivers/isdn/isdn_ppp.c | if (qe->next) |
next | 1058 | drivers/isdn/isdn_ppp.c | qe->next->last = q->last; |
next | 1059 | drivers/isdn/isdn_ppp.c | qe->next = NULL; |
next | 1070 | drivers/isdn/isdn_ppp.c | struct mpqueue *ql = q->next; |
next | 1080 | drivers/isdn/isdn_ppp.c | struct mpqueue *ql = q->next; |
next | 1109 | drivers/isdn/isdn_ppp.c | if ((dev->mp_last = q->next)) |
next | 1110 | drivers/isdn/isdn_ppp.c | q->next->last = NULL; |
next | 1119 | drivers/isdn/isdn_ppp.c | q = q->next; |
next | 1140 | drivers/isdn/isdn_ppp.c | net_dev = net_dev->next; |
next | 1148 | drivers/isdn/isdn_ppp.c | net_dev->ib.sq = q->next; |
next | 1150 | drivers/isdn/isdn_ppp.c | q->next = NULL; |
next | 1153 | drivers/isdn/isdn_ppp.c | qn = ql->next; |
next | 1159 | drivers/isdn/isdn_ppp.c | q = q->next; |
next | 1161 | drivers/isdn/isdn_ppp.c | net_dev = net_dev->next; |
next | 112 | drivers/isdn/pcbit/drv.c | dev->qdelivery.next = 0; |
next | 1047 | drivers/isdn/pcbit/drv.c | back = ptr->next; |
next | 1070 | drivers/isdn/pcbit/drv.c | ptr->next = dev->msn_list; |
next | 1076 | drivers/isdn/pcbit/drv.c | for (back=dev->msn_list; back->next; back=back->next); |
next | 1093 | drivers/isdn/pcbit/drv.c | ptr->next = NULL; |
next | 1110 | drivers/isdn/pcbit/drv.c | back->next = ptr; |
next | 1123 | drivers/isdn/pcbit/drv.c | for (ptr=dev->msn_list; ptr; ptr=ptr->next) { |
next | 144 | drivers/isdn/pcbit/layer2.c | frame->next = NULL; |
next | 155 | drivers/isdn/pcbit/layer2.c | for(ptr=dev->write_queue; ptr->next; ptr=ptr->next); |
next | 156 | drivers/isdn/pcbit/layer2.c | ptr->next = frame; |
next | 301 | drivers/isdn/pcbit/layer2.c | dev->write_queue = frame->next; |
next | 343 | drivers/isdn/pcbit/layer2.c | dev->read_queue = frame->next; |
next | 515 | drivers/isdn/pcbit/layer2.c | for(ptr=dev->read_queue;ptr->next;ptr=ptr->next); |
next | 516 | drivers/isdn/pcbit/layer2.c | ptr->next = frame; |
next | 710 | drivers/isdn/pcbit/layer2.c | dev->write_queue = dev->write_queue->next; |
next | 118 | drivers/isdn/pcbit/layer2.h | struct frame_buf * next; |
next | 42 | drivers/isdn/pcbit/pcbit.h | struct msn_entry * next; |
next | 59 | drivers/isdn/teles/buffers.c | ptr->next = bp->pageslist; |
next | 73 | drivers/isdn/teles/buffers.c | bh->next = prev; |
next | 81 | drivers/isdn/teles/buffers.c | first->next = bp->freelist; |
next | 97 | drivers/isdn/teles/buffers.c | p = bp->pageslist->next; |
next | 126 | drivers/isdn/teles/buffers.c | bp->freelist = bp->freelist->next; |
next | 172 | drivers/isdn/teles/buffers.c | bh->next = bp->freelist; |
next | 188 | drivers/isdn/teles/buffers.c | bq->tail->next = bh; |
next | 190 | drivers/isdn/teles/buffers.c | bh->next = NULL; |
next | 202 | drivers/isdn/teles/buffers.c | bh->next = bq->head; |
next | 221 | drivers/isdn/teles/buffers.c | bq->head = (*bh)->next; |
next | 260 | drivers/isdn/teles/buffers.c | bh = bh->next; |
next | 280 | drivers/isdn/teles/buffers.c | q->head = sp->next; |
next | 291 | drivers/isdn/teles/buffers.c | while (sp->next) { |
next | 292 | drivers/isdn/teles/buffers.c | if ((sp->next->primitive == pr) && (sp->next->heldby == heldby)) { |
next | 293 | drivers/isdn/teles/buffers.c | if (q->tail == sp->next) |
next | 296 | drivers/isdn/teles/buffers.c | BufPoolRelease(sp->next); |
next | 297 | drivers/isdn/teles/buffers.c | sp->next = sp->next->next; |
next | 299 | drivers/isdn/teles/buffers.c | sp = sp->next; |
next | 623 | drivers/isdn/teles/card.c | st = st->next; |
next | 842 | drivers/isdn/teles/card.c | st = st->next; |
next | 868 | drivers/isdn/teles/card.c | stptr = stptr->next; |
next | 899 | drivers/isdn/teles/card.c | stptr = stptr->next; |
next | 911 | drivers/isdn/teles/card.c | stptr = stptr->next; |
next | 1300 | drivers/isdn/teles/card.c | st->next = sp->stlist; |
next | 1311 | drivers/isdn/teles/card.c | sp->stlist = st->next; |
next | 1315 | drivers/isdn/teles/card.c | if (p->next == st) { |
next | 1316 | drivers/isdn/teles/card.c | p->next = st->next; |
next | 1319 | drivers/isdn/teles/card.c | p = p->next; |
next | 1371 | drivers/isdn/teles/card.c | st = st->next; |
next | 1452 | drivers/isdn/teles/card.c | hsp->tqueue.next = 0; |
next | 1496 | drivers/isdn/teles/card.c | sp->tqueue.next = 0; |
next | 102 | drivers/isdn/teles/fsm.c | if (ft->tl.next) |
next | 119 | drivers/isdn/teles/fsm.c | if (ft->tl.next) { |
next | 134 | drivers/isdn/teles/fsm.c | return (ft->tl.next != NULL); |
next | 24 | drivers/isdn/teles/tei.c | ptr = ptr->next; |
next | 40 | drivers/isdn/teles/tei.c | ptr = ptr->next; |
next | 108 | drivers/isdn/teles/tei.c | ptr = ptr->next; |
next | 194 | drivers/isdn/teles/teles.h | struct BufHeader *next; |
next | 202 | drivers/isdn/teles/teles.h | struct Pages *next; |
next | 294 | drivers/isdn/teles/teles.h | struct PStack *next; |
next | 1307 | drivers/net/3c505.c | dmi = dmi->next; |
next | 521 | drivers/net/8390.c | if (rx_frame.next != next_frame |
next | 522 | drivers/net/8390.c | && rx_frame.next != next_frame + 1 |
next | 523 | drivers/net/8390.c | && rx_frame.next != next_frame - num_rx_pages |
next | 524 | drivers/net/8390.c | && rx_frame.next != next_frame + 1 - num_rx_pages) { |
next | 535 | drivers/net/8390.c | rx_frame.next); |
next | 560 | drivers/net/8390.c | dev->name, rx_frame.status, rx_frame.next, |
next | 565 | drivers/net/8390.c | next_frame = rx_frame.next; |
next | 31 | 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 | 454 | drivers/net/de4x5.c | u32 next; |
next | 699 | drivers/net/de4x5.c | for (; (dev->priv == NULL) && (dev->next != NULL); dev = dev->next); |
next | 828 | drivers/net/de4x5.c | lp->rx_ring[i].next = 0; |
next | 845 | drivers/net/de4x5.c | lp->rx_ring[i].next = 0; |
next | 1518 | drivers/net/de4x5.c | dmi=dmi->next; |
next | 1542 | drivers/net/de4x5.c | dmi=dmi->next; |
next | 1720 | drivers/net/de4x5.c | while (dev->next != NULL) { |
next | 1722 | drivers/net/de4x5.c | dev = dev->next; /* walk through eth device list */ |
next | 1732 | drivers/net/de4x5.c | tmp = dev->next; /* point to the next device */ |
next | 1740 | drivers/net/de4x5.c | if ((dev->next == NULL) && |
next | 1742 | drivers/net/de4x5.c | dev->next = (struct device *)kmalloc(sizeof(struct device)+8, GFP_KERNEL); |
next | 1743 | drivers/net/de4x5.c | dev = dev->next; /* point to the new device */ |
next | 1759 | drivers/net/de4x5.c | dev->next = NULL; /* mark the end of list */ |
next | 1772 | drivers/net/de4x5.c | for (; (tmp->next!=NULL) && (tmp->base_addr!=DE4X5_NDA); tmp=tmp->next); |
next | 1778 | drivers/net/de4x5.c | if ((tmp->next == NULL) && !(tmp->base_addr == DE4X5_NDA)) { |
next | 1779 | drivers/net/de4x5.c | tmp->next = (struct device *)kmalloc(sizeof(struct device) + 8, |
next | 1781 | drivers/net/de4x5.c | tmp = tmp->next; /* point to the new device */ |
next | 1798 | drivers/net/de4x5.c | tmp->next = NULL; /* mark the end of list */ |
next | 2804 | drivers/net/de4x5.c | for (p=lp->cache.skb; p->next; p=p->next); |
next | 2805 | drivers/net/de4x5.c | p->next = skb; |
next | 2809 | drivers/net/de4x5.c | skb->next = NULL; |
next | 2821 | drivers/net/de4x5.c | skb->next = p; |
next | 2833 | drivers/net/de4x5.c | lp->cache.skb = p->next; |
next | 2834 | drivers/net/de4x5.c | p->next = NULL; |
next | 4063 | drivers/net/de4x5.c | for (; p!=NULL; p=p->next) { |
next | 4078 | drivers/net/de4x5.c | for (; p!=NULL; p=p->next) { |
next | 4089 | drivers/net/de4x5.c | for (p=thisDE4X5.next; p!=NULL; p=p->next) { |
next | 462 | drivers/net/depca.c | for (; (dev->priv == NULL) && (dev->next != NULL); dev = dev->next); |
next | 1186 | drivers/net/depca.c | dmi=dmi->next; |
next | 1306 | drivers/net/depca.c | while (dev->next != NULL) { |
next | 1308 | drivers/net/depca.c | dev = dev->next; /* walk through eth device list */ |
next | 1318 | drivers/net/depca.c | tmp = dev->next; /* point to the next device */ |
next | 1326 | drivers/net/depca.c | if ((dev->next == NULL) && |
next | 1328 | drivers/net/depca.c | dev->next = (struct device *)kmalloc(sizeof(struct device) + 8, |
next | 1331 | drivers/net/depca.c | dev = dev->next; /* point to the new device */ |
next | 1348 | drivers/net/depca.c | dev->next = NULL; /* mark the end of list */ |
next | 1361 | drivers/net/depca.c | for (;(tmp->next!=NULL) && (tmp->base_addr!=DEPCA_NDA); tmp=tmp->next); |
next | 1367 | drivers/net/depca.c | if ((tmp->next == NULL) && !(tmp->base_addr == DEPCA_NDA)) { |
next | 1368 | drivers/net/depca.c | tmp->next = (struct device *)kmalloc(sizeof(struct device) + 8, |
next | 1370 | drivers/net/depca.c | tmp = tmp->next; /* point to the new device */ |
next | 1387 | drivers/net/depca.c | tmp->next = NULL; /* mark the end of list */ |
next | 424 | drivers/net/dgrs.c | ddp_h->next = PLX_DMA_DESC_TO_HOST |
next | 432 | drivers/net/dgrs.c | ddp_h->next = PLX_DMA_DESC_TO_HOST |
next | 434 | drivers/net/dgrs.c | tbdp = (I596_TBD *) S2H(tbdp->next); |
next | 494 | drivers/net/dgrs.c | tbdp = (I596_TBD *) S2H(tbdp->next); |
next | 522 | drivers/net/dgrs.c | tbdp = (I596_TBD *) S2H(tbdp->next); |
next | 594 | drivers/net/dgrs.c | rbdp = (I596_RBD *) S2H(rbdp->next); |
next | 607 | drivers/net/dgrs.c | rbdp = (I596_RBD *) S2H(rbdp->next); |
next | 615 | drivers/net/dgrs.c | priv->rfdp = (I596_RFD *) S2H(priv->rfdp->next); |
next | 807 | drivers/net/dgrs.c | cbp = (I596_CB *) S2H(cbp->nop.next); |
next | 424 | drivers/net/dgrs_driver.c | ddp_h->next = PLX_DMA_DESC_TO_HOST |
next | 432 | drivers/net/dgrs_driver.c | ddp_h->next = PLX_DMA_DESC_TO_HOST |
next | 434 | drivers/net/dgrs_driver.c | tbdp = (I596_TBD *) S2H(tbdp->next); |
next | 494 | drivers/net/dgrs_driver.c | tbdp = (I596_TBD *) S2H(tbdp->next); |
next | 522 | drivers/net/dgrs_driver.c | tbdp = (I596_TBD *) S2H(tbdp->next); |
next | 594 | drivers/net/dgrs_driver.c | rbdp = (I596_RBD *) S2H(rbdp->next); |
next | 607 | drivers/net/dgrs_driver.c | rbdp = (I596_RBD *) S2H(rbdp->next); |
next | 615 | drivers/net/dgrs_driver.c | priv->rfdp = (I596_RFD *) S2H(priv->rfdp->next); |
next | 807 | drivers/net/dgrs_driver.c | cbp = (I596_CB *) S2H(cbp->nop.next); |
next | 53 | drivers/net/dgrs_i82596.h | vol struct _I596_TBD *next; |
next | 73 | drivers/net/dgrs_i82596.h | union _I596_CB *next; |
next | 99 | drivers/net/dgrs_i82596.h | vol struct _I596_RBD *next; /* Next buffer descriptor in list */ |
next | 128 | drivers/net/dgrs_i82596.h | vol struct _I596_RFD *next; |
next | 194 | drivers/net/dgrs_i82596.h | union _I596_CB *next; |
next | 203 | drivers/net/dgrs_i82596.h | union _I596_CB *next; |
next | 215 | drivers/net/dgrs_i82596.h | union _I596_CB *next; |
next | 226 | drivers/net/dgrs_i82596.h | union _I596_CB *next; |
next | 290 | drivers/net/dgrs_i82596.h | union _I596_CB *next; |
next | 317 | drivers/net/dgrs_i82596.h | union _I596_CB *next; |
next | 328 | drivers/net/dgrs_i82596.h | union _I596_CB *next; |
next | 339 | drivers/net/dgrs_i82596.h | union _I596_CB *next; |
next | 174 | drivers/net/dgrs_plx9060.h | ulong next; |
next | 890 | drivers/net/eepro.c | dmi=dmi->next; |
next | 740 | drivers/net/eql.c | head_slave->next = tail_slave; |
next | 741 | drivers/net/eql.c | tail_slave->next = 0; |
next | 770 | drivers/net/eql.c | zapped = eql_remove_slave (queue, queue->head->next); |
next | 773 | drivers/net/eql.c | kfree (queue->head->next); |
next | 792 | drivers/net/eql.c | slave->next = queue->head->next; |
next | 793 | drivers/net/eql.c | queue->head->next = slave; |
next | 811 | drivers/net/eql.c | curr = queue->head->next; |
next | 817 | drivers/net/eql.c | curr = curr->next; |
next | 822 | drivers/net/eql.c | prev->next = curr->next; |
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 | 979 | drivers/net/eql.c | slave = slave->next; |
next | 987 | drivers/net/eql.c | return queue->head->next; |
next | 993 | drivers/net/eql.c | return slave->next; |
next | 367 | drivers/net/ewrk3.c | for (; (dev->priv == NULL) && (dev->next != NULL); dev = dev->next); |
next | 1256 | drivers/net/ewrk3.c | dmi=dmi->next; |
next | 1384 | drivers/net/ewrk3.c | while (dev->next != NULL) { |
next | 1386 | drivers/net/ewrk3.c | dev = dev->next; /* walk through eth device list */ |
next | 1396 | drivers/net/ewrk3.c | tmp = dev->next; /* point to the next device */ |
next | 1404 | drivers/net/ewrk3.c | if ((dev->next == NULL) && |
next | 1406 | drivers/net/ewrk3.c | dev->next = (struct device *)kmalloc(sizeof(struct device) + 8, |
next | 1409 | drivers/net/ewrk3.c | dev = dev->next; /* point to the new device */ |
next | 1426 | drivers/net/ewrk3.c | dev->next = NULL; /* mark the end of list */ |
next | 1439 | drivers/net/ewrk3.c | for (;(tmp->next!=NULL) && (tmp->base_addr!=EWRK3_NDA); tmp=tmp->next); |
next | 1445 | drivers/net/ewrk3.c | if ((tmp->next == NULL) && !(tmp->base_addr == EWRK3_NDA)) { |
next | 1446 | drivers/net/ewrk3.c | tmp->next = (struct device *)kmalloc(sizeof(struct device) + 8, |
next | 1448 | drivers/net/ewrk3.c | tmp = tmp->next; /* point to the new device */ |
next | 1465 | drivers/net/ewrk3.c | tmp->next = NULL; /* mark the end of list */ |
next | 801 | drivers/net/ibmtr.c | tr_timer.next=tr_timer.prev=NULL; |
next | 818 | drivers/net/ibmtr.c | tr_timer.next=tr_timer.prev=NULL; |
next | 933 | 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 | 294 | drivers/net/plip.c | nl->immediate.next = NULL; |
next | 299 | drivers/net/plip.c | nl->deferred.next = NULL; |
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 | 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 | 116 | drivers/net/strip.c | struct strip *next; /* The next struct in the list */ |
next | 1217 | drivers/net/strip.c | *(strip_info->referrer) = strip_info->next; |
next | 1218 | drivers/net/strip.c | if (strip_info->next) |
next | 1219 | drivers/net/strip.c | strip_info->next->referrer = strip_info->referrer; |
next | 1253 | drivers/net/strip.c | s = &(*s)->next; |
next | 1260 | drivers/net/strip.c | strip_info->next = *s; |
next | 1262 | drivers/net/strip.c | (*s)->referrer = &strip_info->next; |
next | 1278 | drivers/net/strip.c | strip_info->dev.next = NULL; |
next | 872 | drivers/net/sunlance.c | for (p = dma_chain; p; p = p->next) |
next | 1118 | drivers/net/tulip.c | dmi=dmi->next; |
next | 1162 | drivers/net/tulip.c | dev->next = olddev->next; |
next | 1163 | drivers/net/tulip.c | olddev->next = dev; |
next | 1335 | drivers/net/tulip.c | for (dp = tulip_head; dp != NULL; dp = dp->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 | 252 | drivers/net/wic.c | nl->immediate.next = NULL; |
next | 257 | drivers/net/wic.c | nl->deferred.next = NULL; |
next | 731 | drivers/pci/pci.c | for (dev = pci_devices; dev; dev = dev->next) { |
next | 797 | drivers/pci/pci.c | dev->next = pci_devices; |
next | 856 | drivers/pci/pci.c | child->next = bus->children; |
next | 1106 | drivers/sbus/char/sunkbd.c | int next = (kbd_head + 1) % KBD_QSIZE; |
next | 1110 | drivers/sbus/char/sunkbd.c | if (next != kbd_tail){ |
next | 1114 | drivers/sbus/char/sunkbd.c | kbd_head = next; |
next | 93 | drivers/sbus/char/sunmouse.c | int next = (sunmouse.head + 1) % EV_SIZE; |
next | 95 | drivers/sbus/char/sunmouse.c | if (next != sunmouse.tail){ |
next | 97 | drivers/sbus/char/sunmouse.c | sunmouse.head = next; |
next | 120 | drivers/sbus/char/sunmouse.c | int next = (sunmouse.head + 1) % STREAM_SIZE; |
next | 122 | drivers/sbus/char/sunmouse.c | if (next != sunmouse.tail){ |
next | 124 | drivers/sbus/char/sunmouse.c | sunmouse.head = next; |
next | 60 | drivers/sbus/dvma.c | while(dchain->next) dchain=dchain->next; |
next | 61 | drivers/sbus/dvma.c | dchain->next=dma; |
next | 66 | drivers/sbus/dvma.c | dma->next = 0; |
next | 166 | drivers/sbus/sbus.c | sbus->next = 0; |
next | 193 | drivers/sbus/sbus.c | this_dev->next = 0; |
next | 213 | drivers/sbus/sbus.c | this_dev->next = (struct linux_sbus_device *) memory_start; |
next | 215 | drivers/sbus/sbus.c | this_dev=this_dev->next; |
next | 216 | drivers/sbus/sbus.c | this_dev->next=0; |
next | 246 | drivers/sbus/sbus.c | sbus->next = (struct linux_sbus *) memory_start; |
next | 248 | drivers/sbus/sbus.c | sbus = sbus->next; |
next | 249 | drivers/sbus/sbus.c | sbus->next = 0; |
next | 687 | drivers/scsi/53c7,8xx.c | for (h = first_host; h && h->host_no != host; h = h->next); |
next | 1134 | drivers/scsi/53c7,8xx.c | search->irq == host->irq && search != host); search=search->next); |
next | 1351 | drivers/scsi/53c7,8xx.c | hostdata->free->next = NULL; |
next | 2162 | drivers/scsi/53c7,8xx.c | volatile u32 * next = (u32 *) |
next | 2164 | drivers/scsi/53c7,8xx.c | *ncr_prev = *next; |
next | 2178 | drivers/scsi/53c7,8xx.c | linux_prev = &(linux_search->next), |
next | 2179 | drivers/scsi/53c7,8xx.c | linux_search = linux_search->next, --left); |
next | 2185 | drivers/scsi/53c7,8xx.c | *linux_prev = linux_search->next; |
next | 2190 | drivers/scsi/53c7,8xx.c | cmd->next = hostdata->free; |
next | 2237 | drivers/scsi/53c7,8xx.c | bp = bp->next); |
next | 3090 | drivers/scsi/53c7,8xx.c | bp; prev = (struct NCR53c7x0_break **) &(bp->next), |
next | 3091 | drivers/scsi/53c7,8xx.c | bp = (struct NCR53c7x0_break *) bp->next); |
next | 3105 | drivers/scsi/53c7,8xx.c | *prev = bp->next; |
next | 3134 | drivers/scsi/53c7,8xx.c | bp; bp = (struct NCR53c7x0_break *) bp->next); { |
next | 3181 | drivers/scsi/53c7,8xx.c | bp->next = hostdata->breakpoints; |
next | 3182 | drivers/scsi/53c7,8xx.c | hostdata->breakpoints = bp->next; |
next | 3206 | drivers/scsi/53c7,8xx.c | (host->hostt == the_template); --dev, host = host->next) |
next | 3474 | drivers/scsi/53c7,8xx.c | tmp->next = hostdata->free; |
next | 3482 | drivers/scsi/53c7,8xx.c | hostdata->free = tmp->next; |
next | 3626 | drivers/scsi/53c7,8xx.c | tmp->next = NULL; |
next | 3989 | drivers/scsi/53c7,8xx.c | cmd->next = (struct NCR53c7x0_cmd *) hostdata->free; |
next | 4002 | drivers/scsi/53c7,8xx.c | cmd->next = hostdata->running_list; |
next | 4019 | drivers/scsi/53c7,8xx.c | cmd->next = (struct NCR53c7x0_cmd *) hostdata->free; |
next | 4100 | drivers/scsi/53c7,8xx.c | host = host->next) { |
next | 4109 | drivers/scsi/53c7,8xx.c | ((struct NCR53c7x0_cmd *)tmp->host_scribble)->next = |
next | 4379 | drivers/scsi/53c7,8xx.c | for (host = first_host; host; host = host->next) |
next | 4437 | drivers/scsi/53c7,8xx.c | cmd_prev_ptr = (struct NCR53c7x0_cmd **) &(cmd->next), |
next | 4438 | drivers/scsi/53c7,8xx.c | cmd = (struct NCR53c7x0_cmd *) cmd->next) { |
next | 4464 | drivers/scsi/53c7,8xx.c | *cmd_prev_ptr = (struct NCR53c7x0_cmd *) cmd->next; |
next | 4467 | drivers/scsi/53c7,8xx.c | cmd->next = hostdata->free; |
next | 4531 | drivers/scsi/53c7,8xx.c | cmd = (struct NCR53c7x0_cmd *)(cmd->next)); |
next | 5512 | drivers/scsi/53c7,8xx.c | ((struct NCR53c7x0_cmd *)me->host_scribble)->next = hostdata->free; |
next | 5533 | drivers/scsi/53c7,8xx.c | &(curr->next), curr = (struct NCR53c7x0_cmd *) curr->next); |
next | 5538 | drivers/scsi/53c7,8xx.c | *prev = (struct NCR53c7x0_cmd *) curr->next; |
next | 5539 | drivers/scsi/53c7,8xx.c | curr->next = (struct NCR53c7x0_cmd *) hostdata->free; |
next | 5562 | drivers/scsi/53c7,8xx.c | curr->next = hostdata->free; |
next | 5650 | drivers/scsi/53c7,8xx.c | c->next = hostdata->free; |
next | 6116 | drivers/scsi/53c7,8xx.c | c = (struct NCR53c7x0_cmd *) c->next) { |
next | 6128 | drivers/scsi/53c7,8xx.c | c->next = hostdata->free; |
next | 6143 | drivers/scsi/53c7,8xx.c | for (tmp = (Scsi_Cmnd *) hostdata->issue_queue; tmp; tmp = tmp->next) { |
next | 6370 | drivers/scsi/53c7,8xx.c | for (irq_count = 0, tmp = first_host; tmp; tmp = tmp->next) |
next | 6383 | drivers/scsi/53c7,8xx.c | tmp = (struct NCR53c7x0_cmd *) cmd->next; |
next | 6388 | 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 | 1833 | drivers/scsi/BusLogic.c | for (Device = DeviceList; Device != NULL; Device = Device->next) |
next | 1848 | drivers/scsi/BusLogic.c | for (Device = DeviceList; Device != NULL; Device = Device->next) |
next | 791 | drivers/scsi/NCR5380.c | instance->host_no != hostno; instance=instance->next) |
next | 1167 | drivers/scsi/NCR5380.c | instance->hostt == the_template; instance=instance->next) { |
next | 1303 | drivers/scsi/NCR5380.c | the_template); instance = instance->next) |
next | 38 | drivers/scsi/a2091.c | instance->hostt == a2091_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 | 1130 | drivers/scsi/aha152x.c | Scsi_Cmnd *ptr, *prev, *next; |
next | 1168 | drivers/scsi/aha152x.c | next = (Scsi_Cmnd *) ptr->host_scribble; |
next | 1174 | drivers/scsi/aha152x.c | ptr = next; |
next | 2967 | drivers/scsi/aha152x.c | scd = scd->next; |
next | 526 | drivers/scsi/aic7xxx.c | struct aic7xxx_scb *next; /* next ptr when in free list */ |
next | 591 | drivers/scsi/aic7xxx.c | struct Scsi_Host *next; /* allow for multiple IRQs */ |
next | 816 | drivers/scsi/aic7xxx.c | (unsigned long) scb->next, (unsigned long) scb->cmd, scb->state, |
next | 1300 | drivers/scsi/aic7xxx.c | scb->next = p->free_scb; |
next | 1349 | drivers/scsi/aic7xxx.c | scb->next = p->free_scb; |
next | 1373 | drivers/scsi/aic7xxx.c | unsigned char next; |
next | 1377 | drivers/scsi/aic7xxx.c | next = inb(WAITING_SCBH + base); |
next | 1380 | drivers/scsi/aic7xxx.c | outb(next, SCB_NEXT_WAITING + base); |
next | 1398 | drivers/scsi/aic7xxx.c | unsigned char curscb, next; |
next | 1408 | drivers/scsi/aic7xxx.c | next = inb(SCB_NEXT_WAITING + base); |
next | 1425 | drivers/scsi/aic7xxx.c | outb(next, WAITING_SCBH + base); |
next | 1433 | drivers/scsi/aic7xxx.c | outb(next, SCB_NEXT_WAITING + base); |
next | 1445 | drivers/scsi/aic7xxx.c | "to_scb %d, next %d\n", target, channel, prev, timedout_scb, next); |
next | 1447 | drivers/scsi/aic7xxx.c | return (next); |
next | 1521 | drivers/scsi/aic7xxx.c | unsigned char next, prev; |
next | 1523 | drivers/scsi/aic7xxx.c | next = inb(WAITING_SCBH + base); /* Start at head of list. */ |
next | 1527 | drivers/scsi/aic7xxx.c | printk ("aic7xxx: (reset_device) Searching waiting SCBs, head %d\n", next); |
next | 1529 | drivers/scsi/aic7xxx.c | while (next != SCB_LIST_NULL) |
next | 1531 | drivers/scsi/aic7xxx.c | scb = &(p->scb_array[next]); |
next | 1537 | drivers/scsi/aic7xxx.c | next = aic7xxx_abort_waiting_scb(p, scb, prev, timedout_scb); |
next | 1543 | drivers/scsi/aic7xxx.c | prev = next; |
next | 1544 | drivers/scsi/aic7xxx.c | next = inb(SCB_NEXT_WAITING + base); |
next | 1768 | drivers/scsi/aic7xxx.c | if (p->next == NULL) |
next | 1774 | drivers/scsi/aic7xxx.c | p = (struct aic7xxx_host *) p->next->hostdata; |
next | 3524 | drivers/scsi/aic7xxx.c | p->next = NULL; |
next | 3557 | drivers/scsi/aic7xxx.c | p->next = aic7xxx_boards[config->irq]; |
next | 4298 | 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 | 99 | drivers/scsi/aic7xxx_proc.c | ((HBAptr = ((struct aic7xxx_host *) HBAptr->hostdata)->next) != NULL)) |
next | 839 | drivers/scsi/atari_NCR5380.c | instance = instance->next) |
next | 254 | drivers/scsi/eata_dma.c | for (x = 1, sh = first_HBA; x <= registered_HBAs; x++, sh = SD(sh)->next) { |
next | 756 | drivers/scsi/eata_dma.c | for(device = devicelist; device != NULL; device = device->next) { |
next | 792 | drivers/scsi/eata_dma.c | for(device = devicelist; device != NULL; device = device->next) { |
next | 1246 | drivers/scsi/eata_dma.c | hd->next = NULL; /* build a linked list of all HBAs */ |
next | 1249 | drivers/scsi/eata_dma.c | SD(hd->prev)->next = sh; |
next | 1494 | 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 | 366 | drivers/scsi/eata_generic.h | struct Scsi_Host *next; |
next | 814 | drivers/scsi/eata_pio.c | hd->next = NULL; /* build a linked list of all HBAs */ |
next | 817 | drivers/scsi/eata_pio.c | SD(hd->prev)->next = sh; |
next | 1025 | 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 | 346 | drivers/scsi/esp.c | while(elink->next) elink = elink->next; |
next | 347 | drivers/scsi/esp.c | elink->next = esp; |
next | 351 | drivers/scsi/esp.c | esp->next = 0; |
next | 82 | drivers/scsi/esp.h | struct Sparc_ESP *next; /* Next ESP on probed or NULL */ |
next | 348 | drivers/scsi/esp.h | for((esp) = espchain; (esp); (esp) = (esp)->next) |
next | 631 | drivers/scsi/g_NCR5380.c | for (scsi_ptr = first_instance; scsi_ptr; scsi_ptr=scsi_ptr->next) |
next | 664 | drivers/scsi/g_NCR5380.c | for (dev = scsi_devices; dev; dev=dev->next) { |
next | 38 | drivers/scsi/gvp11.c | instance->hostt == gvp11_template; instance = instance->next) |
next | 316 | drivers/scsi/hosts.c | scsi_hostlist = sh->next; |
next | 319 | drivers/scsi/hosts.c | while(shpnt->next != sh) shpnt = shpnt->next; |
next | 320 | drivers/scsi/hosts.c | shpnt->next = shpnt->next->next; |
next | 364 | drivers/scsi/hosts.c | retval->next = NULL; |
next | 385 | drivers/scsi/hosts.c | while(shpnt->next) shpnt = shpnt->next; |
next | 386 | drivers/scsi/hosts.c | shpnt->next = retval; |
next | 395 | drivers/scsi/hosts.c | if(sdpnt->next) panic("Device already registered"); |
next | 396 | drivers/scsi/hosts.c | sdpnt->next = scsi_devicelist; |
next | 433 | drivers/scsi/hosts.c | tpnt->next = scsi_hosts; |
next | 443 | 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 | 340 | drivers/scsi/hosts.h | struct Scsi_Device_Template * next; |
next | 870 | drivers/scsi/in2000.c | for (instance = instance_list; instance; instance = instance->next) { |
next | 2241 | drivers/scsi/in2000.c | for (instance=instance_list; instance; instance=instance->next) { |
next | 220 | drivers/scsi/in2000.h | struct Scsi_Host *next; |
next | 343 | drivers/scsi/scsi.c | for(shpnt=scsi_hostlist; shpnt; shpnt = shpnt->next) { |
next | 434 | drivers/scsi/scsi.c | SCpnt->next = shpnt->host_queue; |
next | 453 | drivers/scsi/scsi.c | for(sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) |
next | 457 | drivers/scsi/scsi.c | for(sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) |
next | 463 | drivers/scsi/scsi.c | for(sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) { |
next | 495 | drivers/scsi/scsi.c | Scsi_Cmnd *prev, *next, *hqptr; |
next | 496 | drivers/scsi/scsi.c | for(hqptr = shpnt->host_queue; hqptr != SCpnt; hqptr = hqptr->next) ; |
next | 499 | drivers/scsi/scsi.c | next = hqptr->next; |
next | 501 | drivers/scsi/scsi.c | prev->next = next; |
next | 503 | drivers/scsi/scsi.c | shpnt->host_queue = next; |
next | 504 | drivers/scsi/scsi.c | if(next) next->prev = prev; |
next | 537 | drivers/scsi/scsi.c | while (SDtail->next) |
next | 538 | drivers/scsi/scsi.c | SDtail = SDtail->next; |
next | 702 | drivers/scsi/scsi.c | sdtpnt = sdtpnt->next) |
next | 770 | drivers/scsi/scsi.c | SDtail->next = SDpnt; |
next | 941 | drivers/scsi/scsi.c | SCpnt = SCpnt->next; |
next | 1074 | drivers/scsi/scsi.c | SCpnt = SCpnt->next; |
next | 1147 | drivers/scsi/scsi.c | *reqp = req->next; |
next | 1803 | drivers/scsi/scsi.c | struct Scsi_Host * next; |
next | 1805 | drivers/scsi/scsi.c | for (next = host->block; next != host; next = next->block) |
next | 1806 | drivers/scsi/scsi.c | wake_up(&next->host_wait); |
next | 1963 | drivers/scsi/scsi.c | for (SCpnt = Host->host_queue; SCpnt; SCpnt = SCpnt->next) |
next | 1973 | drivers/scsi/scsi.c | for (SCpnt = Host->host_queue; SCpnt; SCpnt = SCpnt->next) |
next | 2019 | drivers/scsi/scsi.c | SCpnt1 = SCpnt1->next; |
next | 2074 | drivers/scsi/scsi.c | SCpnt1 = SCpnt1->next; |
next | 2150 | drivers/scsi/scsi.c | SCpnt1 = SCpnt1->next; |
next | 2159 | drivers/scsi/scsi.c | SCpnt1 = SCpnt1->next; |
next | 2207 | drivers/scsi/scsi.c | for (host = scsi_hostlist; host; host = host->next) { |
next | 2208 | drivers/scsi/scsi.c | for (SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next) |
next | 2217 | drivers/scsi/scsi.c | for (host = scsi_hostlist; host; host = host->next) { |
next | 2218 | drivers/scsi/scsi.c | for (SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next) |
next | 2293 | drivers/scsi/scsi.c | for(host = scsi_hostlist; host; host = host->next) |
next | 2294 | drivers/scsi/scsi.c | for(SCpnt = host->host_queue; SCpnt; SCpnt = SCpnt->next) |
next | 2470 | drivers/scsi/scsi.c | SCpnt->next = host->host_queue; |
next | 2516 | drivers/scsi/scsi.c | for (shpnt = scsi_hostlist; shpnt; shpnt = shpnt->next) { |
next | 2523 | drivers/scsi/scsi.c | for (sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) |
next | 2529 | drivers/scsi/scsi.c | for(sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) |
next | 2532 | drivers/scsi/scsi.c | for (SDpnt=scsi_devices; SDpnt; SDpnt = SDpnt->next) { |
next | 2534 | drivers/scsi/scsi.c | for(sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) |
next | 2549 | drivers/scsi/scsi.c | for(sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) |
next | 2645 | drivers/scsi/scsi.c | scd = scd->next; |
next | 2647 | drivers/scsi/scsi.c | HBA_ptr = HBA_ptr->next; |
next | 2687 | drivers/scsi/scsi.c | scd = scd->next; |
next | 2692 | drivers/scsi/scsi.c | HBA_ptr = HBA_ptr->next; |
next | 2729 | drivers/scsi/scsi.c | scd = scd->next; |
next | 2741 | drivers/scsi/scsi.c | SDTpnt = SDTpnt->next; |
next | 2749 | drivers/scsi/scsi.c | for(SCpnt=scd->host->host_queue; SCpnt; SCpnt = SCpnt->next){ |
next | 2752 | drivers/scsi/scsi.c | SCpnt->prev->next = SCpnt->next; |
next | 2753 | drivers/scsi/scsi.c | if(SCpnt->next != NULL) |
next | 2754 | drivers/scsi/scsi.c | SCpnt->next->prev = SCpnt->prev; |
next | 2756 | drivers/scsi/scsi.c | scd->host->host_queue = SCpnt->next; |
next | 2762 | drivers/scsi/scsi.c | scd_h->next = scd->next; |
next | 2765 | drivers/scsi/scsi.c | scsi_devices = scd->next; |
next | 2826 | drivers/scsi/scsi.c | for(shpnt=scsi_hostlist; shpnt; shpnt = shpnt->next) |
next | 2829 | drivers/scsi/scsi.c | for (SDpnt=scsi_devices; SDpnt; SDpnt = SDpnt->next) { |
next | 2918 | drivers/scsi/scsi.c | if (tpnt->next || !tpnt->detect) return 1;/* Must be already loaded, or |
next | 2935 | drivers/scsi/scsi.c | tpnt->next = scsi_hosts; /* Add to the linked list */ |
next | 2943 | drivers/scsi/scsi.c | for(shpnt=scsi_hostlist; shpnt; shpnt = shpnt->next) |
next | 2963 | drivers/scsi/scsi.c | for(shpnt=scsi_hostlist; shpnt; shpnt = shpnt->next) |
next | 2966 | drivers/scsi/scsi.c | for(sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) |
next | 2971 | drivers/scsi/scsi.c | for(SDpnt = scsi_devices; SDpnt; SDpnt = SDpnt->next) |
next | 2974 | drivers/scsi/scsi.c | for(sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) |
next | 2986 | drivers/scsi/scsi.c | for(sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) |
next | 3019 | drivers/scsi/scsi.c | for(sdpnt = scsi_devices; sdpnt; sdpnt = sdpnt->next) |
next | 3023 | drivers/scsi/scsi.c | for(shpnt = scsi_hostlist; shpnt; shpnt = shpnt->next) |
next | 3026 | drivers/scsi/scsi.c | for(SCpnt = shpnt->host_queue; SCpnt; SCpnt = SCpnt->next) |
next | 3032 | drivers/scsi/scsi.c | for(SCpnt = shpnt->host_queue; SCpnt; SCpnt = SCpnt->next) |
next | 3044 | drivers/scsi/scsi.c | for(sdpnt = scsi_devices; sdpnt; sdpnt = sdpnt->next) |
next | 3047 | drivers/scsi/scsi.c | for(sdtpnt = scsi_devicelist; sdtpnt; sdtpnt = sdtpnt->next) |
next | 3058 | drivers/scsi/scsi.c | for(sdpnt = scsi_devices; sdpnt; sdpnt = sdpnt->next) |
next | 3061 | drivers/scsi/scsi.c | SCpnt = sdpnt->host->host_queue->next; |
next | 3073 | drivers/scsi/scsi.c | sdpnt1 = sdpnt->next; |
next | 3076 | drivers/scsi/scsi.c | sdppnt->next = sdpnt->next; |
next | 3078 | drivers/scsi/scsi.c | scsi_devices = sdpnt->next; |
next | 3089 | drivers/scsi/scsi.c | sh1 = shpnt->next; |
next | 3143 | drivers/scsi/scsi.c | for(SHTp=NULL, SHT=scsi_hosts; SHT; SHTp=SHT, SHT=SHT->next) |
next | 3146 | drivers/scsi/scsi.c | SHTp->next = SHT->next; |
next | 3148 | drivers/scsi/scsi.c | scsi_hosts = SHT->next; |
next | 3149 | drivers/scsi/scsi.c | SHT->next = NULL; |
next | 3168 | drivers/scsi/scsi.c | if (tpnt->next) return 1; |
next | 3175 | drivers/scsi/scsi.c | for(SDpnt = scsi_devices; SDpnt; SDpnt = SDpnt->next) |
next | 3188 | drivers/scsi/scsi.c | for(SDpnt = scsi_devices; SDpnt; SDpnt = SDpnt->next) |
next | 3222 | drivers/scsi/scsi.c | for(SDpnt = scsi_devices; SDpnt; SDpnt = SDpnt->next) |
next | 3231 | drivers/scsi/scsi.c | for(SCpnt = SDpnt->host->host_queue; SCpnt; SCpnt = SCpnt->next) |
next | 3236 | drivers/scsi/scsi.c | SCpnt->prev->next = SCpnt->next; |
next | 3237 | drivers/scsi/scsi.c | if(SCpnt->next != NULL) |
next | 3238 | drivers/scsi/scsi.c | SCpnt->next->prev = SCpnt->prev; |
next | 3240 | drivers/scsi/scsi.c | SDpnt->host->host_queue = SCpnt->next; |
next | 3255 | drivers/scsi/scsi.c | spnt = spnt->next; |
next | 3258 | drivers/scsi/scsi.c | scsi_devicelist = tpnt->next; |
next | 3260 | drivers/scsi/scsi.c | prev_spnt->next = spnt->next; |
next | 3327 | drivers/scsi/scsi.c | for(shpnt = scsi_hostlist; shpnt; shpnt = shpnt->next) |
next | 3328 | drivers/scsi/scsi.c | for(SCpnt=shpnt->host_queue; SCpnt; SCpnt = SCpnt->next) |
next | 3367 | drivers/scsi/scsi.c | req = req->next; |
next | 153 | drivers/scsi/scsi.h | struct scsi_device * next; /* Used for linked list */ |
next | 366 | drivers/scsi/scsi.h | struct scsi_cmnd *next, *prev, *device_next, *reset_chain; |
next | 531 | drivers/scsi/scsi.h | struct Scsi_Host * next; |
next | 533 | drivers/scsi/scsi.h | for (next = SCpnt->host->block; next != SCpnt->host; |
next | 534 | drivers/scsi/scsi.h | next = next->block) |
next | 535 | 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 | 1306 | drivers/scsi/sd.c | sd_gendisk.next = gendisk_head; |
next | 1510 | drivers/scsi/sd.c | sdgd = sdgd->next; |
next | 1517 | drivers/scsi/sd.c | prev_sdgd->next = sdgd->next; |
next | 1519 | drivers/scsi/sd.c | gendisk_head = sdgd->next; |
next | 623 | drivers/scsi/sr.c | req = req->next; |
next | 627 | drivers/scsi/sr.c | CURRENT = CURRENT->next; |
next | 629 | drivers/scsi/sr.c | req1->next = req->next; |
next | 1711 | drivers/scsi/wd33c93.c | for (instance=instance_list; instance; instance=instance->next) { |
next | 203 | drivers/scsi/wd33c93.h | struct Scsi_Host *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 | 486 | drivers/sound/configure.c | char *method, *next, *old, *var, *p; |
next | 499 | drivers/sound/configure.c | next = p; |
next | 509 | drivers/sound/configure.c | fprintf (stderr, "Rebuilding file `%s' (%s %s)\n", next, method, old); |
next | 513 | drivers/sound/configure.c | if (!bin2hex (old, next, var)) |
next | 521 | drivers/sound/configure.c | if (!hex2hex (old, next, var)) |
next | 530 | 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 | 1140 | fs/buffer.c | struct buffer_head *bh, *prev, *next, *arr[MAX_BUF_PER_PAGE]; |
next | 1160 | fs/buffer.c | next = bh; |
next | 1165 | fs/buffer.c | set_bit(BH_FreeOnIO, &next->b_state); |
next | 1166 | fs/buffer.c | next->b_list = BUF_CLEAN; |
next | 1167 | fs/buffer.c | next->b_dev = dev; |
next | 1168 | fs/buffer.c | next->b_blocknr = block; |
next | 1169 | fs/buffer.c | next->b_count = 1; |
next | 1170 | fs/buffer.c | next->b_flushtime = 0; |
next | 1171 | fs/buffer.c | set_bit(BH_Uptodate, &next->b_state); |
next | 1179 | fs/buffer.c | memset(next->b_data, 0, size); |
next | 1180 | fs/buffer.c | next->b_count--; |
next | 1191 | fs/buffer.c | memcpy(next->b_data, tmp->b_data, size); |
next | 1193 | fs/buffer.c | memcpy(tmp->b_data, next->b_data, size); |
next | 1197 | fs/buffer.c | next->b_count--; |
next | 1201 | fs/buffer.c | clear_bit(BH_Uptodate, &next->b_state); |
next | 1203 | fs/buffer.c | set_bit(BH_Dirty, &next->b_state); |
next | 1204 | fs/buffer.c | arr[nr++] = next; |
next | 1205 | fs/buffer.c | } while (prev = next, (next = next->b_this_page) != NULL); |
next | 1882 | fs/buffer.c | struct buffer_head * bh, *next; |
next | 1899 | fs/buffer.c | for (i = nr_buffers_type[nlist]; i-- > 0; bh = next) { |
next | 1902 | fs/buffer.c | next = bh->b_next_free; |
next | 1995 | fs/buffer.c | struct buffer_head * bh, *next; |
next | 2035 | fs/buffer.c | bh = next) { |
next | 2038 | fs/buffer.c | next = bh->b_next_free; |
next | 33 | fs/dcache.c | struct dir_cache_entry * next; |
next | 79 | fs/dcache.c | struct dir_cache_entry * next = de->next_lru; |
next | 82 | fs/dcache.c | next->prev_lru = prev; |
next | 83 | fs/dcache.c | prev->next_lru = next; |
next | 122 | fs/dcache.c | struct dir_cache_entry * next = de->h.next; |
next | 124 | fs/dcache.c | if (next) { |
next | 126 | fs/dcache.c | next->h.prev = prev; |
next | 127 | fs/dcache.c | prev->h.next = next; |
next | 128 | fs/dcache.c | de->h.next = NULL; |
next | 134 | fs/dcache.c | struct dir_cache_entry * next = hash->next; |
next | 135 | fs/dcache.c | de->h.next = next; |
next | 137 | fs/dcache.c | next->h.prev = de; |
next | 138 | fs/dcache.c | hash->next = de; |
next | 146 | fs/dcache.c | struct dir_cache_entry * de = hash->next; |
next | 148 | fs/dcache.c | for (de = hash->next ; de != (struct dir_cache_entry *) hash ; de = de->h.next) { |
next | 261 | 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 | 557 | 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 | 25 | fs/fat/cache.c | int first,last,next,copy; |
next | 50 | fs/fat/cache.c | next = CF_LE_W(((unsigned short *) bh->b_data)[(first & |
next | 52 | fs/fat/cache.c | if (next >= 0xfff7) next = -1; |
next | 58 | fs/fat/cache.c | if (nr & 1) next = ((*p_first >> 4) | (*p_last << 4)) & 0xfff; |
next | 59 | fs/fat/cache.c | else next = (*p_first+(*p_last << 8)) & 0xfff; |
next | 60 | fs/fat/cache.c | if (next >= 0xff7) next = -1; |
next | 100 | fs/fat/cache.c | return next; |
next | 113 | fs/fat/cache.c | cache[count].next = count == FAT_CACHE-1 ? NULL : |
next | 128 | fs/fat/cache.c | for (walk = fat_cache; walk; walk = walk->next) |
next | 150 | fs/fat/cache.c | for (walk = fat_cache; walk; walk = walk->next) { |
next | 170 | fs/fat/cache.c | for (walk = fat_cache; walk->next; walk = (last = walk)->next) |
next | 181 | fs/fat/cache.c | last->next = walk->next; |
next | 182 | fs/fat/cache.c | walk->next = fat_cache; |
next | 193 | fs/fat/cache.c | last->next = NULL; |
next | 194 | fs/fat/cache.c | walk->next = fat_cache; |
next | 209 | fs/fat/cache.c | for (walk = fat_cache; walk; walk = walk->next) |
next | 220 | fs/fat/cache.c | for (walk = fat_cache; walk; walk = walk->next) |
next | 57 | fs/inode.c | struct inode * prev, * next = first_inode; |
next | 60 | fs/inode.c | prev = next->i_prev; |
next | 61 | fs/inode.c | inode->i_next = next; |
next | 64 | fs/inode.c | next->i_prev = inode; |
next | 194 | fs/inode.c | struct inode * inode, * next; |
next | 197 | fs/inode.c | next = first_inode; |
next | 199 | fs/inode.c | inode = next; |
next | 200 | fs/inode.c | next = inode->i_next; /* clear_inode() changes the queues.. */ |
next | 384 | fs/inode.c | struct inode * inode, * next; |
next | 387 | fs/inode.c | next = first_inode; |
next | 389 | fs/inode.c | inode = next; |
next | 390 | fs/inode.c | next = inode->i_next; /* clear_inode() changes the queues.. */ |
next | 587 | fs/locks.c | dlock_wait = dlock_wait->next; |
next | 949 | fs/locks.c | wt = wt->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 | 597 | fs/ncpfs/dir.c | new_inode_info->next = root->next; |
next | 598 | fs/ncpfs/dir.c | root->next->prev = new_inode_info; |
next | 599 | fs/ncpfs/dir.c | root->next = new_inode_info; |
next | 625 | fs/ncpfs/dir.c | i->next->prev = i->prev; |
next | 626 | fs/ncpfs/dir.c | i->prev->next = i->next; |
next | 664 | fs/ncpfs/dir.c | root->next = root->prev = root; |
next | 696 | fs/ncpfs/dir.c | if (root->next != root) |
next | 701 | fs/ncpfs/dir.c | while (root->next != root) |
next | 704 | fs/ncpfs/dir.c | ncp_free_inode_info(root->next); |
next | 742 | fs/ncpfs/dir.c | result = result->next; |
next | 115 | fs/nfs/nfsroot.c | struct open_dev *next; |
next | 174 | fs/nfs/nfsroot.c | for (dev = dev_base; dev != NULL; dev = dev->next) { |
next | 194 | fs/nfs/nfsroot.c | last = &openp->next; |
next | 224 | fs/nfs/nfsroot.c | nextp = openp->next; |
next | 225 | fs/nfs/nfsroot.c | openp->next = NULL; |
next | 375 | fs/nfs/nfsroot.c | for (openp = open_base; openp != NULL; openp = openp->next) { |
next | 673 | fs/nfs/nfsroot.c | for (openp = open_base; openp != NULL; openp = openp->next) { |
next | 1374 | fs/nfs/nfsroot.c | (open_base != NULL && open_base->next != NULL)) |
next | 1383 | fs/nfs/nfsroot.c | if (open_base != NULL && open_base->next == NULL) { |
next | 69 | fs/nfs/rpcsock.c | struct rpc_wait *next = rsock->pending; |
next | 71 | fs/nfs/rpcsock.c | slot->w_next = next; |
next | 73 | fs/nfs/rpcsock.c | if (next) |
next | 74 | fs/nfs/rpcsock.c | next->w_prev = slot; |
next | 88 | fs/nfs/rpcsock.c | *next = slot->w_next; |
next | 91 | fs/nfs/rpcsock.c | prev->w_next = next; |
next | 93 | fs/nfs/rpcsock.c | rsock->pending = next; |
next | 94 | fs/nfs/rpcsock.c | if (next != NULL) |
next | 95 | fs/nfs/rpcsock.c | next->w_prev = prev; |
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 | 153 | fs/proc/root.c | dp->next = dir->subdir; |
next | 167 | fs/proc/root.c | *p = dp->next; |
next | 168 | fs/proc/root.c | dp->next = NULL; |
next | 177 | fs/proc/root.c | p = &dp->next; |
next | 198 | fs/proc/root.c | dp->next = dir->subdir; |
next | 427 | fs/proc/root.c | for (de = de->subdir; de ; de = de->next) { |
next | 535 | fs/proc/root.c | de = de->next; |
next | 543 | 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 | 160 | fs/super.c | if (fs->next) |
next | 166 | fs/super.c | tmp = &(*tmp)->next; |
next | 180 | fs/super.c | *tmp = fs->next; |
next | 181 | fs/super.c | fs->next = NULL; |
next | 184 | fs/super.c | tmp = &(*tmp)->next; |
next | 200 | fs/super.c | for (tmp = file_systems ; tmp ; tmp = tmp->next) { |
next | 218 | fs/super.c | tmp = tmp->next; |
next | 237 | fs/super.c | for (tmp = file_systems ; tmp ; tmp = tmp->next) |
next | 375 | fs/super.c | tmp = tmp->next; |
next | 386 | fs/super.c | for (fs = file_systems; fs && strcmp(fs->name, name); fs = fs->next) |
next | 390 | fs/super.c | for (fs = file_systems; fs && strcmp(fs->name, name); fs = fs->next) |
next | 996 | fs/super.c | else for (fs_type = file_systems ; fs_type ; fs_type = fs_type->next) { |
next | 913 | fs/vfat/namei.c | struct inode *next; |
next | 966 | fs/vfat/namei.c | next = MSDOS_I(*result)->i_old; |
next | 968 | 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 | 70 | include/asm-m68k/irq.h | struct isr_node *next; |
next | 45 | include/asm-m68k/system.h | #define switch_to(prev,next) { \ |
next | 47 | include/asm-m68k/system.h | register int n __asm__ ("d1") = (int)next; \ |
next | 51 | include/asm-sparc/dma.h | struct Linux_SBus_DMA *next; |
next | 194 | include/asm-sparc/dma.h | for((dma) = dma_chain; (dma); (dma) = (dma)->next) |
next | 332 | include/asm-sparc/pgtable.h | struct ctx_list *next; |
next | 346 | include/asm-sparc/pgtable.h | entry->next->prev = entry->prev; |
next | 347 | include/asm-sparc/pgtable.h | entry->prev->next = entry->next; |
next | 352 | include/asm-sparc/pgtable.h | entry->next = head; |
next | 353 | 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 | 51 | include/asm-sparc/system.h | #define switch_to(prev, next) do { \ |
next | 53 | include/asm-sparc/system.h | switch_to_context(next); \ |
next | 55 | include/asm-sparc/system.h | active_ds = next->tss.current_ds; \ |
next | 56 | include/asm-sparc/system.h | if(last_task_used_math != next) \ |
next | 57 | include/asm-sparc/system.h | next->tss.kregs->psr &= ~PSR_EF; \ |
next | 58 | include/asm-sparc/system.h | sparc_switch_to(next); \ |
next | 65 | include/asm-sparc/system.h | #define switch_to(prev, next) do { \ |
next | 74 | include/asm-sparc/system.h | kernel_counter += (next->lock_depth - prev->lock_depth); \ |
next | 75 | include/asm-sparc/system.h | syscall_count = next->lock_depth; \ |
next | 77 | include/asm-sparc/system.h | switch_to_context(next); \ |
next | 79 | include/asm-sparc/system.h | active_ds = next->tss.current_ds; \ |
next | 80 | include/asm-sparc/system.h | sparc_switch_to(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 | 413 | include/linux/blk.h | blk_dev[MAJOR(req->rq_dev)].current_request = req->next; |
next | 417 | include/linux/blk.h | CURRENT = req->next; |
next | 33 | 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 | 512 | include/linux/fs.h | struct file_system_type * next; |
next | 66 | 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 | 264 | include/linux/isdn.h | void *next; |
next | 325 | include/linux/isdn.h | struct isdn_net_local_s *next; /* Ptr to next link in bundle */ |
next | 354 | include/linux/isdn.h | void *next; /* Pointer to next isdn-interface */ |
next | 460 | include/linux/isdn.h | struct sqqueue *next; |
next | 468 | include/linux/isdn.h | struct mpqueue *next; |
next | 477 | include/linux/isdn.h | struct ippp_buf_queue *next; |
next | 517 | include/linux/isdn.h | char *next; /* Pointer to next packet */ |
next | 525 | include/linux/isdn.h | char *next; |
next | 20 | include/linux/miscdevice.h | struct miscdevice * next, * prev; |
next | 125 | include/linux/mm.h | struct page *next; |
next | 42 | include/linux/module.h | struct module_ref *next; |
next | 62 | include/linux/module.h | struct module *next; |
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 | 79 | 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 | 201 | include/linux/netdevice.h | struct packet_type *next; |
next | 17 | include/linux/notifier.h | struct notifier_block *next; |
next | 35 | include/linux/notifier.h | list= &((*list)->next); |
next | 37 | include/linux/notifier.h | n->next = *list; |
next | 53 | include/linux/notifier.h | *nl=n->next; |
next | 56 | include/linux/notifier.h | nl=&((*nl)->next); |
next | 74 | include/linux/notifier.h | nb=nb->next; |
next | 98 | include/linux/pagemap.h | inode->i_pages = page->next; |
next | 99 | include/linux/pagemap.h | if (page->next) |
next | 100 | include/linux/pagemap.h | page->next->prev = page->prev; |
next | 102 | include/linux/pagemap.h | page->prev->next = page->next; |
next | 103 | include/linux/pagemap.h | page->next = NULL; |
next | 114 | include/linux/pagemap.h | if ((page->next = *p) != NULL) |
next | 115 | include/linux/pagemap.h | page->next->prev = page; |
next | 592 | include/linux/pci.h | struct pci_dev *next; /* chain of all devices */ |
next | 618 | include/linux/pci.h | struct pci_bus *next; /* chain of all PCI buses */ |
next | 41 | include/linux/personality.h | struct exec_domain *next; |
next | 179 | include/linux/proc_fs.h | struct proc_dir_entry *next, *parent, *subdir; |
next | 238 | include/linux/proc_fs.h | p = &dp->next; |
next | 129 | include/linux/scc.h | struct mbuf *next; /* Link to next buffer */ |
next | 411 | include/linux/sched.h | if (wait->next) { |
next | 416 | include/linux/sched.h | printk("add_wait_queue (%08lx): wait->next = %08lx\n",pc,(unsigned long) wait->next); |
next | 422 | include/linux/sched.h | wait->next = wait; |
next | 425 | include/linux/sched.h | wait->next = (*p)->next; |
next | 426 | include/linux/sched.h | (*p)->next = wait; |
next | 445 | include/linux/sched.h | ((*p = wait->next) == wait)) { |
next | 449 | include/linux/sched.h | while (tmp->next != wait) { |
next | 450 | include/linux/sched.h | tmp = tmp->next; |
next | 456 | include/linux/sched.h | tmp->next = wait->next; |
next | 458 | include/linux/sched.h | wait->next = NULL; |
next | 483 | include/linux/sched.h | entry->wait.next = NULL; |
next | 85 | include/linux/sem.h | struct sem_queue * next; /* next entry in the queue */ |
next | 38 | include/linux/skbuff.h | struct sk_buff * next; |
next | 50 | include/linux/skbuff.h | struct sk_buff * next; /* Next buffer in list */ |
next | 170 | include/linux/skbuff.h | return (list->next == (struct sk_buff *) list); |
next | 181 | include/linux/skbuff.h | struct sk_buff *list = ((struct sk_buff *)list_)->next; |
next | 207 | include/linux/skbuff.h | list->next = (struct sk_buff *)list; |
next | 220 | include/linux/skbuff.h | struct sk_buff *prev, *next; |
next | 225 | include/linux/skbuff.h | next = prev->next; |
next | 226 | include/linux/skbuff.h | newsk->next = next; |
next | 228 | include/linux/skbuff.h | next->prev = newsk; |
next | 229 | include/linux/skbuff.h | prev->next = newsk; |
next | 248 | include/linux/skbuff.h | struct sk_buff *prev, *next; |
next | 252 | include/linux/skbuff.h | next = (struct sk_buff *)list; |
next | 253 | include/linux/skbuff.h | prev = next->prev; |
next | 254 | include/linux/skbuff.h | newsk->next = next; |
next | 256 | include/linux/skbuff.h | next->prev = newsk; |
next | 257 | include/linux/skbuff.h | prev->next = newsk; |
next | 276 | include/linux/skbuff.h | struct sk_buff *next, *prev, *result; |
next | 279 | include/linux/skbuff.h | next = prev->next; |
next | 281 | include/linux/skbuff.h | if (next != prev) { |
next | 282 | include/linux/skbuff.h | result = next; |
next | 283 | include/linux/skbuff.h | next = next->next; |
next | 285 | include/linux/skbuff.h | next->prev = prev; |
next | 286 | include/linux/skbuff.h | prev->next = next; |
next | 287 | include/linux/skbuff.h | result->next = NULL; |
next | 311 | include/linux/skbuff.h | struct sk_buff * prev, struct sk_buff *next, |
next | 314 | include/linux/skbuff.h | newsk->next = next; |
next | 316 | include/linux/skbuff.h | next->prev = newsk; |
next | 317 | include/linux/skbuff.h | prev->next = newsk; |
next | 345 | include/linux/skbuff.h | __skb_insert(newsk, old, old->next, old->list); |
next | 355 | include/linux/skbuff.h | struct sk_buff * next, * prev; |
next | 358 | include/linux/skbuff.h | next = skb->next; |
next | 360 | include/linux/skbuff.h | skb->next = NULL; |
next | 363 | include/linux/skbuff.h | next->prev = prev; |
next | 364 | include/linux/skbuff.h | prev->next = next; |
next | 29 | include/linux/smb_fs_i.h | struct smb_inode_info *next, *prev; |
next | 30 | include/linux/swap.h | int next; /* next entry on swap list */ |
next | 82 | include/linux/timer.h | struct timer_list *next; |
next | 96 | include/linux/timer.h | timer->next = NULL; |
next | 43 | include/linux/tqueue.h | struct tq_struct *next; /* linked list of active bh's */ |
next | 86 | include/linux/tqueue.h | bh_pointer->next = *bh_list; |
next | 100 | include/linux/tqueue.h | bh_pointer->next = *bh_list; |
next | 116 | include/linux/tqueue.h | bh_pointer->next = *bh_list; |
next | 137 | 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 | 133 | include/net/ax25.h | struct ax25_uid_assoc *next; |
next | 146 | 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 | 105 | include/net/ip_masq.h | struct ip_masq_app *next; |
next | 74 | include/net/netrom.h | struct nr_node *next; |
next | 83 | include/net/netrom.h | struct nr_neigh *next; |
next | 39 | include/net/protocol.h | struct inet_protocol *next; |
next | 126 | include/net/slhc_vj.h | struct cstate *next; /* next in ring (xmit) */ |
next | 195 | include/net/sock.h | struct sock *next; |
next | 557 | init/main.c | char *next; |
next | 564 | init/main.c | next = line; |
next | 565 | init/main.c | while ((line = next) != NULL) { |
next | 566 | init/main.c | if ((next = strchr(line,' ')) != NULL) |
next | 567 | 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 | 112 | kernel/module.c | mp->next = module_list; |
next | 246 | kernel/module.c | link = link->next; |
next | 253 | kernel/module.c | ref->next = ref->module->ref; |
next | 295 | kernel/module.c | for (mp = module_list; mp != &kernel_module; mp = mp->next) { |
next | 340 | kernel/module.c | for (mp = module_list; mp; mp = mp->next) { |
next | 357 | kernel/module.c | for (mp = module_list; mp; mp = mp->next) { |
next | 408 | kernel/module.c | for (mp = module_list ; mp ; mp = mp->next) { |
next | 424 | kernel/module.c | for (step = module_list; step; step = step->next) { |
next | 425 | kernel/module.c | for (prev = ref = step->ref; ref; ref = prev->next) { |
next | 428 | kernel/module.c | step->ref = ref->next; |
next | 430 | kernel/module.c | prev->next = ref->next; |
next | 455 | kernel/module.c | mpp = &mp->next; |
next | 459 | kernel/module.c | mpp = &mp->next; |
next | 461 | kernel/module.c | *mpp = mp->next; |
next | 492 | kernel/module.c | for (mp = module_list ; mp && mp->next; mp = mp->next) { |
next | 526 | kernel/module.c | for (; ref; ref = ref->next) { |
next | 530 | kernel/module.c | if (ref->next) |
next | 563 | kernel/module.c | for (mp = module_list; mp; mp = mp->next) { |
next | 664 | kernel/module.c | mp->next = kernel_module.next; |
next | 665 | kernel/module.c | kernel_module.next = mp; |
next | 740 | 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 | 154 | kernel/sched.c | struct task_struct *next = p->next_run; |
next | 158 | kernel/sched.c | if (!next || !prev) { |
next | 172 | kernel/sched.c | next->prev_run = prev; |
next | 173 | kernel/sched.c | prev->next_run = next; |
next | 180 | kernel/sched.c | struct task_struct *next = p->next_run; |
next | 184 | kernel/sched.c | next->prev_run = prev; |
next | 185 | kernel/sched.c | prev->next_run = next; |
next | 297 | kernel/sched.c | struct task_struct * prev, * next; |
next | 358 | kernel/sched.c | next = idle_task; |
next | 362 | kernel/sched.c | c = weight, next = p; |
next | 376 | kernel/sched.c | next->processor = this_cpu; |
next | 377 | kernel/sched.c | next->last_processor = this_cpu; |
next | 381 | kernel/sched.c | if (0==next->pid) |
next | 386 | kernel/sched.c | if (prev != next) { |
next | 397 | kernel/sched.c | get_mmu_context(next); |
next | 398 | kernel/sched.c | switch_to(prev,next); |
next | 445 | kernel/sched.c | if (!tmp->next) { |
next | 453 | kernel/sched.c | tmp = tmp->next; |
next | 469 | kernel/sched.c | if (!tmp->next) { |
next | 477 | kernel/sched.c | tmp = tmp->next; |
next | 535 | kernel/sched.c | if (timer->next || timer->prev) { |
next | 545 | kernel/sched.c | p = p->next; |
next | 547 | kernel/sched.c | timer->next = p; |
next | 550 | kernel/sched.c | timer->prev->next = timer; |
next | 557 | kernel/sched.c | if (timer->next) { |
next | 559 | kernel/sched.c | struct timer_list * next; |
next | 562 | kernel/sched.c | if ((next = timer->next) != NULL) { |
next | 563 | kernel/sched.c | (next->prev = timer->prev)->next = next; |
next | 564 | kernel/sched.c | timer->next = timer->prev = NULL; |
next | 576 | kernel/sched.c | while ((timer = timer_head.next) != &timer_head && timer->expires <= jiffies) { |
next | 579 | kernel/sched.c | timer->next->prev = timer->prev; |
next | 580 | kernel/sched.c | timer->prev->next = timer->next; |
next | 581 | kernel/sched.c | timer->next = timer->prev = NULL; |
next | 411 | 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 | 126 | mm/filemap.c | goto next; |
next | 128 | mm/filemap.c | goto next; |
next | 175 | mm/filemap.c | next: |
next | 64 | mm/kmalloc.c | struct page_descriptor *next; |
next | 289 | mm/kmalloc.c | page->next = *pg; |
next | 296 | mm/kmalloc.c | *pg = page->next; |
next | 344 | mm/kmalloc.c | (((long) (page->next)) & ~PAGE_MASK) || |
next | 347 | mm/kmalloc.c | p, page->next, page->order); |
next | 363 | mm/kmalloc.c | page->next = *pg; |
next | 375 | mm/kmalloc.c | *pg = page->next; |
next | 378 | mm/kmalloc.c | pg = &tmp->next; |
next | 690 | mm/memory.c | struct vm_area_struct * next; |
next | 695 | mm/memory.c | next = vma->vm_next; |
next | 696 | mm/memory.c | if (!next || vma->vm_end != next->vm_start) |
next | 698 | 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 | 684 | mm/mmap.c | struct vm_area_struct *mpnt, *prev, *next, **npp, *free; |
next | 701 | mm/mmap.c | avl_neighbours(mpnt, current->mm->mmap_avl, &prev, &next); |
next | 768 | mm/mmap.c | struct vm_area_struct * next = mpnt->vm_next; |
next | 780 | mm/mmap.c | mpnt = next; |
next | 807 | mm/mmap.c | struct vm_area_struct * prev, * next; |
next | 809 | mm/mmap.c | avl_insert_neighbours(vmp, &t->mm->mmap_avl, &prev, &next); |
next | 810 | mm/mmap.c | if ((prev ? prev->vm_next : t->mm->mmap) != next) |
next | 816 | mm/mmap.c | vmp->vm_next = next; |
next | 866 | mm/mmap.c | struct vm_area_struct *prev, *mpnt, *next; |
next | 871 | mm/mmap.c | avl_neighbours(mpnt, task->mm->mmap_avl, &prev, &next); |
next | 876 | mm/mmap.c | mpnt = next; |
next | 882 | mm/mmap.c | for ( ; mpnt && prev->vm_start < end_addr ; prev = mpnt, mpnt = next) { |
next | 887 | mm/mmap.c | next = mpnt->vm_next; |
next | 206 | mm/mprotect.c | struct vm_area_struct * vma, * next; |
next | 240 | mm/mprotect.c | next = vma->vm_next; |
next | 245 | mm/mprotect.c | vma = next; |
next | 47 | mm/page_alloc.c | head->next = head; |
next | 53 | mm/page_alloc.c | struct page * next = head->next; |
next | 56 | mm/page_alloc.c | entry->next = next; |
next | 57 | mm/page_alloc.c | next->prev = entry; |
next | 58 | mm/page_alloc.c | head->next = entry; |
next | 63 | mm/page_alloc.c | struct page * next = entry->next; |
next | 65 | mm/page_alloc.c | next->prev = prev; |
next | 66 | mm/page_alloc.c | prev->next = next; |
next | 144 | mm/page_alloc.c | while (&area->list != (ret = prev->next)) { \ |
next | 147 | mm/page_alloc.c | (prev->next = ret->next)->prev = prev; \ |
next | 221 | mm/page_alloc.c | for (tmp = free_area[order].list.next ; tmp != &free_area[order].list ; tmp = tmp->next) { |
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 | 328 | mm/swapfile.c | for (type = swap_list.head; type >= 0; type = swap_info[type].next) { |
next | 347 | mm/swapfile.c | swap_list.head = p->next; |
next | 349 | mm/swapfile.c | swap_info[prev].next = p->next; |
next | 351 | mm/swapfile.c | if (type == swap_list.next) { |
next | 353 | mm/swapfile.c | swap_list.next = swap_list.head; |
next | 423 | mm/swapfile.c | p->next = -1; |
next | 512 | mm/swapfile.c | for (i = swap_list.head; i >= 0; i = swap_info[i].next) { |
next | 518 | mm/swapfile.c | p->next = i; |
next | 520 | mm/swapfile.c | swap_list.head = swap_list.next = p - swap_info; |
next | 522 | mm/swapfile.c | swap_info[prev].next = p - swap_info; |
next | 25 | mm/vmalloc.c | struct vm_struct * next; |
next | 247 | mm/vmalloc.c | area->next = NULL; |
next | 248 | mm/vmalloc.c | for (p = &vmlist; (tmp = *p) ; p = &tmp->next) { |
next | 254 | mm/vmalloc.c | area->next = *p; |
next | 269 | mm/vmalloc.c | for (p = &vmlist ; (tmp = *p) ; p = &tmp->next) { |
next | 271 | mm/vmalloc.c | *p = tmp->next; |
next | 333 | mm/vmalloc.c | for (p = &vmlist; (tmp = *p) ; p = &tmp->next) { |
next | 25 | net/802/p8022.c | proto = proto->next) |
next | 102 | net/802/p8022.c | proto->next = p8022_list; |
next | 120 | net/802/p8022.c | *clients = tmp->next; |
next | 124 | net/802/p8022.c | clients = &tmp->next; |
next | 27 | net/802/p8022tr.c | proto = proto->next) |
next | 109 | net/802/p8022tr.c | proto->next = p8022tr_list; |
next | 127 | net/802/p8022tr.c | *clients = tmp->next; |
next | 131 | net/802/p8022tr.c | clients = &tmp->next; |
next | 33 | net/802/psnap.c | for (proto = snap_list; proto != NULL && memcmp(proto->type, desc, 5) ; proto = proto->next); |
next | 121 | net/802/psnap.c | proto->next = snap_list; |
next | 145 | net/802/psnap.c | *clients = tmp->next; |
next | 150 | net/802/psnap.c | clients = &tmp->next; |
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 | 65 | net/appletalk/aarp.c | struct aarp_entry *next; /* Next entry in chain */ |
next | 294 | net/appletalk/aarp.c | *n=(*n)->next; |
next | 298 | net/appletalk/aarp.c | n=&((*n)->next); |
next | 316 | net/appletalk/aarp.c | *n=(*n)->next; |
next | 322 | net/appletalk/aarp.c | n=&((*n)->next); |
next | 340 | net/appletalk/aarp.c | *n=(*n)->next; |
next | 344 | net/appletalk/aarp.c | n=&((*n)->next); |
next | 415 | net/appletalk/aarp.c | list=list->next; |
next | 561 | net/appletalk/aarp.c | a->next=unresolved[hash]; |
next | 606 | net/appletalk/aarp.c | *list=a->next; |
next | 612 | net/appletalk/aarp.c | a->next=resolved[hash]; |
next | 630 | net/appletalk/aarp.c | list=&((*list)->next); |
next | 816 | net/appletalk/aarp.c | tmp = list->next; |
next | 108 | net/appletalk/ddp.c | atalk_socket_list=s->next; |
next | 112 | net/appletalk/ddp.c | while(s && s->next) |
next | 114 | net/appletalk/ddp.c | if(s->next==sk) |
next | 116 | net/appletalk/ddp.c | s->next=sk->next; |
next | 120 | net/appletalk/ddp.c | s=s->next; |
next | 130 | net/appletalk/ddp.c | sk->next=atalk_socket_list; |
next | 139 | net/appletalk/ddp.c | for( s = atalk_socket_list; s != NULL; s = s->next ) |
next | 173 | net/appletalk/ddp.c | for ( s = atalk_socket_list; s != NULL; s = s->next ) |
next | 255 | net/appletalk/ddp.c | for (s = atalk_socket_list; s != NULL; s = s->next) |
next | 320 | net/appletalk/ddp.c | *iface = tmp->next; |
next | 324 | net/appletalk/ddp.c | iface = &tmp->next; |
next | 340 | net/appletalk/ddp.c | iface->next=atalk_iface_list; |
next | 453 | net/appletalk/ddp.c | for(iface=atalk_iface_list;iface!=NULL;iface=iface->next) |
next | 462 | net/appletalk/ddp.c | for(iface=atalk_iface_list;iface!=NULL;iface=iface->next) |
next | 479 | net/appletalk/ddp.c | for(iface=atalk_iface_list;iface!=NULL;iface=iface->next) |
next | 493 | net/appletalk/ddp.c | for(iface=atalk_iface_list;iface!=NULL;iface=iface->next) |
next | 510 | net/appletalk/ddp.c | for(iface=atalk_iface_list;iface!=NULL;iface=iface->next) |
next | 529 | net/appletalk/ddp.c | for(r=atalk_router_list;r!=NULL;r=r->next) |
next | 604 | net/appletalk/ddp.c | for(rt=atalk_router_list;rt!=NULL;rt=rt->next) |
next | 620 | net/appletalk/ddp.c | for ( riface = NULL, iface = atalk_iface_list; iface; iface = iface->next ) |
next | 641 | net/appletalk/ddp.c | rt->next=atalk_router_list; |
next | 673 | net/appletalk/ddp.c | *r = tmp->next; |
next | 677 | net/appletalk/ddp.c | r = &tmp->next; |
next | 696 | net/appletalk/ddp.c | *r = tmp->next; |
next | 700 | net/appletalk/ddp.c | r = &tmp->next; |
next | 899 | net/appletalk/ddp.c | for (iface = atalk_iface_list; iface != NULL; iface = iface->next) |
next | 939 | net/appletalk/ddp.c | for (rt = atalk_router_list; rt != NULL; rt = rt->next) |
next | 2070 | net/appletalk/ddp.c | tmp = list->next; |
next | 2083 | net/appletalk/ddp.c | tmp = list->next; |
next | 196 | net/ax25/af_ax25.c | ax25_list = s->next; |
next | 201 | net/ax25/af_ax25.c | while (s != NULL && s->next != NULL) { |
next | 202 | net/ax25/af_ax25.c | if (s->next == ax25) { |
next | 203 | net/ax25/af_ax25.c | s->next = ax25->next; |
next | 208 | net/ax25/af_ax25.c | s = s->next; |
next | 221 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
next | 269 | net/ax25/af_ax25.c | ax25->next = ax25_list; |
next | 287 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
next | 312 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
next | 336 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
next | 361 | net/ax25/af_ax25.c | for (s = ax25_list; s != NULL; s = s->next) { |
next | 389 | net/ax25/af_ax25.c | sk = sk->next; |
next | 476 | net/ax25/af_ax25.c | for (a = ax25_uid_list; a != NULL; a = a->next) { |
next | 490 | net/ax25/af_ax25.c | for (a = ax25_uid_list; a != NULL; a = a->next) { |
next | 505 | net/ax25/af_ax25.c | a->next = ax25_uid_list; |
next | 518 | net/ax25/af_ax25.c | *l = (*l)->next; |
next | 523 | net/ax25/af_ax25.c | l = &((*l)->next); |
next | 729 | net/ax25/af_ax25.c | for (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) { |
next | 780 | net/ax25/af_ax25.c | for (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) { |
next | 840 | net/ax25/af_ax25.c | for (dev = dev_base; dev != NULL; dev = dev->next) { |
next | 1111 | net/ax25/af_ax25.c | sk->next = NULL; |
next | 1169 | net/ax25/af_ax25.c | sk->next = NULL; |
next | 2279 | net/ax25/af_ax25.c | for (ax25 = ax25_list; ax25 != NULL; ax25 = ax25->next) { |
next | 190 | net/ax25/ax25_out.c | unsigned short start, end, next; |
next | 220 | net/ax25/ax25_out.c | next = (ax25->vs + 1) % ax25->modulus; |
next | 222 | net/ax25/ax25_out.c | last = (next == end) || skb_peek(&ax25->write_queue) == NULL; |
next | 224 | net/ax25/ax25_out.c | last = (next == end); |
next | 233 | net/ax25/ax25_out.c | ax25->vs = next; |
next | 407 | net/ax25/ax25_out.c | for (ax25o = ax25_list; ax25o != NULL; ax25o = ax25o->next) { |
next | 69 | net/ax25/ax25_route.c | struct ax25_route *next; |
next | 80 | net/ax25/ax25_route.c | struct ax25_dev *next; |
next | 128 | net/ax25/ax25_route.c | for (ax25_rt = ax25_route; ax25_rt != NULL; ax25_rt = ax25_rt->next) { |
next | 194 | net/ax25/ax25_route.c | ax25_rt->next = ax25_route; |
next | 207 | net/ax25/ax25_route.c | ax25_rt = ax25_rt->next; |
next | 211 | net/ax25/ax25_route.c | ax25_route = s->next; |
next | 216 | net/ax25/ax25_route.c | for (t = ax25_route; t != NULL; t = t->next) { |
next | 217 | net/ax25/ax25_route.c | if (t->next == s) { |
next | 218 | net/ax25/ax25_route.c | t->next = s->next; |
next | 248 | net/ax25/ax25_route.c | for (ax25_rt = ax25_route; ax25_rt != NULL; ax25_rt = ax25_rt->next) { |
next | 291 | net/ax25/ax25_route.c | ax25_rt->next = ax25_route; |
next | 305 | net/ax25/ax25_route.c | ax25_rt = ax25_rt->next; |
next | 308 | net/ax25/ax25_route.c | ax25_route = s->next; |
next | 313 | net/ax25/ax25_route.c | for (t = ax25_route; t != NULL; t = t->next) { |
next | 314 | net/ax25/ax25_route.c | if (t->next == s) { |
next | 315 | net/ax25/ax25_route.c | t->next = s->next; |
next | 357 | net/ax25/ax25_route.c | ax25_rt = ax25_rt->next; |
next | 378 | net/ax25/ax25_route.c | for (ax25_rt = ax25_route; ax25_rt != NULL; ax25_rt = ax25_rt->next) { |
next | 455 | net/ax25/ax25_route.c | for (pt = ax25_uid_list; pt != NULL; pt = pt->next) { |
next | 493 | net/ax25/ax25_route.c | for (ax25_rt = ax25_route; ax25_rt != NULL; ax25_rt = ax25_rt->next) { |
next | 621 | net/ax25/ax25_route.c | for (ax25_rt = ax25_route; ax25_rt != NULL; ax25_rt = ax25_rt->next) { |
next | 636 | net/ax25/ax25_route.c | for (ax25_rt = ax25_route; ax25_rt != NULL; ax25_rt = ax25_rt->next) |
next | 647 | net/ax25/ax25_route.c | for (s = ax25_device; s != NULL; s = s->next) |
next | 703 | net/ax25/ax25_route.c | ax25_dev->next = ax25_device; |
next | 715 | net/ax25/ax25_route.c | ax25_dev = ax25_dev->next; |
next | 719 | net/ax25/ax25_route.c | ax25_device = s->next; |
next | 722 | net/ax25/ax25_route.c | for (t = ax25_device; t != NULL; t = t->next) { |
next | 723 | net/ax25/ax25_route.c | if (t->next == s) { |
next | 724 | net/ax25/ax25_route.c | t->next = s->next; |
next | 825 | net/ax25/ax25_route.c | struct ax25_bpqdev *next; |
next | 841 | net/ax25/ax25_route.c | for (bpqdev = ax25_bpqdev; bpqdev != NULL; bpqdev = bpqdev->next) { |
next | 871 | net/ax25/ax25_route.c | for (bpqdev = ax25_bpqdev; bpqdev != NULL; bpqdev = bpqdev->next) |
next | 895 | net/ax25/ax25_route.c | for (bpqdev = ax25_bpqdev; bpqdev != NULL; bpqdev = bpqdev->next) { |
next | 907 | net/ax25/ax25_route.c | bpqdev->next = ax25_bpqdev; |
next | 497 | net/ax25/ax25_subr.c | for (skbq = list->next; skbq != (struct sk_buff *)list; skbq = skbq->next) |
next | 64 | net/ax25/ax25_timer.c | ax25->timer.next = ax25->timer.prev = NULL; |
next | 148 | net/core/datagram.c | if(!skb->next && !skb->prev) |
next | 153 | net/core/dev.c | pt->next=ptype_all; |
next | 159 | net/core/dev.c | pt->next = ptype_base[hash]; |
next | 179 | net/core/dev.c | for(; (*pt1)!=NULL; pt1=&((*pt1)->next)) |
next | 183 | net/core/dev.c | *pt1=pt->next; |
next | 204 | net/core/dev.c | for (dev = dev_base; dev != NULL; dev = dev->next) |
next | 426 | net/core/dev.c | for (ptype = ptype_all; ptype!=NULL; ptype = ptype->next) |
next | 526 | net/core/dev.c | for (dev = dev_base; dev != NULL; dev = dev->next) |
next | 582 | net/core/dev.c | struct sk_buff * skb = backlog.next; |
next | 643 | net/core/dev.c | for (ptype = ptype_all; ptype!=NULL; ptype=ptype->next) |
next | 654 | net/core/dev.c | for (ptype = ptype_base[ntohs(type)&15]; ptype != NULL; ptype = ptype->next) |
next | 748 | net/core/dev.c | skb = head->next; |
next | 811 | net/core/dev.c | for (dev = dev_base; dev != NULL; dev = dev->next) |
next | 904 | net/core/dev.c | for (dev = dev_base; dev != NULL; dev = dev->next) |
next | 1431 | net/core/dev.c | *dp = dev->next; |
next | 1435 | 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 | 42 | net/core/firewall.c | p=&((*p)->next); |
next | 54 | net/core/firewall.c | fw->next=*p; |
next | 91 | net/core/firewall.c | struct firewall_ops *f=fw->next; |
next | 96 | net/core/firewall.c | nl=&((*nl)->next); |
next | 111 | net/core/firewall.c | fw=fw->next; |
next | 129 | net/core/firewall.c | fw=fw->next; |
next | 143 | 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 | 96 | net/core/skbuff.c | if (!skb->next || !skb->prev) { |
next | 100 | net/core/skbuff.c | if (skb->next->magic_debug_cookie != SK_HEAD_SKB |
next | 101 | net/core/skbuff.c | && skb->next->magic_debug_cookie != SK_GOOD_SKB) { |
next | 114 | net/core/skbuff.c | struct sk_buff *skb2 = skb->next; |
next | 122 | net/core/skbuff.c | skb2 = skb2->next; |
next | 128 | net/core/skbuff.c | if (skb->next != NULL && skb->next->magic_debug_cookie != SK_HEAD_SKB |
next | 129 | net/core/skbuff.c | && skb->next->magic_debug_cookie != SK_GOOD_SKB) { |
next | 203 | net/core/skbuff.c | list->next = (struct sk_buff *)list; |
next | 222 | net/core/skbuff.c | if (newsk->next || newsk->prev) |
next | 225 | net/core/skbuff.c | newsk->next = list->next; |
next | 228 | net/core/skbuff.c | newsk->next->prev = newsk; |
next | 229 | net/core/skbuff.c | newsk->prev->next = newsk; |
next | 243 | net/core/skbuff.c | if (newsk->next || newsk->prev) |
next | 246 | net/core/skbuff.c | newsk->next = list->next; |
next | 249 | net/core/skbuff.c | newsk->next->prev = newsk; |
next | 250 | net/core/skbuff.c | newsk->prev->next = newsk; |
next | 267 | net/core/skbuff.c | if (newsk->next || newsk->prev) |
next | 272 | net/core/skbuff.c | newsk->next = list; |
next | 275 | net/core/skbuff.c | newsk->next->prev = newsk; |
next | 276 | net/core/skbuff.c | newsk->prev->next = newsk; |
next | 289 | net/core/skbuff.c | if (newsk->next || newsk->prev) |
next | 294 | net/core/skbuff.c | newsk->next = list; |
next | 297 | net/core/skbuff.c | newsk->next->prev = newsk; |
next | 298 | net/core/skbuff.c | newsk->prev->next = newsk; |
next | 320 | net/core/skbuff.c | result = list->next; |
next | 326 | net/core/skbuff.c | result->next->prev = list; |
next | 327 | net/core/skbuff.c | list->next = result->next; |
next | 329 | net/core/skbuff.c | result->next = NULL; |
next | 347 | net/core/skbuff.c | result = list->next; |
next | 352 | net/core/skbuff.c | result->next->prev = list; |
next | 353 | net/core/skbuff.c | list->next = result->next; |
next | 355 | net/core/skbuff.c | result->next = NULL; |
next | 374 | net/core/skbuff.c | if(!old->next || !old->prev) |
next | 376 | net/core/skbuff.c | if(newsk->next || newsk->prev) |
next | 381 | net/core/skbuff.c | newsk->next = old; |
next | 384 | net/core/skbuff.c | newsk->prev->next = newsk; |
next | 396 | net/core/skbuff.c | struct sk_buff * prev, struct sk_buff *next, |
next | 401 | net/core/skbuff.c | IS_SKB(next); |
next | 403 | net/core/skbuff.c | if(!prev->next || !prev->prev) |
next | 405 | net/core/skbuff.c | if(!next->next || !next->prev) |
next | 407 | net/core/skbuff.c | if(newsk->next || newsk->prev) |
next | 410 | net/core/skbuff.c | newsk->next = next; |
next | 412 | net/core/skbuff.c | next->prev = newsk; |
next | 413 | net/core/skbuff.c | prev->next = newsk; |
next | 429 | net/core/skbuff.c | if(!old->next || !old->prev) |
next | 431 | net/core/skbuff.c | if(newsk->next || newsk->prev) |
next | 438 | net/core/skbuff.c | newsk->next = old->next; |
next | 439 | net/core/skbuff.c | newsk->next->prev = newsk; |
next | 440 | net/core/skbuff.c | old->next = newsk; |
next | 465 | net/core/skbuff.c | skb->next->prev = skb->prev; |
next | 466 | net/core/skbuff.c | skb->prev->next = skb->next; |
next | 467 | net/core/skbuff.c | skb->next = NULL; |
next | 485 | net/core/skbuff.c | skb->next->prev = skb->prev; |
next | 486 | net/core/skbuff.c | skb->prev->next = skb->next; |
next | 487 | net/core/skbuff.c | skb->next = NULL; |
next | 685 | net/core/skbuff.c | skb->prev = skb->next = skb->link3 = NULL; |
next | 759 | net/core/skbuff.c | n->next = n->prev = n->link3 = NULL; |
next | 540 | net/core/sock.c | struct sk_buff * skb = sk->back_log.next; |
next | 78 | net/ethernet/eth.c | d=d->next; |
next | 126 | net/ipv4/af_inet.c | sk != NULL; sk=sk->next) |
next | 170 | net/ipv4/af_inet.c | sk = sk->next; |
next | 208 | net/ipv4/af_inet.c | sk->next = NULL; |
next | 248 | net/ipv4/af_inet.c | skp = &tmp->next; |
next | 250 | net/ipv4/af_inet.c | sk->next = tmp; |
next | 284 | net/ipv4/af_inet.c | *p=sk1->next; |
next | 287 | net/ipv4/af_inet.c | p=&((*p)->next); |
next | 364 | net/ipv4/af_inet.c | if (skb->next && skb->prev) |
next | 859 | net/ipv4/af_inet.c | sk2 != NULL; sk2 = sk2->next) |
next | 1338 | net/ipv4/af_inet.c | s != NULL; s = s->next) |
next | 1390 | net/ipv4/af_inet.c | for(; s != NULL; s = s->next) |
next | 1431 | net/ipv4/af_inet.c | for(; s != NULL; s = s->next) |
next | 1514 | net/ipv4/af_inet.c | struct inet_protocol *tmp = (struct inet_protocol *) p->next; |
next | 220 | net/ipv4/arp.c | struct arp_table *next; /* Linked entry list */ |
next | 356 | net/ipv4/arp.c | entry->next = entry; |
next | 359 | net/ipv4/arp.c | entry->next = tail->next; |
next | 360 | net/ipv4/arp.c | tail->next = entry; |
next | 378 | net/ipv4/arp.c | entry = (*q)->next; |
next | 379 | net/ipv4/arp.c | (*q)->next = entry->next; |
next | 380 | net/ipv4/arp.c | if (entry->next == entry) |
next | 382 | net/ipv4/arp.c | entry->next = NULL; |
next | 420 | net/ipv4/arp.c | struct hh_cache *hh, *next; |
next | 431 | net/ipv4/arp.c | for ( ; hh; hh = next) |
next | 433 | net/ipv4/arp.c | next = hh->hh_next; |
next | 755 | net/ipv4/arp.c | *pentry = entry->next; |
next | 773 | net/ipv4/arp.c | pentry = &entry->next; |
next | 782 | net/ipv4/arp.c | *oldest_entry = entry->next; |
next | 827 | net/ipv4/arp.c | pentry = &entry->next; |
next | 835 | net/ipv4/arp.c | *pentry = entry->next; |
next | 860 | net/ipv4/arp.c | pentry = &entry->next; /* go to next entry */ |
next | 999 | net/ipv4/arp.c | pentry = &(*pentry)->next; |
next | 1002 | net/ipv4/arp.c | *pentry = entry->next; |
next | 1079 | net/ipv4/arp.c | *pentry = entry->next; /* remove from list */ |
next | 1083 | net/ipv4/arp.c | pentry = &entry->next; /* go to next entry */ |
next | 1147 | net/ipv4/arp.c | for (entry=arp_tables[hash]; entry; entry = entry->next) |
next | 1212 | net/ipv4/arp.c | entry->next = arp_tables[hash]; |
next | 1230 | net/ipv4/arp.c | for (entry = arp_tables[HASH(paddr)]; entry != NULL; entry = entry->next) |
next | 1330 | 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 | 1572 | net/ipv4/arp.c | entry->next = arp_tables[hash]; |
next | 1595 | net/ipv4/arp.c | struct hh_cache * next; |
next | 1601 | net/ipv4/arp.c | for (hh=entry->hh; hh; hh=next) |
next | 1603 | net/ipv4/arp.c | next = hh->hh_next; |
next | 1886 | net/ipv4/arp.c | proxy_entry = proxy_entry->next) |
next | 2019 | net/ipv4/arp.c | entryp = &entry->next; |
next | 2039 | net/ipv4/arp.c | entry->next = (*entryp)->next; |
next | 2090 | net/ipv4/arp.c | for ( ; entry ;entry = entry->next) |
next | 2141 | net/ipv4/arp.c | *entryp = entry->next; |
next | 2146 | net/ipv4/arp.c | entryp = &entry->next; |
next | 2293 | net/ipv4/arp.c | for(entry=arp_tables[i]; entry!=NULL; entry=entry->next) |
next | 116 | net/ipv4/devinet.c | for (dev = dev_base; dev != NULL; dev = dev->next) |
next | 185 | net/ipv4/devinet.c | for (dev = dev_base; dev != NULL; dev = dev->next) |
next | 203 | net/ipv4/devinet.c | for (dev = dev_base; dev; dev = dev->next) |
next | 232 | net/ipv4/devinet.c | for(dev = dev_base; dev; dev=dev->next) |
next | 244 | net/ipv4/devinet.c | for (dev = dev_base; dev != NULL; dev = dev->next) |
next | 718 | 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 | 524 | net/ipv4/igmp.c | *i=(*i)->next; |
next | 542 | net/ipv4/igmp.c | j=i->next; |
next | 555 | net/ipv4/igmp.c | for(i=dev->ip_mc_list;i!=NULL;i=i->next) |
next | 565 | net/ipv4/igmp.c | i->next=dev->ip_mc_list; |
next | 124 | net/ipv4/ip_fragment.c | for(qp = ipqueue; qp != NULL; qplast = qp, qp = qp->next) |
next | 160 | net/ipv4/ip_fragment.c | ipqueue = qp->next; |
next | 166 | net/ipv4/ip_fragment.c | qp->prev->next = qp->next; |
next | 167 | net/ipv4/ip_fragment.c | if (qp->next != NULL) |
next | 168 | net/ipv4/ip_fragment.c | qp->next->prev = qp->prev; |
next | 176 | net/ipv4/ip_fragment.c | xp = fp->next; |
next | 282 | net/ipv4/ip_fragment.c | qp->next = ipqueue; |
next | 283 | net/ipv4/ip_fragment.c | if (qp->next != NULL) |
next | 284 | net/ipv4/ip_fragment.c | qp->next->prev = qp; |
next | 312 | net/ipv4/ip_fragment.c | fp = fp->next; |
next | 375 | net/ipv4/ip_fragment.c | fp = fp->next; |
next | 398 | net/ipv4/ip_fragment.c | struct ipfrag *prev, *next, *tmp; |
next | 496 | net/ipv4/ip_fragment.c | for(next = qp->fragments; next != NULL; next = next->next) |
next | 498 | net/ipv4/ip_fragment.c | if (next->offset > offset) |
next | 500 | net/ipv4/ip_fragment.c | prev = next; |
next | 520 | net/ipv4/ip_fragment.c | for(tmp=next; tmp != NULL; tmp = tfp) |
next | 522 | net/ipv4/ip_fragment.c | tfp = tmp->next; |
next | 526 | net/ipv4/ip_fragment.c | i = end - next->offset; /* overlap is 'i' bytes */ |
next | 537 | net/ipv4/ip_fragment.c | tmp->prev->next = tmp->next; |
next | 539 | net/ipv4/ip_fragment.c | qp->fragments = tmp->next; |
next | 541 | net/ipv4/ip_fragment.c | if (tfp->next != NULL) |
next | 542 | net/ipv4/ip_fragment.c | tmp->next->prev = tmp->prev; |
next | 544 | net/ipv4/ip_fragment.c | next=tfp; /* We have killed the original next frame */ |
next | 569 | net/ipv4/ip_fragment.c | tfp->next = next; |
next | 571 | net/ipv4/ip_fragment.c | prev->next = tfp; |
next | 575 | net/ipv4/ip_fragment.c | if (next != NULL) |
next | 576 | net/ipv4/ip_fragment.c | next->prev = tfp; |
next | 419 | net/ipv4/ip_input.c | ip_mc=ip_mc->next; |
next | 499 | net/ipv4/ip_input.c | sknext=get_sock_raw(raw_sk->next, iph->protocol, iph->saddr, iph->daddr); |
next | 525 | net/ipv4/ip_input.c | for (ipprot = (struct inet_protocol *)inet_protos[hash];ipprot != NULL;ipprot=(struct inet_protocol *)ipprot->next) |
next | 87 | net/ipv4/ip_masq_app.c | mapp->next = ip_masq_app_base[hash]; |
next | 119 | net/ipv4/ip_masq_app.c | for (mapp_p = &ip_masq_app_base[hash]; *mapp_p ; mapp_p = &(*mapp_p)->next) |
next | 121 | net/ipv4/ip_masq_app.c | *mapp_p = mapp->next; |
next | 145 | net/ipv4/ip_masq_app.c | for(mapp = ip_masq_app_base[hash]; mapp ; mapp = mapp->next) { |
next | 446 | net/ipv4/ip_masq_app.c | for (mapp = ip_masq_app_base[idx]; mapp ; mapp = mapp->next) { |
next | 420 | net/ipv4/ip_output.c | if (skb->next != NULL) |
next | 501 | net/ipv4/ip_output.c | imc=imc->next; |
next | 962 | net/ipv4/ip_output.c | imc=imc->next; |
next | 58 | net/ipv4/ip_sockglue.c | for(dev = dev_base; dev; dev = dev->next) |
next | 64 | net/ipv4/ip_sockglue.c | for(im = dev->ip_mc_list; im; im = im->next) |
next | 100 | 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 | 95 | net/ipv4/proc.c | sp = sp->next; |
next | 142 | 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 | 567 | net/ipv4/route.c | struct fib_node * next; |
next | 569 | net/ipv4/route.c | next = f1->fib_next; |
next | 572 | net/ipv4/route.c | f1 = next; |
next | 1067 | net/ipv4/route.c | struct rtable * rth, * next; |
next | 1083 | net/ipv4/route.c | for (; rth; rth=next) |
next | 1085 | net/ipv4/route.c | next = rth->rt_next; |
next | 1583 | net/ipv4/route.c | for (dev2 = dev_base ; dev2 != NULL ; dev2 = dev2->next) |
next | 453 | net/ipv4/tcp.c | p=p->next; |
next | 648 | net/ipv4/tcp.c | skb = skb->next; |
next | 1296 | net/ipv4/tcp.c | struct sk_buff *skb = sk->receive_queue.next; |
next | 1395 | net/ipv4/tcp.c | skb = skb->next; |
next | 560 | net/ipv4/tcp_input.c | if (skb->next != NULL) |
next | 790 | net/ipv4/tcp_input.c | ! before (sk->window_seq, sk->write_queue.next->end_seq)) |
next | 871 | net/ipv4/tcp_input.c | if (skb->next) |
next | 894 | net/ipv4/tcp_input.c | if (!before(sk->window_seq, sk->write_queue.next->end_seq) && |
next | 897 | net/ipv4/tcp_input.c | !after(sk->write_queue.next->end_seq, sk->rcv_ack_seq)) |
next | 906 | net/ipv4/tcp_input.c | else if (before(sk->window_seq, sk->write_queue.next->end_seq) && |
next | 1228 | net/ipv4/tcp_input.c | struct sk_buff * prev, * next; |
next | 1237 | net/ipv4/tcp_input.c | next = (struct sk_buff *) list; |
next | 1241 | net/ipv4/tcp_input.c | next = prev; |
next | 1244 | net/ipv4/tcp_input.c | __skb_insert(skb, prev, next, list); |
next | 1278 | net/ipv4/tcp_input.c | struct sk_buff * next; |
next | 1285 | net/ipv4/tcp_input.c | next = skb->next; |
next | 1286 | net/ipv4/tcp_input.c | while (next != (struct sk_buff *) list) { |
next | 1287 | net/ipv4/tcp_input.c | if (after(next->seq, ack_seq)) |
next | 1289 | net/ipv4/tcp_input.c | if (after(next->end_seq, ack_seq)) |
next | 1290 | net/ipv4/tcp_input.c | ack_seq = tcp_queue_ack(next, sk); |
next | 1291 | net/ipv4/tcp_input.c | next = next->next; |
next | 1543 | net/ipv4/tcp_input.c | struct sk_buff * next = list->next; |
next | 1546 | net/ipv4/tcp_input.c | struct sk_buff * skb = next; |
next | 1547 | net/ipv4/tcp_input.c | next = next->next; |
next | 1548 | net/ipv4/tcp_input.c | if (next == (struct sk_buff *) list) |
next | 1550 | net/ipv4/tcp_input.c | if (before(next->end_seq, skb->end_seq)) { |
next | 1551 | net/ipv4/tcp_input.c | __skb_unlink(next, list); |
next | 1552 | net/ipv4/tcp_input.c | kfree_skb(next, FREE_READ); |
next | 1553 | net/ipv4/tcp_input.c | next = skb; |
next | 1556 | net/ipv4/tcp_input.c | if (next->seq != skb->seq) |
next | 168 | net/ipv4/tcp_output.c | if (skb->next != NULL) |
next | 175 | net/ipv4/tcp_output.c | if (before(sk->window_seq, sk->write_queue.next->end_seq) && |
next | 714 | net/ipv4/tcp_output.c | if (buff->next != NULL) |
next | 726 | net/ipv4/udp.c | sknext=get_sock_mcast(sk->next, uh->dest, saddr, uh->source, daddr); |
next | 179 | net/ipx/af_ipx.c | intrfc->if_sklist=s->next; |
next | 184 | net/ipx/af_ipx.c | while(s && s->next) { |
next | 185 | net/ipx/af_ipx.c | if(s->next==sk) { |
next | 186 | net/ipx/af_ipx.c | s->next=sk->next; |
next | 190 | net/ipx/af_ipx.c | s=s->next; |
next | 264 | net/ipx/af_ipx.c | sk->next = NULL; |
next | 268 | net/ipx/af_ipx.c | for (s = intrfc->if_sklist; s->next != NULL; s = s->next) |
next | 270 | net/ipx/af_ipx.c | s->next = sk; |
next | 281 | net/ipx/af_ipx.c | s=s->next) |
next | 302 | net/ipx/af_ipx.c | s = s->next; |
next | 327 | net/ipx/af_ipx.c | s = s->next; |
next | 328 | net/ipx/af_ipx.c | t->next = NULL; |
next | 447 | net/ipx/af_ipx.c | s = s->next; |
next | 1503 | net/ipx/af_ipx.c | for (s = i->if_sklist; s != NULL; s = s->next) { |
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 | 1332 | 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 | 267 | net/socket.c | sock->next = NULL; |
next | 301 | net/socket.c | nextsock = peersock->next; |
next | 106 | net/unix/af_unix.c | *s=sk->next; |
next | 110 | net/unix/af_unix.c | s=&((*s)->next); |
next | 118 | net/unix/af_unix.c | sk->next=unix_socket_list; |
next | 135 | net/unix/af_unix.c | s=s->next; |
next | 1273 | net/unix/af_unix.c | s=s->next; |
next | 149 | net/unix/garbage.c | unix_socket *next; |
next | 178 | net/unix/garbage.c | for(s=unix_socket_list;s!=NULL;s=s->next) |
next | 235 | net/unix/garbage.c | skb=skb->next; |
next | 257 | net/unix/garbage.c | for(s=unix_socket_list;s!=NULL;s=next) |
next | 259 | net/unix/garbage.c | next=s->next; |
next | 48 | scripts/tkcond.c | for(;cnd; cnd = cnd->next) |
next | 83 | scripts/tkcond.c | struct condition * next; |
next | 84 | scripts/tkcond.c | for(;cnd; cnd = next) |
next | 86 | scripts/tkcond.c | next = cnd->next; |
next | 106 | scripts/tkcond.c | for(cfg = config;cfg != NULL; cfg = cfg->next) |
next | 113 | scripts/tkcond.c | for(cond = cfg->cond; cond != NULL; cond = cond->next) |
next | 125 | scripts/tkcond.c | cond2 = cond->next->next; |
next | 173 | scripts/tkcond.c | tail->next = new; |
next | 181 | scripts/tkcond.c | for(;ocond != NULL; ocond = ocond->next) |
next | 193 | scripts/tkcond.c | for(cfg = config;cfg != NULL; cfg = cfg->next) |
next | 221 | scripts/tkcond.c | tail->next = new; |
next | 231 | scripts/tkcond.c | tail->next = new; |
next | 242 | scripts/tkcond.c | tail->next = new; |
next | 268 | scripts/tkcond.c | for(ocond = cond;ocond != NULL; ocond = ocond->next) |
next | 280 | scripts/tkcond.c | tail->next = new; |
next | 288 | scripts/tkcond.c | tail->next = new; |
next | 325 | scripts/tkcond.c | for(cfg=scfg;cfg != NULL; cfg = cfg->next) |
next | 396 | scripts/tkcond.c | for(cfg=scfg;cfg != NULL; cfg = cfg->next) |
next | 405 | scripts/tkcond.c | for(cfg1=cfg;cfg1 != NULL; cfg1 = cfg1->next) |
next | 442 | scripts/tkcond.c | for(cfg=scfg;cfg != NULL; cfg = cfg->next) |
next | 448 | scripts/tkcond.c | for(cnd = cfg->cond; cnd; cnd=cnd->next) |
next | 467 | scripts/tkcond.c | last->next = cfg->cond; |
next | 479 | scripts/tkcond.c | for(cfg=scfg;cfg != NULL; cfg = cfg->next) |
next | 485 | scripts/tkcond.c | for(cnd = cfg->cond; cnd; cnd=cnd->next) |
next | 491 | scripts/tkcond.c | for(cnd1 = cnd->next; cnd1; cnd1=cnd1->next) |
next | 506 | scripts/tkcond.c | for(i=0; i<5; i++, cnd2=cnd2->next, cnd3=cnd3->next) |
next | 529 | scripts/tkcond.c | for(i=0; i<5; i++, cnd3=cnd3->next) |
next | 162 | scripts/tkgen.c | for(; cfg != NULL; cfg = cfg->next) |
next | 208 | scripts/tkgen.c | cond = cond->next; |
next | 272 | scripts/tkgen.c | cond = cond->next; |
next | 387 | scripts/tkgen.c | for(; cond != NULL; cond = cond->next ) |
next | 455 | scripts/tkgen.c | cond = cond->next; |
next | 569 | scripts/tkgen.c | for(cfg = config;cfg != NULL; cfg = cfg->next) |
next | 588 | scripts/tkgen.c | for(cfg = config;cfg != NULL; cfg = cfg->next) |
next | 639 | scripts/tkgen.c | for(pnt = cfg->next; pnt; pnt = pnt->next) |
next | 679 | scripts/tkgen.c | for(cfg = scfg;cfg != NULL; cfg = cfg->next) |
next | 739 | scripts/tkgen.c | for(cfg = scfg; cfg != NULL; cfg = cfg->next) |
next | 808 | scripts/tkgen.c | cfg->next->optionname); |
next | 902 | scripts/tkgen.c | for(cfg = scfg; cfg != NULL; cfg = cfg->next) |
next | 921 | scripts/tkgen.c | for(cfg = config;cfg != NULL; cfg = cfg->next) |
next | 942 | scripts/tkgen.c | for(cfg = scfg; cfg != NULL; cfg = cfg->next) |
next | 981 | scripts/tkgen.c | for(cfg = scfg; cfg != NULL; cfg = cfg->next) |
next | 1028 | scripts/tkgen.c | for(cfg1 = cfg->next; |
next | 1030 | scripts/tkgen.c | cfg1 = cfg1->next) |
next | 1076 | scripts/tkgen.c | for(cfg = scfg; cfg != NULL; cfg = cfg->next) |
next | 1079 | scripts/tkgen.c | for(cfg1 = cfg->next; |
next | 1081 | scripts/tkgen.c | cfg1 = cfg1->next) |
next | 1089 | scripts/tkgen.c | for(cfg = scfg; cfg != NULL; cfg = cfg->next) |
next | 1093 | scripts/tkgen.c | for(cfg1 = cfg->next; |
next | 1095 | scripts/tkgen.c | cfg1 = cfg1->next) |
next | 1108 | scripts/tkgen.c | for(cfg = scfg; cfg != NULL; cfg = cfg->next) |
next | 1114 | 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 | 415 | scripts/tkparse.c | clast->next = kcfg; |
next | 571 | scripts/tkparse.c | cond = cond->next; |
next | 679 | 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; |