Searched refs:leftcap (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/vm/
H A Dvm_reserv.c318 vm_pindex_t first, leftcap, rightcap; local
374 * left that can be used ("leftcap") and the first index to the right
380 leftcap = mpred->pindex + 1;
382 leftcap = rv->pindex + VM_LEVEL_0_NPAGES;
383 if (leftcap > first)
399 * At least one reservation will fit between "leftcap"
510 vm_pindex_t first, leftcap, rightcap; local
552 leftcap = mpred->pindex + 1;
554 leftcap = rv->pindex + VM_LEVEL_0_NPAGES;
555 if (leftcap > firs
[all...]

Completed in 102 milliseconds