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