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

/illumos-gate/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);
236 (nthreads - (rdc_threads_inc + rdc_threads_hysteresis))) &&
237 ((nthreads - rdc_threads_inc) >= rdc_threads))
238 change -= nst_del_thread(_rdc_ioset, rdc_threads_inc);

Completed in 73 milliseconds