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

/freebsd-13-stable/sys/vm/
H A Dvm_pageout.c128 static void vm_pageout_mightbe_oom(struct vm_domain *vmd, int page_shortage,
1172 vm_pageout_scan_active(struct vm_domain *vmd, int page_shortage) argument
1198 if (min_scan > 0 || (page_shortage > 0 && pq->pq_cnt > 0))
1214 max_scan = page_shortage > 0 ? pq->pq_cnt : min_scan;
1351 if (page_shortage <= 0) {
1368 page_shortage -= ps_delta;
1426 vm_pageout_scan_inactive(struct vm_domain *vmd, int page_shortage) argument
1456 starting_page_shortage = page_shortage;
1462 while (page_shortage > 0 && (m = vm_pageout_next(&ss, true)) != NULL) {
1619 page_shortage
1713 u_int addl_page_shortage, deficit, page_shortage; local
1795 vm_pageout_mightbe_oom(struct vm_domain *vmd, int page_shortage, int starting_page_shortage) argument
[all...]

Completed in 45 milliseconds