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

/freebsd-13-stable/sys/vm/
H A Dvm_pageout.c995 int domain, last_target, launder, shortfall, shortfall_cycle, target; local
1003 shortfall = 0;
1030 if (shortfall > 0) {
1033 target = shortfall;
1038 * We recently entered shortfall and began laundering
1040 * (and we are no longer in shortfall) or we have met
1123 * If the pagedaemon has indicated that it's in shortfall, start
1124 * a shortfall laundering unless we're already in the middle of
1129 shortfall = vm_laundry_target(vmd) +
1133 shortfall
[all...]

Completed in 106 milliseconds