Searched refs:newppref (Results 1 – 1 of 1) sorted by relevance
360 int *newppref, *oldppref; in amap_extend() local564 newppref = NULL; in amap_extend()567 newppref = kmem_alloc(slotalloc * sizeof(*newppref), kmflags); in amap_extend()575 if (newppref != NULL) { in amap_extend()576 kmem_free(newppref, slotalloc * sizeof(*newppref)); in amap_extend()637 if (newppref) { in amap_extend()639 memcpy(newppref, oldppref, in amap_extend()641 memset(newppref + amap->am_nslot, 0, in amap_extend()644 memcpy(newppref + slotarea, oldppref + slotoff, in amap_extend()647 amap->am_ppref = newppref; in amap_extend()[all …]