Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dvm_pageout.c2207 unsigned total_pageout_threads, eligible_cpus, domain_cpus; in get_pageout_threads_per_domain() local
2225 eligible_cpus = mp_ncpus; in get_pageout_threads_per_domain()
2228 eligible_cpus -= CPU_COUNT(&cpuset_domain[i]); in get_pageout_threads_per_domain()
2236 return (howmany(total_pageout_threads * domain_cpus, eligible_cpus)); in get_pageout_threads_per_domain()