Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/avs/ns/solaris/
H A Dnsc_thread.c361 set->set_nthread--; in nst_thread_run()
516 (set->set_nthread + 1) > USHRT_MAX) { in nst_thread_create()
533 "set_nthread %d)", rc, set->set_flag, set->set_nthread); in nst_thread_create()
547 set->set_nthread++; in nst_thread_create()
732 if (set->set_nthread != 0) { in nst_destroy()
734 (void *)set, set->set_nthread); in nst_destroy()
751 if (set->set_nthread != 0) { in nst_destroy()
929 if (nthread > sp->set_nthread) { in nst_init()
931 nthread - sp->set_nthread); in nst_init()
933 if (i != (nthread - sp->set_nthread)) in nst_init()
[all …]
H A Dnsc_thread.h113 ushort_t set_nthread; /* No. of threads in set */ member
/titanic_44/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_misc.c217 (_sd_ioset->set_nlive || _sd_ioset->set_nthread)) { in _fini()
220 _sd_ioset->set_nthread); in _fini()
/titanic_44/usr/src/cmd/mdb/common/modules/nsctl/
H A Dnsctl.c1567 set->set_nlive, set->set_nthread, set->set_flag, set->set_name); in nstset()