Home | History | Annotate | Download | only in uvm

Lines Matching defs:newppref

360 	int *newppref, *oldppref;
564 newppref = NULL;
567 newppref = kmem_alloc(slotalloc * sizeof(*newppref), kmflags);
575 if (newppref != NULL) {
576 kmem_free(newppref, slotalloc * sizeof(*newppref));
637 if (newppref) {
639 memcpy(newppref, oldppref,
641 memset(newppref + amap->am_nslot, 0,
644 memcpy(newppref + slotarea, oldppref + slotoff,
647 amap->am_ppref = newppref;
653 pp_setreflen(newppref, amap->am_nslot, 1,
656 pp_setreflen(newppref, 0, 0,
658 pp_setreflen(newppref, slotalloc - slotneed, 1,