taglinefilesource code
bh_next243mm/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_next264mm/kmalloc.cpage->firstfree = p->bh_next;
bh_next307mm/kmalloc.cp->bh_next = page->firstfree;