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

/freebsd-9.3-release/sys/vm/
H A Dvm_pageout.c740 int page_shortage, maxscan, pcount; local
769 page_shortage = vm_paging_target() + addl_page_shortage;
798 m != NULL && maxscan-- > 0 && page_shortage > 0;
911 * calculation of the page_shortage for the
951 --page_shortage;
958 --page_shortage;
1109 * decrement page_shortage on success to account for
1114 --page_shortage;
1150 page_shortage = vm_paging_target() +
1152 page_shortage
1410 int page_shortage; local
[all...]

Completed in 106 milliseconds