taglinefilesource code
next74fs/ext/freelists.cefb->next = sb->u.ext_sb.s_firstfreeblocknumber;
next104fs/ext/freelists.cprintk("ext_new_block: block empty, skipping to %d\n", efb->next);
next107fs/ext/freelists.csb->u.ext_sb.s_firstfreeblocknumber = efb->next;
next153fs/ext/freelists.cblock = efb->next;
next161fs/ext/freelists.cblock = efb->next;
next219fs/ext/freelists.cefi->next = inode->i_sb->u.ext_sb.s_firstfreeinodenumber;
next254fs/ext/freelists.cprintk("ext_free_inode: inode empty, skipping to %d\n", efi->next);
next257fs/ext/freelists.cif (efi->next > sb->u.ext_sb.s_ninodes) {
next258fs/ext/freelists.cprintk ("efi->next = %d\n", efi->next);
next261fs/ext/freelists.csb->u.ext_sb.s_firstfreeinodenumber = efi->next;
next262fs/ext/freelists.cblock = 2 + (((unsigned long) efi->next) - 1) / EXT_INODES_PER_BLOCK;
next305fs/ext/freelists.cino = efi->next;
next320fs/ext/freelists.cino = efi->next;
next157fs/locks.cstruct file_lock *fl,*next;
next164fs/locks.cnext = fl->fl_next;
next167fs/locks.cfl = next;
next362fs/locks.cstruct file_lock *fl,*next;
next375fs/locks.cif ((next = alloc_lock(filp, fl)) == NULL)
next378fs/locks.cnext->fl_start = caller->fl_end + 1;
next398fs/locks.cnext = fl->fl_next;
next409fs/locks.cfl = next;
next23fs/msdos/fat.cint first,last,next,copy;
next49fs/msdos/fat.cnext = ((unsigned short *) data)[(first & (SECTOR_SIZE-1))
next51fs/msdos/fat.cif (next >= 0xfff8) next = -1;
next57fs/msdos/fat.cif (this & 1) next = ((*p_first >> 4) | (*p_last << 4)) & 0xfff;
next58fs/msdos/fat.celse next = (*p_first+(*p_last << 8)) & 0xfff;
next59fs/msdos/fat.cif (next >= 0xff8) next = -1;
next99fs/msdos/fat.creturn next;
next112fs/msdos/fat.ccache[count].next = count == FAT_CACHE-1 ? NULL :
next127fs/msdos/fat.cfor (walk = fat_cache; walk; walk = walk->next)
next148fs/msdos/fat.cfor (walk = fat_cache; walk; walk = walk->next) {
next167fs/msdos/fat.cfor (walk = fat_cache; walk->next; walk = (last = walk)->next)
next174fs/msdos/fat.clast->next = walk->next;
next175fs/msdos/fat.cwalk->next = fat_cache;
next186fs/msdos/fat.clast->next = NULL;
next187fs/msdos/fat.cwalk->next = fat_cache;
next202fs/msdos/fat.cfor (walk = fat_cache; walk; walk = walk->next)
next212fs/msdos/fat.cfor (walk = fat_cache; walk; walk = walk->next)
next117fs/msdos/namei.cstruct inode *next;
next153fs/msdos/namei.cnext = MSDOS_I(*result)->i_old;
next155fs/msdos/namei.cif (!(*result = iget(next->i_sb,next->i_ino)))
next429fs/open.cstruct wait_queue *next;
next433fs/open.cif (!q || !(next = *q))
next436fs/open.ctmp = next;
next437fs/open.cnext = tmp->next;
next440fs/open.c} while (next && next != *q);
next28include/linux/ext_fs.hunsigned long next;
next34include/linux/ext_fs.hunsigned long next;
next46include/linux/genhd.hstruct gendisk *next;
next73include/linux/msdos_fs.hstruct fat_cache *next; /* next cache entry */
next349include/linux/sched.hif (wait->next) {
next353include/linux/sched.hprintk("add_wait_queue (%08x): wait->next = %08x\n",pc,wait->next);
next358include/linux/sched.hwait->next = wait;
next361include/linux/sched.hwait->next = (*p)->next;
next362include/linux/sched.h(*p)->next = wait;
next373include/linux/sched.hif ((*p == wait) && ((*p = wait->next) == wait)) {
next377include/linux/sched.hwhile (tmp->next != wait)
next378include/linux/sched.htmp = tmp->next;
next379include/linux/sched.htmp->next = wait->next;
next381include/linux/sched.hwait->next = NULL;
next393include/linux/sched.hentry->wait.next = NULL;
next11include/linux/wait.hstruct wait_queue * next;
next164init/main.cchar *next;
next171init/main.cnext = line;
next172init/main.cwhile (line = next) {
next173init/main.cif (next = strchr(line,' '))
next174init/main.c*next++ = 0;
next232kernel/FPU-emu/fpu_entry.cunsigned char next;
next234kernel/FPU-emu/fpu_entry.cnext = get_fs_byte((unsigned char *) FPU_EIP);
next236kernel/FPU-emu/fpu_entry.cif ( (next & 0xf8) == 0xd8 )
next240kernel/FPU-emu/fpu_entry.cif ( next == 0x9b )  /* fwait */
next242kernel/FPU-emu/fpu_entry.cif ( next == 0x66 )  /* size prefix */
next244kernel/FPU-emu/fpu_entry.cnext = get_fs_byte((unsigned char *) (FPU_EIP+1));
next245kernel/FPU-emu/fpu_entry.cif ( (next & 0xf8) == 0xd8 )
next34kernel/blk_drv/blk.hstruct request * next;
next223kernel/blk_drv/blk.hCURRENT = req->next;
next206kernel/blk_drv/genhd.cfor (p = gendisk_head ; p ; p=p->next) {
next637kernel/blk_drv/hd.chd_gendisk.next = gendisk_head;
next94kernel/blk_drv/ll_rw_blk.creq->next = NULL;
next104kernel/blk_drv/ll_rw_blk.cfor ( ; tmp->next ; tmp = tmp->next) {
next106kernel/blk_drv/ll_rw_blk.c!IN_ORDER(tmp,tmp->next)) &&
next107kernel/blk_drv/ll_rw_blk.cIN_ORDER(req,tmp->next))
next110kernel/blk_drv/ll_rw_blk.creq->next = tmp->next;
next111kernel/blk_drv/ll_rw_blk.ctmp->next = req;
next150kernel/blk_drv/ll_rw_blk.cwhile (req = req->next) {
next200kernel/blk_drv/ll_rw_blk.creq->next = NULL;
next240kernel/blk_drv/ll_rw_blk.creq->next = NULL;
next312kernel/blk_drv/ll_rw_blk.creq->next = NULL;
next325kernel/blk_drv/ll_rw_blk.crequest[i].next = NULL;
next42kernel/blk_drv/scsi/hosts.hstruct scsi_cmnd *next, *prev;  
next588kernel/blk_drv/scsi/sd.csd_gendisk.next = gendisk_head;
next123kernel/fork.cp->wait.next = NULL;
next133kernel/sched.cint i,next,c;
next155kernel/sched.cnext = 0;
next162kernel/sched.cc = (*p)->counter, next = i;
next172kernel/sched.cswitch_to(next);
next224kernel/sched.cif (!tmp->next) {
next232kernel/sched.ctmp = tmp->next;
next328kernel/sched.cstruct timer_list * next;
next350kernel/sched.cp->next = next_timer;
next352kernel/sched.cwhile (p->next && p->next->jiffies < p->jiffies) {
next353kernel/sched.cp->jiffies -= p->next->jiffies;
next355kernel/sched.cp->fn = p->next->fn;
next356kernel/sched.cp->next->fn = fn;
next358kernel/sched.cp->jiffies = p->next->jiffies;
next359kernel/sched.cp->next->jiffies = jiffies;
next360kernel/sched.cp = p->next;
next472kernel/sched.cnext_timer = next_timer->next;
next64lib/malloc.cstruct bucket_desc  *next;
next116lib/malloc.cbdesc->next = bdesc+1;
next124lib/malloc.cbdesc->next = free_bucket_desc;
next152lib/malloc.cfor (bdesc = bdir->chain; bdesc; bdesc = bdesc->next)
next169lib/malloc.cfree_bucket_desc = bdesc->next;
next184lib/malloc.cbdesc->next = bdir->chain; /* OK, link it in! */
next216lib/malloc.cfor (bdesc = bdir->chain; bdesc; bdesc = bdesc->next) {
next234lib/malloc.cif ((prev && (prev->next != bdesc)) ||
next236lib/malloc.cfor (prev = bdir->chain; prev; prev = prev->next)
next237lib/malloc.cif (prev->next == bdesc)
next240lib/malloc.cprev->next = bdesc->next;
next244lib/malloc.cbdir->chain = bdesc->next;
next247lib/malloc.cbdesc->next = free_bucket_desc;
next35net/kern_sock.hstruct socket *next;
next216net/socket.cnextsock = peersock->next;
next345net/socket.cmysock->next = NULL;
next350net/socket.cwhile (last->next)
next351net/socket.clast = last->next;
next352net/socket.clast->next = mysock;
next376net/socket.cservsock->iconn = mysock->next;
next378net/socket.cwhile (last->next != mysock)
next379net/socket.clast = last->next;
next380net/socket.clast->next = mysock->next;
next59net/tcp/arp.cif (skb->next == skb)
next65net/tcp/arp.cskb->next->prev = skb->prev;
next66net/tcp/arp.cskb->prev->next = skb->next;
next67net/tcp/arp.carp_q = skb->next;
next69net/tcp/arp.cskb->next = NULL;
next77net/tcp/arp.cskb=skb->next;
next202net/tcp/arp.cskb->next = NULL;
next222net/tcp/arp.cfor (apt = arp_table[hash]; apt != NULL; apt = apt->next)
next253net/tcp/arp.carp_table[hash] = arp_table[hash]->next;
next261net/tcp/arp.cfor (apt = arp_table[hash]->next; apt != NULL; apt = apt->next)
next265net/tcp/arp.clapt->next = apt->next;
next290net/tcp/arp.capt->next = arp_table[hash];
next378net/tcp/arp.cskb->next = NULL;
next470net/tcp/arp.cskb->next = skb;
next475net/tcp/arp.cskb->next = arp_q;
next477net/tcp/arp.cskb->next->prev = skb;
next478net/tcp/arp.cskb->prev->next = skb;
next37net/tcp/arp.hstruct arp_table *next;
next60net/tcp/dev.cpt->next = ptype_base;
next63net/tcp/dev.cfor (p1 = ptype_base; p1 != NULL; p1 = p1->next)
next82net/tcp/dev.cptype_base = pt->next;
next88net/tcp/dev.cfor (pt1 = ptype_base; pt1->next != NULL; pt1=pt1->next)
next90net/tcp/dev.cif (pt1->next == pt )
next95net/tcp/dev.cpt1->next = pt->next;
next100net/tcp/dev.cif (pt1->next -> type == pt ->type)
next102net/tcp/dev.clpt = pt1->next;
next111net/tcp/dev.cfor (dev = dev_base; dev != NULL; dev=dev->next)
next135net/tcp/dev.cif (skb->next != NULL)
next142net/tcp/dev.cskb->next = NULL;
next152net/tcp/dev.cskb->next = skb;
next158net/tcp/dev.cskb->next = skb2;
next160net/tcp/dev.cskb->next->prev = skb;
next161net/tcp/dev.cskb->prev->next = skb;
next230net/tcp/dev.cskb->next = skb;
next236net/tcp/dev.cskb->next = dev->backlog;
next237net/tcp/dev.cskb->next->prev = skb;
next238net/tcp/dev.cskb->prev->next = skb;
next269net/tcp/dev.cif (skb->next == skb)
next275net/tcp/dev.cdev->backlog = skb->next;
next276net/tcp/dev.cskb->next->prev = skb->prev;
next277net/tcp/dev.cskb->prev->next = skb->next;
next290net/tcp/dev.cfor (ptype = ptype_base; ptype != NULL; ptype=ptype->next)
next343net/tcp/dev.cif (skb->next == skb)
next349net/tcp/dev.cdev->buffs[i]=skb->next;
next350net/tcp/dev.cskb->prev->next = skb->next;
next351net/tcp/dev.cskb->next->prev = skb->prev;
next353net/tcp/dev.cskb->next = NULL;
next44net/tcp/dev.hstruct device *next;
next80net/tcp/dev.hstruct packet_type *next;
next187net/tcp/icmp.cfor (ipprot = ip_protos[hash]; ipprot != NULL; ipprot=ipprot->next)
next60net/tcp/ip.cfor (p = ip_protos[hash] ; p != NULL; p=p->next)
next77net/tcp/ip.cprot ->next = ip_protos[hash];
next81net/tcp/ip.cfor (p2 = prot->next; p2 != NULL; p2=p2->next)
next103net/tcp/ip.cip_protos[hash]=ip_protos[hash]->next;
next107net/tcp/ip.cfor (p = ip_protos[hash]; p != NULL; p = p->next)
next112net/tcp/ip.cif (p->next != NULL && p->next == prot)
next119net/tcp/ip.cp->next = prot->next;
next123net/tcp/ip.cif (p->next != NULL && p->next->protocol == prot->protocol)
next182net/tcp/ip.cPRINTK ("dev = %X, next = %X\n",rt->dev, rt->next);
next199net/tcp/ip.cfor (rt=rt_base; rt != NULL; rt=rt->next)
next222net/tcp/ip.crt->next = NULL;
next240net/tcp/ip.cfor (r=rt_base; r != NULL; r=r->next)
next247net/tcp/ip.crt->next = r->next;
next252net/tcp/ip.crt->next = r->next;
next253net/tcp/ip.cr1->next = rt;
next265net/tcp/ip.crt->next = rt_base;
next269net/tcp/ip.crt->next = r;
next270net/tcp/ip.cr1->next = rt;
next278net/tcp/ip.crt->next = NULL;
next279net/tcp/ip.cr1->next = rt;
next719net/tcp/ip.cfor (ipprot = ip_protos[hash]; ipprot != NULL; ipprot=ipprot->next)
next781net/tcp/ip.cskb->next = NULL;
next895net/tcp/ip.cp=p->next;
next904net/tcp/ip.cp = p-> next;
next911net/tcp/ip.cif (skb->next == skb)
next917net/tcp/ip.csk->rqueue = skb->next;
next918net/tcp/ip.cskb->next->prev = skb->prev;
next919net/tcp/ip.cskb->prev->next = skb->next;
next35net/tcp/ip.hstruct rtable *next;
next126net/tcp/ip.hstruct ip_protocol *next;
next90net/tcp/packet.cskb->next = skb;
next95net/tcp/packet.cskb->next = sk->rqueue;
next97net/tcp/packet.cskb->prev->next = skb;
next98net/tcp/packet.cskb->next->prev = skb;
next152net/tcp/packet.cskb->next = NULL;
next240net/tcp/packet.cif (skb->next == skb )
next246net/tcp/packet.csk->rqueue = sk->rqueue ->next;
next247net/tcp/packet.cskb->prev->next = skb->next;
next248net/tcp/packet.cskb->next->prev = skb->prev;
next73net/tcp/raw.cskb->next = skb;
next78net/tcp/raw.cskb->next = sk->back_log;
next80net/tcp/raw.cskb->prev->next = skb;
next81net/tcp/raw.cskb->next->prev = skb;
next107net/tcp/raw.cskb->next = skb;
next112net/tcp/raw.cskb->next = sk->rqueue;
next114net/tcp/raw.cskb->prev->next = skb;
next115net/tcp/raw.cskb->next->prev = skb;
next293net/tcp/raw.cif (skb->next == skb )
next299net/tcp/raw.csk->rqueue = sk->rqueue ->next;
next300net/tcp/raw.cskb->prev->next = skb->next;
next301net/tcp/raw.cskb->next->prev = skb->prev;
next139net/tcp/sock.cPRINTK (" next = %X\n", sk->next);
next160net/tcp/sock.cPRINTK ("  prev = %X, next = %X\n", skb->prev, skb->next);
next226net/tcp/sock.csk != NULL; sk=sk->next)
next259net/tcp/sock.csk = sk->next;
next287net/tcp/sock.csk->next = NULL;
next312net/tcp/sock.cfor (sk2 = sk1; sk2 != NULL; sk2=sk2->next)
next318net/tcp/sock.csk->next = sk->prot->sock_array[num];
next323net/tcp/sock.csk->next = sk2;
next324net/tcp/sock.csk1->next= sk;
next331net/tcp/sock.csk->next = NULL;
next332net/tcp/sock.csk1->next = sk;
next360net/tcp/sock.csk1->prot->sock_array[sk1->num & (SOCK_ARRAY_SIZE -1)] = sk1->next;
next365net/tcp/sock.cwhile (sk2 && sk2->next != sk1)
next366net/tcp/sock.csk2 = sk2->next;
next370net/tcp/sock.csk2->next = sk1->next;
next398net/tcp/sock.cskb2=skb->next;
next410net/tcp/sock.cskb2=skb->next;
next433net/tcp/sock.cif (skb->next != NULL)
next435net/tcp/sock.cif (skb->next != skb)
next437net/tcp/sock.cskb->next->prev = skb->prev;
next438net/tcp/sock.cskb->prev->next = skb->next;
next471net/tcp/sock.cskb2=skb->next;
next709net/tcp/sock.ctmp = p->next;
next715net/tcp/sock.cfor (dev = dev_base; dev != NULL; dev=dev->next)
next857net/tcp/sock.csk->next = NULL;
next864net/tcp/sock.csk->time_wait.next = NULL;
next1007net/tcp/sock.csk2 = sk2->next)
next1724net/tcp/sock.cfor (s=prot->sock_array[num&(SOCK_ARRAY_SIZE-1)]; s != NULL; s=s->next)
next1767net/tcp/sock.cif (skb->next != skb)
next1769net/tcp/sock.csk->back_log = skb->next;
next1770net/tcp/sock.cskb->prev->next = skb->next;
next1771net/tcp/sock.cskb->next->prev = skb->prev;
next46net/tcp/sock.hvolatile struct sock *next;
next131net/tcp/sock.hstruct sk_buff *next;
next80net/tcp/tcp.csk->rqueue = skb->next;
next88net/tcp/tcp.csk->rqueue->prev->next = sk->rqueue;
next181net/tcp/tcp.c(between (sk->copied_seq, sk->rqueue->next->h.th->seq - 1,
next182net/tcp/tcp.csk->rqueue->next->h.th->seq + sk->rqueue->next->len) ||
next240net/tcp/tcp.cskb = sk->rqueue->next;
next245net/tcp/tcp.cskb = skb->next;
next246net/tcp/tcp.c} while (skb != sk->rqueue->next);
next261net/tcp/tcp.cskb = sk->rqueue->next;
next623net/tcp/tcp.cskb->next = NULL;
next630net/tcp/tcp.csk->wback->next = skb;
next722net/tcp/tcp.cskb=sk->rqueue->next;
next730net/tcp/tcp.cskb->next->prev = skb->prev;
next731net/tcp/tcp.cskb->prev->next = skb->next;
next795net/tcp/tcp.cfor (skb = sk->rqueue->next; skb->next != sk->rqueue;
next796net/tcp/tcp.cskb = skb->next)
next856net/tcp/tcp.cskb=sk->rqueue->next;
next904net/tcp/tcp.cbefore (sk->copied_seq+1, sk->rqueue->next->h.th->seq))
next920net/tcp/tcp.cskb=sk->rqueue->next;
next946net/tcp/tcp.cskb=skb->next;
next987net/tcp/tcp.cskb=skb->next;
next1129net/tcp/tcp.cnewsk->time_wait.next = NULL;
next1241net/tcp/tcp.cskb->next = skb;
next1247net/tcp/tcp.cskb->next = sk->rqueue;
next1250net/tcp/tcp.cskb->prev->next = skb;
next1283net/tcp/tcp.cskb2=skb->next;
next1381net/tcp/tcp.cbuff->next = NULL;
next1388net/tcp/tcp.csk->wback->next = buff;
next1409net/tcp/tcp.csk->wfront = skb->next;
next1471net/tcp/tcp.cif (oskb->next != NULL)
next1473net/tcp/tcp.cif (oskb->next != oskb)
next1475net/tcp/tcp.coskb->next->prev = oskb->prev;
next1476net/tcp/tcp.coskb->prev->next = oskb->next;
next1632net/tcp/tcp.cskb->next = skb;
next1649net/tcp/tcp.cskb->next = skb1->next;
next1650net/tcp/tcp.cskb->next->prev = skb;
next1651net/tcp/tcp.cskb1->next = skb;
next1658net/tcp/tcp.cskb->next= skb1;
next1660net/tcp/tcp.cskb->prev->next = skb;
next1692net/tcp/tcp.cfor (skb2=skb->next; skb2 != sk->rqueue->next; skb2=skb2->next)
next1885net/tcp/tcp.cbuff->next = NULL;
next1886net/tcp/tcp.csk->wback->next = buff;
next2180net/tcp/tcp.cskb->next = skb;
next2185net/tcp/tcp.cskb->next = sk->back_log;
next2187net/tcp/tcp.cskb->prev->next = skb;
next2188net/tcp/tcp.cskb->next->prev = skb;
next49net/tcp/timer.ctimer_base = t->next;
next62net/tcp/timer.cfor (tm = timer_base;tm->next != NULL ;tm=tm->next)
next64net/tcp/timer.cif (tm->next == t)
next66net/tcp/timer.ctm->next = t->next;
next92net/tcp/timer.ct->next = NULL;
next101net/tcp/timer.ct->next = timer_base;
next108net/tcp/timer.cfor (tm = timer_base; ; tm=tm->next)
next110net/tcp/timer.cif (tm->next == NULL || before (t->when,tm->next->when))
next112net/tcp/timer.ct->next = tm->next;
next113net/tcp/timer.ctm->next = t;
next30net/tcp/timer.hstruct timer *next;
next234net/tcp/udp.cskb->next = skb;
next239net/tcp/udp.cskb->next = pair->rqueue;
next241net/tcp/udp.cskb->prev->next = skb;
next242net/tcp/udp.cskb->next->prev = skb;
next485net/tcp/udp.cif (skb->next == skb )
next491net/tcp/udp.csk->rqueue = sk->rqueue ->next;
next492net/tcp/udp.cskb->prev->next = skb->next;
next493net/tcp/udp.cskb->next->prev = skb->prev;
next607net/tcp/udp.cskb->next = skb;
next612net/tcp/udp.cskb->next = sk->back_log;
next614net/tcp/udp.cskb->prev->next = skb;
next615net/tcp/udp.cskb->next->prev = skb;
next643net/tcp/udp.cskb->next = skb;
next648net/tcp/udp.cskb->next = sk->rqueue;
next650net/tcp/udp.cskb->prev->next = skb;
next651net/tcp/udp.cskb->next->prev = skb;
next336net/tcp/we.cring->next);
next345net/tcp/we.cpkt = ring->next;
next476net/tcp/we.cfor (dev = dev_base; dev != NULL; dev = dev->next)
next39net/tcp/wereg.hunsigned char next;   /* pointer to next packet. */
next455net/unix.csock->iconn = clientsock->next;
next456net/unix.cclientsock->next = NULL;