Searched refs:sv_threads_max (Results 1 – 1 of 1) sorted by relevance
152 int sv_threads_max = 1024; /* maximum # to dynamically alloc */ variable421 if (sv_threads > sv_threads_max) in sv_attach()422 sv_threads_max = sv_threads; in sv_attach()1641 if ((nthreads + threads) > sv_threads_max) { in sv_thread_tune()1642 sv_threads_extra = nthreads + threads - sv_threads_max; in sv_thread_tune()1643 threads = sv_threads_max - nthreads; in sv_thread_tune()