Home | History | Annotate | Download | only in uvm

Lines Matching defs:newsl

362 	int i, *newsl, *newbck, *oldsl, *oldbck;
570 newslnewsl), kmflags);
573 if (newsl == NULL || newbck == NULL || newover == NULL) {
579 if (newsl != NULL) {
580 kmem_free(newsl, slotalloc * sizeof(*newsl));
604 memcpy(newsl, oldsl, sizeof(int) * amap->am_nused);
607 newsl[i] = oldsl[i] + slotarea - slotoff;
608 amap->am_slots = newsl;