Home
last modified time | relevance | path

Searched refs:nsthread_t (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/uts/common/avs/ns/solaris/
H A Dnsc_thread.c50 static nsthread_t *nst_pending;
140 nst_thread_init(nsthread_t *tp) in nst_thread_init()
158 static nsthread_t *
161 nsthread_t *tp = NULL; in nst_thread_alloc()
172 tp = (nsthread_t *)set->set_free.q_forw; in nst_thread_alloc()
173 if (tp != (nsthread_t *)&set->set_free) in nst_thread_alloc()
219 nst_thread_free(nsthread_t *tp) in nst_thread_free()
250 nsthread_t *tp; in nst_thread_run()
259 if (tp == (nsthread_t *)arg) { in nst_thread_run()
325 DTRACE_PROBE1(nst_thread_run_sleep, nsthread_t *, tp); in nst_thread_run()
[all …]
H A Dnsc_thread.h83 } nsthread_t; typedef
106 nsthread_t *set_chain; /* Chain of all threads in set */
142 nsthread_t *nst_create(nstset_t *, void (*)(), blind_t, int);
/titanic_44/usr/src/cmd/mdb/common/modules/nsctl/
H A Dnsctl.c600 thread + OFFSETOF(nsthread_t, tp_chain)) == -1) { in nsthread_wstep()
631 wsp->walk_addr + OFFSETOF(nsthread_t, tp_link.q_forw)) == -1) { in nst_free_winit()
658 thread + OFFSETOF(nsthread_t, tp_link.q_forw)) == -1) { in nst_free_wstep()
1704 nsthread_t *tp; in nsthread()
/titanic_44/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_io.c1717 nsthread_t *t; in cd_writer()
1810 nsthread_t *t; in _sd_flush_thread()
/titanic_44/usr/src/uts/common/avs/ns/rdc/
H A Drdc_io.c615 nsthread_t *trc; in add_to_group()
746 nsthread_t *trc; in change_group()
3066 nsthread_t *trc = NULL; in _rdc_sync()
H A Drdc_dev.c2190 nsthread_t *tp; in _rdc_write()
H A Drdc_clnt.c1505 nsthread_t *t; in rdc_writer()
/titanic_44/usr/src/uts/common/avs/ns/sv/
H A Dsv.c2360 nsthread_t *tp; in sv_lyr_strategy()