Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/avs/ns/sv/
H A Dsv.c161 static int sv_threads_inc = 8; /* increment for changing the set */ variable
1658 change += nst_add_thread(sv_tset, sv_threads_inc); in sv_thread_tune()
1660 (nthreads - (sv_threads_inc + sv_threads_hysteresis))) && in sv_thread_tune()
1661 ((nthreads - sv_threads_inc) >= sv_threads)) in sv_thread_tune()
1662 change -= nst_del_thread(sv_tset, sv_threads_inc); in sv_thread_tune()