Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/solaris/
H A Dnsc_thread.h141 int nst_add_thread(nstset_t *, int);
H A Dnsc_thread.c775 nst_add_thread(nstset_t *set, int nthread) in nst_add_thread() function
930 i = nst_add_thread(sp, in nst_init()
953 i = nst_add_thread(set, nthread); in nst_init()
/titanic_41/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.h108 (void) nst_add_thread(n.rdc_syncset, \
H A Drdc_io.c233 change += nst_add_thread(_rdc_ioset, rdc_threads_inc); in rdc_thread_tune()
6687 if (nst_add_thread(_rdc_flset, 3) != 3) in rdc_newgroup()
H A Drdc_clnt.c1573 if (nst_add_thread(_rdc_flset, 1) != 1) { in rdc_writer()
/titanic_41/usr/src/uts/common/avs/ns/sv/
H A Dsv.c1657 change += nst_add_thread(sv_tset, sv_threads_inc); in sv_thread_tune()