Searched refs:sv_threads_max (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/sv/
H A Dsv.c153 int sv_threads_max = 1024; /* maximum # to dynamically alloc */ variable
422 if (sv_threads > sv_threads_max)
423 sv_threads_max = sv_threads;
1639 * sv_threads_max when doing dynamic thread tuning
1642 if ((nthreads + threads) > sv_threads_max) {
1643 sv_threads_extra = nthreads + threads - sv_threads_max;
1644 threads = sv_threads_max - nthreads;

Completed in 60 milliseconds