Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm_pagequeue.h259 blockcount_t vmd_inactive_starting; /* Number of threads started. */ member
H A Dvm_pageout.c1664 blockcount_acquire(&vmd->vmd_inactive_starting, threads - 1); in vm_pageout_inactive_dispatch()
2192 blockcount_release(&vmd->vmd_inactive_starting, 1); in vm_pageout_helper()