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

/illumos-gate/usr/src/uts/common/avs/ns/sv/
H A Dsv.conf27 # sv_threads
36 sv_threads=32;
H A Dsv.c154 int sv_threads = 32; /* # to pre-allocate (see sv.conf) */ variable
415 sv_threads = ddi_prop_get_int(DDI_DEV_T_ANY, dip,
417 "sv_threads", sv_threads);
420 cmn_err(CE_CONT, "!sv: sv_threads=%d\n", sv_threads);
422 if (sv_threads > sv_threads_max)
423 sv_threads_max = sv_threads;
1661 ((nthreads - sv_threads_inc) >= sv_threads))
1803 sv_tset = nst_init("sv_thr", sv_threads);
[all...]

Completed in 65 milliseconds