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

  /src/sys/uvm/
uvm_amap.c 1272 u_int lcv, stop, slotend; local in function:amap_wiperange
1286 slotend = 0;
1291 slotend = slotoff + slots;
1304 if (curslot < slotoff || curslot >= slotend) {
uvm_amap.c 1272 u_int lcv, stop, slotend; local in function:amap_wiperange
1286 slotend = 0;
1291 slotend = slotoff + slots;
1304 if (curslot < slotoff || curslot >= slotend) {

Completed in 60 milliseconds