Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/sv/
H A Dsv.c152 int sv_threads_max = 1024; /* maximum # to dynamically alloc */ variable
421 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()