Searched refs:slotneed (Results 1 – 1 of 1) sorted by relevance
292 int slotmapped, slotadd, slotneed, slotalloc; local313 slotneed = slotoff + slotmapped + slotadd;321 if (amap->am_nslot >= slotneed) {329 amap, slotneed, 0, 0);337 if (amap->am_maxslot >= slotneed) {345 slotneed - amap->am_nslot);348 amap->am_nslot = slotneed;355 amap, slotneed, 0, 0);367 slotalloc = malloc_roundup(slotneed * sizeof(int)) / sizeof(int);384 KASSERT(amap->am_maxslot < slotneed);[all …]