Searched refs:sv_threads_inc (Results 1 – 1 of 1) sorted by relevance
161 static int sv_threads_inc = 8; /* increment for changing the set */ variable1658 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()