HomeSort by: relevance | last modified time | path
    Searched defs:slotmapped (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/uvm/
uvm_amap.c 356 int slotmapped, slotadd, slotneed, slotadded, slotalloc; local in function:amap_extend
379 AMAP_B2SLOT(slotmapped, entry->end - entry->start); /* slots mapped */
382 slotneed = slotoff + slotmapped + slotadd;
386 slotneed = slotadd + slotmapped;
388 slotarea = amap->am_maxslot - slotmapped;
394 * using slots between slotoff and slotoff + slotmapped. If
409 slotendoff = slotoff + slotmapped;
431 amap_pp_adjref(amap, slotoff + slotmapped,
467 if ((slotoff + slotmapped) < amap->am_nslot)
469 slotoff + slotmapped,
    [all...]
uvm_amap.c 356 int slotmapped, slotadd, slotneed, slotadded, slotalloc; local in function:amap_extend
379 AMAP_B2SLOT(slotmapped, entry->end - entry->start); /* slots mapped */
382 slotneed = slotoff + slotmapped + slotadd;
386 slotneed = slotadd + slotmapped;
388 slotarea = amap->am_maxslot - slotmapped;
394 * using slots between slotoff and slotoff + slotmapped. If
409 slotendoff = slotoff + slotmapped;
431 amap_pp_adjref(amap, slotoff + slotmapped,
467 if ((slotoff + slotmapped) < amap->am_nslot)
469 slotoff + slotmapped,
    [all...]
uvm_amap.c 356 int slotmapped, slotadd, slotneed, slotadded, slotalloc; local in function:amap_extend
379 AMAP_B2SLOT(slotmapped, entry->end - entry->start); /* slots mapped */
382 slotneed = slotoff + slotmapped + slotadd;
386 slotneed = slotadd + slotmapped;
388 slotarea = amap->am_maxslot - slotmapped;
394 * using slots between slotoff and slotoff + slotmapped. If
409 slotendoff = slotoff + slotmapped;
431 amap_pp_adjref(amap, slotoff + slotmapped,
467 if ((slotoff + slotmapped) < amap->am_nslot)
469 slotoff + slotmapped,
    [all...]
uvm_amap.c 356 int slotmapped, slotadd, slotneed, slotadded, slotalloc; local in function:amap_extend
379 AMAP_B2SLOT(slotmapped, entry->end - entry->start); /* slots mapped */
382 slotneed = slotoff + slotmapped + slotadd;
386 slotneed = slotadd + slotmapped;
388 slotarea = amap->am_maxslot - slotmapped;
394 * using slots between slotoff and slotoff + slotmapped. If
409 slotendoff = slotoff + slotmapped;
431 amap_pp_adjref(amap, slotoff + slotmapped,
467 if ((slotoff + slotmapped) < amap->am_nslot)
469 slotoff + slotmapped,
    [all...]

Completed in 52 milliseconds