Searched refs:am_nslot (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/uvm/
H A Duvm_amap.c184 amap->am_nslot = slots;
401 * entries, and so any slot from 0 to am_nslot can have an
412 amap_wiperange(amap, slotendoff, amap->am_nslot - slotendoff);
417 for (i = slotendoff; i < amap->am_nslot - slotendoff; i++) {
428 if (amap->am_nslot >= slotneed) {
467 if ((slotoff + slotmapped) < amap->am_nslot)
470 (amap->am_nslot -
472 pp_setreflen(amap->am_ppref, amap->am_nslot, 1,
473 slotneed - amap->am_nslot);
476 amap->am_nslot
[all...]
H A Duvm_amap.h158 int am_nslot; /* # of slots currently in map ( <= maxslot) */ member in struct:vm_amap
/netbsd-current/usr.bin/pmap/
H A Dpmap.c621 "%*s am_maxslot = %d, am_nslot = %d, am_nused = %d, "
630 D(amap, amap)->am_nslot,
673 e = verbose > 1 ? D(amap, amap)->am_maxslot : D(amap, amap)->am_nslot;
/netbsd-current/lib/libkvm/
H A Dkvm_proc.c250 if (slot > amap.am_nslot)

Completed in 245 milliseconds