Searched refs:vmd_inactive_running (Results 1 – 2 of 2) sorted by relevance
264 blockcount_t vmd_inactive_running; /* Number of inactive threads. */ member
1655 blockcount_acquire(&vmd->vmd_inactive_running, threads - 1); in vm_pageout_inactive_dispatch()1667 blockcount_wait(&vmd->vmd_inactive_running, NULL, "vmpoid", PVM); in vm_pageout_inactive_dispatch()2179 blockcount_release(&vmd->vmd_inactive_running, 1); in vm_pageout_helper()