Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm_pagequeue.h258 blockcount_t vmd_inactive_running; /* Number of inactive threads. */ member
H A Dvm_pageout.c1679 blockcount_acquire(&vmd->vmd_inactive_running, threads - 1); in vm_pageout_inactive_dispatch()
1691 blockcount_wait(&vmd->vmd_inactive_running, NULL, "vmpoid", PVM); in vm_pageout_inactive_dispatch()
2216 blockcount_release(&vmd->vmd_inactive_running, 1); in vm_pageout_helper()