Searched refs:min_scan (Results 1 – 1 of 1) sorted by relevance
1146 long min_scan; in vm_pageout_scan_active() local1160 min_scan = pq->pq_cnt; in vm_pageout_scan_active()1161 min_scan *= scan_tick - vmd->vmd_last_active_scan; in vm_pageout_scan_active()1162 min_scan /= hz * vm_pageout_update_period; in vm_pageout_scan_active()1164 min_scan = 0; in vm_pageout_scan_active()1165 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()