taglinefilesource code
bh_next245mm/kmalloc.cfor (i = NBLOCKS(order), p = BH(page + 1); i > 1; i--, p = p->bh_next) {
bh_next247mm/kmalloc.cp->bh_next = BH(((long) p) + sz);
bh_next251mm/kmalloc.cp->bh_next = NULL;
bh_next266mm/kmalloc.cpage->firstfree = p->bh_next;
bh_next315mm/kmalloc.cp->bh_next = page->firstfree;