Searched refs:page_shortage (Results 1 – 1 of 1) sorted by relevance
124 static void vm_pageout_mightbe_oom(struct vm_domain *vmd, int page_shortage,1139 vm_pageout_scan_active(struct vm_domain *vmd, int page_shortage) in vm_pageout_scan_active() argument1165 if (min_scan > 0 || (page_shortage > 0 && pq->pq_cnt > 0)) in vm_pageout_scan_active()1181 max_scan = page_shortage > 0 ? pq->pq_cnt : min_scan; in vm_pageout_scan_active()1318 if (page_shortage <= 0) { in vm_pageout_scan_active()1335 page_shortage -= ps_delta; in vm_pageout_scan_active()1393 vm_pageout_scan_inactive(struct vm_domain *vmd, int page_shortage) in vm_pageout_scan_inactive() argument1423 starting_page_shortage = page_shortage; in vm_pageout_scan_inactive()1429 while (page_shortage > 0) { in vm_pageout_scan_inactive()1600 page_shortage--; in vm_pageout_scan_inactive()[all …]