Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/avs/ns/solaris/
H A Dnsc_thread.c545 tp->tp_chain = set->set_chain; in nst_thread_create()
546 set->set_chain = tp; in nst_thread_create()
690 for (tp = set->set_chain; tp; tp = tp->tp_chain) in nst_destroy()
701 tp = set->set_chain; in nst_destroy()
702 set->set_chain = 0; in nst_destroy()
835 for (tpp = &set->set_chain; *tpp; tpp = &(*tpp)->tp_chain) { in nst_del_thread()
H A Dnsc_thread.h106 nsthread_t *set_chain; /* Chain of all threads in set */ member
/titanic_44/usr/src/cmd/mdb/common/modules/nsctl/
H A Dnsctl.c1575 set->set_chain, set->set_pending, set->set_res_cnt); in nstset()
1623 (uintptr_t)set->set_chain) == -1) { in nstset()
1649 addr + OFFSETOF(nstset_t, set_chain)) == -1) { in nst_thr_set()