Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm_pageout.c1171 long min_scan; in vm_pageout_scan_active() local
1185 min_scan = pq->pq_cnt; in vm_pageout_scan_active()
1186 min_scan *= scan_tick - vmd->vmd_last_active_scan; in vm_pageout_scan_active()
1187 min_scan /= hz * vm_pageout_update_period; in vm_pageout_scan_active()
1189 min_scan = 0; in vm_pageout_scan_active()
1190 if (min_scan > 0 || (page_shortage > 0 && pq->pq_cnt > 0)) in vm_pageout_scan_active()
1206 max_scan = page_shortage > 0 ? pq->pq_cnt : min_scan; in vm_pageout_scan_active()