Home
last modified time | relevance | path

Searched refs:stopslot (Results 1 – 1 of 1) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/uvm/
H A Duvm_amap.c1148 int stopslot, *ppref, lcv, prevlcv; in amap_pp_adjref() local
1153 stopslot = curslot + slotlen; in amap_pp_adjref()
1187 for (/* lcv already set */; lcv < stopslot ; lcv += len) { in amap_pp_adjref()
1189 if (lcv + len > stopslot) { /* goes past end? */ in amap_pp_adjref()
1190 pp_setreflen(ppref, lcv, ref, stopslot - lcv); in amap_pp_adjref()
1191 pp_setreflen(ppref, stopslot, ref, in amap_pp_adjref()
1192 len - (stopslot - lcv)); in amap_pp_adjref()
1193 len = stopslot - lcv; in amap_pp_adjref()