Searched refs:curslot (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/sys/uvm/ |
| D | uvm_amap.c | 930 amap_pp_adjref(amap, curslot, slotlen, adjval) in amap_pp_adjref() argument 932 int curslot; 939 stopslot = curslot + slotlen; 948 for (lcv = 0 ; lcv < curslot ; lcv += len) { 950 if (lcv + len > curslot) { /* goes past start? */ 951 pp_setreflen(ppref, lcv, ref, curslot - lcv); 952 pp_setreflen(ppref, curslot, ref, len - (curslot -lcv)); 953 len = curslot - lcv; /* new length of entry @ lcv */ 974 if (lcv != curslot) 1010 int byanon, lcv, stop, curslot, ptr, slotend = 0; local [all …]
|