Home
last modified time | relevance | path

Searched refs:tp_set (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/avs/ns/solaris/
H A Dnsc_thread.c142 ASSERT(MUTEX_HELD(&((tp->tp_set)->set_lock))); in nst_thread_init()
221 nstset_t *set = tp->tp_set; in nst_thread_free()
269 if (!tp->tp_set) { in nst_thread_run()
281 if (set == tp->tp_set) { in nst_thread_run()
388 tp->tp_set = NULL; in nst_thread_destroy()
443 tp->tp_set = set; in nst_thread_create()
H A Dnsc_thread.h69 struct nstset *tp_set; /* Set to which thread belongs */ member
/titanic_41/usr/src/cmd/mdb/common/modules/nsctl/
H A Dnsctl.c1760 tp->tp_set, tp->tp_chain); in nsthread()