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.c1665 vmd->vmd_inactive_shortage = shortage; in vm_pageout_inactive_dispatch()
1675 vmd->vmd_inactive_shortage /= threads; in vm_pageout_inactive_dispatch()
1680 wakeup(&vmd->vmd_inactive_shortage); in vm_pageout_inactive_dispatch()
1685 vm_pageout_scan_inactive(vmd, vmd->vmd_inactive_shortage + slop); in vm_pageout_inactive_dispatch()
2204 msleep(&vmd->vmd_inactive_shortage, in vm_pageout_helper()
2209 vm_pageout_scan_inactive(vmd, vmd->vmd_inactive_shortage); in vm_pageout_helper()
H A Dvm_pagequeue.h257 u_int vmd_inactive_shortage; /* Per-thread shortage. */ member