Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/vm/
HDvm_pagequeue.h261 blockcount_t vmd_inactive_running; /* Number of inactive threads. */ member
HDvm_pageout.c1683 blockcount_acquire(&vmd->vmd_inactive_running, threads - 1); in vm_pageout_inactive_dispatch()
1695 blockcount_wait(&vmd->vmd_inactive_running, NULL, "vmpoid", PVM); in vm_pageout_inactive_dispatch()
2220 blockcount_release(&vmd->vmd_inactive_running, 1); in vm_pageout_helper()