Searched refs:t_tnf_tpdp (Results 1 – 6 of 6) sorted by relevance
164 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()
198 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()
110 if ((ops = (tnf_ops_t *)curthread->t_tnf_tpdp) != NULL) { in tnf_trace_init()
154 caddr_t t_tnf_tpdp; /* Trace facility data pointer */ member
607 if (t->t_tnf_tpdp) in thread_exit()751 if (t->t_tnf_tpdp) in thread_free()
990 if (t->t_tnf_tpdp) in lwp_exit()