Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm_pagequeue.h262 u_int vmd_inactive_threads; /* Number of extra helper threads. */ member
H A Dvm_pageout.c1647 if ((threads = vmd->vmd_inactive_threads) > 1 && in vm_pageout_inactive_dispatch()
2272 vmd->vmd_inactive_threads = get_pageout_threads_per_domain(vmd); in vm_pageout_init_domain()
2352 pageout_threads = VM_DOMAIN(i)->vmd_inactive_threads; in vm_pageout()