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

/illumos-gate/usr/src/uts/common/avs/ns/sv/
H A Dsv.c155 int sv_threads_extra = 0; /* addl # we would have alloc'ed */ variable
1621 if (sv_threads_extra) {
1624 sv_threads_extra += threads;
1628 if (threads >= sv_threads_extra) {
1629 threads -= sv_threads_extra;
1630 sv_threads_extra = 0;
1633 sv_threads_extra -= threads;
1643 sv_threads_extra = nthreads + threads - sv_threads_max;

Completed in 65 milliseconds