Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/tnf/
H A Dtnf_res.c164 t->t_tnf_tpdp = kmem_zalloc(sizeof (tnf_ops_t), KM_NOSLEEP); in tnf_thread_create()
186 ops = (tnf_ops_t *)curthread->t_tnf_tpdp; in tnf_thread_exit()
220 ops = (tnf_ops_t *)t->t_tnf_tpdp; in tnf_thread_free()
221 t->t_tnf_tpdp = NULL; in tnf_thread_free()
296 ztpdp = t->t_tnf_tpdp; in tnf_thread_switch()
297 t->t_tnf_tpdp = CPU->cpu_idle_thread->t_tnf_tpdp; in tnf_thread_switch()
353 t->t_tnf_tpdp = ztpdp; in tnf_thread_switch()
H A Dtnf.c198 if (!t0.t_tnf_tpdp) in _init()
199 t0.t_tnf_tpdp = kmem_zalloc(sizeof (tnf_ops_t), KM_SLEEP); in _init()
662 if (t->t_tnf_tpdp != NULL) { in tnf_deallocbuf()
664 tpdp = (tnf_ops_t *)t->t_tnf_tpdp; in tnf_deallocbuf()
933 tpdp = (void *)curthread->t_tnf_tpdp; in tnf_test_1()
943 tpdp = (void *)curthread->t_tnf_tpdp; in tnf_test_2()
H A Dtrace_init.c110 if ((ops = (tnf_ops_t *)curthread->t_tnf_tpdp) != NULL) { in tnf_trace_init()
/titanic_41/usr/src/uts/common/sys/
H A Dthread.h154 caddr_t t_tnf_tpdp; /* Trace facility data pointer */ member
/titanic_41/usr/src/uts/common/disp/
H A Dthread.c607 if (t->t_tnf_tpdp) in thread_exit()
751 if (t->t_tnf_tpdp) in thread_free()
/titanic_41/usr/src/uts/common/os/
H A Dlwp.c990 if (t->t_tnf_tpdp) in lwp_exit()