newppref 302 uvm/uvm_amap.c int *newppref, *oldppref; newppref 374 uvm/uvm_amap.c newppref = NULL; newppref 376 uvm/uvm_amap.c newppref = malloc(slotalloc *sizeof(int), M_UVMAMAP, newppref 378 uvm/uvm_amap.c if (newppref == NULL) { newppref 432 uvm/uvm_amap.c if (newppref) { newppref 433 uvm/uvm_amap.c memcpy(newppref, oldppref, sizeof(int) * amap->am_nslot); newppref 434 uvm/uvm_amap.c memset(newppref + amap->am_nslot, 0, sizeof(int) * slotadded); newppref 435 uvm/uvm_amap.c amap->am_ppref = newppref; newppref 439 uvm/uvm_amap.c pp_setreflen(newppref, amap->am_nslot, 1,