Lines Matching defs:leftcap
629 vm_pindex_t first, leftcap, rightcap;
697 * left that can be used ("leftcap") and the first index to the right
711 leftcap = mpred->pindex + 1;
713 leftcap = rv->pindex + VM_LEVEL_0_NPAGES;
714 if (leftcap > first) {
731 * At least one reservation will fit between "leftcap"
823 vm_pindex_t first, leftcap, rightcap;
876 leftcap = mpred->pindex + 1;
878 leftcap = rv->pindex + VM_LEVEL_0_NPAGES;
879 if (leftcap > first) {