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

/illumos-gate/usr/src/uts/common/avs/ns/sv/
H A Dsv.c157 static nstset_t *sv_tset; /* the threadset pointer */ variable
1091 if ((sv_ndevices != 0) || (sv_tset != NULL)) {
1641 nthreads = nst_nthread(sv_tset);
1654 nthreads = nst_nthread(sv_tset);
1658 change += nst_add_thread(sv_tset, sv_threads_inc);
1662 change -= nst_del_thread(sv_tset, sv_threads_inc);
1670 sv_threads_needed, nst_nthread(sv_tset), change);
1699 while (sv_ndevices <= 0 && sv_tset != NULL && loops > 0) {
1700 if (nst_nlive(sv_tset) <= 0) {
1701 nst_destroy(sv_tset);
[all...]

Completed in 58 milliseconds