Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dvm_pagequeue.h261 blockcount_t vmd_inactive_starting; /* Number of threads started. */ member
H A Dvm_pageout.c1672 blockcount_acquire(&vmd->vmd_inactive_starting, threads - 1); in vm_pageout_inactive_dispatch()
2190 blockcount_release(&vmd->vmd_inactive_starting, 1); in vm_pageout_helper()