taglinefilesource code
bh_next206mm/kmalloc.cpage->firstfree = p->bh_next;
bh_next251mm/kmalloc.cfor (i=NBLOCKS(order),p=BH (page+1);i > 1;i--,p=p->bh_next) 
bh_next254mm/kmalloc.cp->bh_next = BH ( ((long)p)+sz);
bh_next258mm/kmalloc.cp->bh_next = NULL;
bh_next324mm/kmalloc.cp->bh_next = page->firstfree;