Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm_pageout.c1640 vmd->vmd_inactive_shortage = shortage; in vm_pageout_inactive_dispatch()
1651 vmd->vmd_inactive_shortage /= threads; in vm_pageout_inactive_dispatch()
1656 wakeup(&vmd->vmd_inactive_shortage); in vm_pageout_inactive_dispatch()
1661 vm_pageout_scan_inactive(vmd, vmd->vmd_inactive_shortage + slop); in vm_pageout_inactive_dispatch()
2167 msleep(&vmd->vmd_inactive_shortage, in vm_pageout_helper()
2172 vm_pageout_scan_inactive(vmd, vmd->vmd_inactive_shortage); in vm_pageout_helper()
H A Dvm_pagequeue.h263 u_int vmd_inactive_shortage; /* Per-thread shortage. */ member