Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.c152 int rdc_threads_inc = 8; /* increment for changing the size of the set */ variable
234 change += nst_add_thread(_rdc_ioset, rdc_threads_inc); in rdc_thread_tune()
236 (nthreads - (rdc_threads_inc + rdc_threads_hysteresis))) && in rdc_thread_tune()
237 ((nthreads - rdc_threads_inc) >= rdc_threads)) in rdc_thread_tune()
238 change -= nst_del_thread(_rdc_ioset, rdc_threads_inc); in rdc_thread_tune()