Searched refs:eligible_cpus (Results 1 – 1 of 1) sorted by relevance
2242 unsigned total_pageout_threads, eligible_cpus, domain_cpus; in get_pageout_threads_per_domain() local2260 eligible_cpus = mp_ncpus; in get_pageout_threads_per_domain()2263 eligible_cpus -= CPU_COUNT(&cpuset_domain[i]); in get_pageout_threads_per_domain()2271 return (howmany(total_pageout_threads * domain_cpus, eligible_cpus)); in get_pageout_threads_per_domain()