Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dvm_pageout.c1179 long min_scan; in vm_pageout_scan_active() local
1193 min_scan = pq->pq_cnt; in vm_pageout_scan_active()
1194 min_scan *= scan_tick - vmd->vmd_last_active_scan; in vm_pageout_scan_active()
1195 min_scan /= hz * vm_pageout_update_period; in vm_pageout_scan_active()
1197 min_scan = 0; in vm_pageout_scan_active()
1198 if (min_scan > 0 || (page_shortage > 0 && pq->pq_cnt > 0)) in vm_pageout_scan_active()
1214 max_scan = page_shortage > 0 ? pq->pq_cnt : min_scan; in vm_pageout_scan_active()