Home
last modified time | relevance | path

Searched refs:next (Results 1 – 6 of 6) sorted by relevance

/xv6-public/
H A Dbio.c48 bcache.head.next = &bcache.head; in binit()
50 b->next = bcache.head.next; in binit()
53 bcache.head.next->prev = b; in binit()
54 bcache.head.next = b; in binit()
69 for(b = bcache.head.next; b != &bcache.head; b = b->next){ in bget()
132 b->next->prev = b->prev; in brelse()
133 b->prev->next = b->next; in brelse()
134 b->next = bcache.head.next; in brelse()
136 bcache.head.next->prev = b; in brelse()
137 bcache.head.next = b; in brelse()
H A Dkalloc.c17 struct run *next; member
73 r->next = kmem.freelist; in kfree()
91 kmem.freelist = r->next; in kalloc()
H A Dbuf.h8 struct buf *next; member
H A Dkernel.ld37 /* Adjust the address for the data segment to the next page */
H A Dfs.c627 struct inode *ip, *next; in namex() local
645 if((next = dirlookup(ip, name, 0)) == 0){ in namex()
650 ip = next; in namex()
H A Ddot-bochsrc481 # For an example look at the next line: