Home
last modified time | relevance | path

Searched refs:shortfall_cycle (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/vm/
H A Dvm_pageout.c962 int domain, last_target, launder, shortfall, shortfall_cycle, target; in vm_pageout_laundry_worker() local
972 shortfall_cycle = 0; in vm_pageout_laundry_worker()
989 KASSERT(shortfall_cycle >= 0, in vm_pageout_laundry_worker()
990 ("negative cycle %d", shortfall_cycle)); in vm_pageout_laundry_worker()
999 shortfall_cycle = VM_LAUNDER_RATE / VM_INACT_SCAN_RATE; in vm_pageout_laundry_worker()
1003 else if (shortfall_cycle == 0 || vm_laundry_target(vmd) <= 0) { in vm_pageout_laundry_worker()
1015 launder = target / shortfall_cycle--; in vm_pageout_laundry_worker()
1095 (!in_shortfall || shortfall_cycle == 0)) { in vm_pageout_laundry_worker()