Searched refs:tpdp (Results 1 – 2 of 2) sorted by relevance
434 struct tdirent *tpdp; in tdirdelete() local473 tpdp = tmpfs_hash_lookup(nm, dir, 0, &tnp); in tdirdelete()474 if (tpdp == NULL) { in tdirdelete()490 tmpfs_hash_out(tpdp); in tdirdelete()495 ASSERT(tpdp->td_next != tpdp); in tdirdelete()496 ASSERT(tpdp->td_prev != tpdp); in tdirdelete()497 if (tpdp->td_prev) { in tdirdelete()498 tpdp->td_prev->td_next = tpdp->td_next; in tdirdelete()500 if (tpdp->td_next) { in tdirdelete()501 tpdp->td_next->td_prev = tpdp->td_prev; in tdirdelete()[all …]
642 tnf_ops_t *tpdp; in tnf_deallocbuf() local664 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() argument933 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()[all …]