taglinefilesource code
bh_next224mm/kmalloc.cpage->firstfree = p->bh_next;
bh_next275mm/kmalloc.cfor (i=NBLOCKS(order),p=BH (page+1);i > 1;i--,p=p->bh_next) 
bh_next278mm/kmalloc.cp->bh_next = BH ( ((long)p)+sz);
bh_next282mm/kmalloc.cp->bh_next = NULL;
bh_next350mm/kmalloc.cp->bh_next = page->firstfree;