Lines Matching refs:am_bckptr
194 amap->am_bckptr = kmem_alloc(totalslots * sizeof(int), kmflags);
195 if (amap->am_bckptr == NULL)
206 kmem_free(amap->am_bckptr, totalslots * sizeof(int));
331 kmem_free(amap->am_bckptr, slots * sizeof(*amap->am_bckptr));
522 memmove(amap->am_bckptr + slotarea,
523 amap->am_bckptr + slotoff,
625 /* do am_bckptr */
626 oldbck = amap->am_bckptr;
632 amap->am_bckptr = newbck;
966 amap->am_bckptr[lcv] = amap->am_nused;
1318 ptr = amap->am_bckptr[curslot];
1322 amap->am_bckptr[amap->am_slots[ptr]] = ptr;
1539 amap->am_bckptr[slot] = amap->am_nused;
1570 ptr = amap->am_bckptr[slot];
1576 amap->am_bckptr[amap->am_slots[ptr]] = ptr;