Searched defs:tpdp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_dir.c434 struct tdirent *tpdp; local
473 tpdp = tmpfs_hash_lookup(nm, dir, 0, &tnp);
474 if (tpdp == NULL) {
490 tmpfs_hash_out(tpdp);
493 * Take tpdp out of the directory list.
495 ASSERT(tpdp->td_next != tpdp);
496 ASSERT(tpdp->td_prev != tpdp);
497 if (tpdp
906 struct tdirent *tdp, *tpdp; local
[all...]
/illumos-gate/usr/src/uts/common/tnf/
H A Dtnf.c197 /* Give t0 a tpdp */
642 tnf_ops_t *tpdp; local
664 tpdp = (tnf_ops_t *)t->t_tnf_tpdp;
665 if (LOCK_HELD(&tpdp->busy)) {
669 tpdp->wcb.tnfw_w_pos.tnfw_w_block = NULL;
670 tpdp->wcb.tnfw_w_tag_pos.tnfw_w_block = NULL;
671 tpdp->schedule.record_p = NULL;
931 tnf_test_1(void *tpdp, tnf_probe_control_t *probe_p, tnf_probe_setup_t *sp) argument
933 tpdp = (void *)curthread->t_tnf_tpdp;
934 if (tpdp !
941 tnf_test_2(void *tpdp, tnf_probe_control_t *probe_p, tnf_probe_setup_t *sp) argument
[all...]

Completed in 46 milliseconds