uvm_amap.c | 1202 int stopslot, *ppref, lcv, prevlcv; local in function:amap_pp_adjref 1207 stopslot = curslot + slotlen; 1241 for (/* lcv already set */; lcv < stopslot ; lcv += len) { 1243 if (lcv + len > stopslot) { /* goes past end? */ 1244 pp_setreflen(ppref, lcv, ref, stopslot - lcv); 1245 pp_setreflen(ppref, stopslot, ref, 1246 len - (stopslot - lcv)); 1247 len = stopslot - lcv;
|