Searched refs:vmd_inactive_shortage (Results 1 – 2 of 2) sorted by relevance
1659 vmd->vmd_inactive_shortage = shortage; in vm_pageout_inactive_dispatch()1669 vmd->vmd_inactive_shortage /= threads; in vm_pageout_inactive_dispatch()1674 wakeup(&vmd->vmd_inactive_shortage); in vm_pageout_inactive_dispatch()1679 vm_pageout_scan_inactive(vmd, vmd->vmd_inactive_shortage + slop); in vm_pageout_inactive_dispatch()2188 msleep(&vmd->vmd_inactive_shortage, in vm_pageout_helper()2193 vm_pageout_scan_inactive(vmd, vmd->vmd_inactive_shortage); in vm_pageout_helper()
259 u_int vmd_inactive_shortage; /* Per-thread shortage. */ member