Lines Matching refs:tpdp
642 tnf_ops_t *tpdp; in tnf_deallocbuf() local
664 tpdp = (tnf_ops_t *)t->t_tnf_tpdp; in tnf_deallocbuf()
665 if (LOCK_HELD(&tpdp->busy)) { in tnf_deallocbuf()
669 tpdp->wcb.tnfw_w_pos.tnfw_w_block = NULL; in tnf_deallocbuf()
670 tpdp->wcb.tnfw_w_tag_pos.tnfw_w_block = NULL; in tnf_deallocbuf()
671 tpdp->schedule.record_p = NULL; in tnf_deallocbuf()
931 tnf_test_1(void *tpdp, tnf_probe_control_t *probe_p, tnf_probe_setup_t *sp) in tnf_test_1() argument
933 tpdp = (void *)curthread->t_tnf_tpdp; in tnf_test_1()
934 if (tpdp != NULL) in tnf_test_1()
935 return (tnf_trace_alloc((tnf_ops_t *)tpdp, probe_p, sp)); in tnf_test_1()
941 tnf_test_2(void *tpdp, tnf_probe_control_t *probe_p, tnf_probe_setup_t *sp) in tnf_test_2() argument
943 tpdp = (void *)curthread->t_tnf_tpdp; in tnf_test_2()
944 if (tpdp != NULL && PROC_IS_FILTER(curproc)) in tnf_test_2()
945 return (tnf_trace_alloc((tnf_ops_t *)tpdp, probe_p, sp)); in tnf_test_2()