taglinefilesource code
bh_next201mm/kmalloc.cpage->firstfree = p->bh_next;
bh_next242mm/kmalloc.cfor (i=NBLOCKS(order),p=BH (page+1);i > 1;i--,p=p->bh_next) 
bh_next245mm/kmalloc.cp->bh_next = BH ( ((long)p)+sz);
bh_next249mm/kmalloc.cp->bh_next = NULL;
bh_next313mm/kmalloc.cp->bh_next = page->firstfree;