Home
last modified time | relevance | path

Searched refs:dtpr_predcache (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Ddtrace_impl.h102 dtrace_cacheid_t dtpr_predcache; /* predicate cache ID */ member
/titanic_50/usr/src/uts/common/dtrace/
H A Ddtrace.c6726 if (!onintr && probe->dtpr_predcache != DTRACE_CACHEIDNONE && in dtrace_probe()
6727 probe->dtpr_predcache == curthread->t_predcache) { in dtrace_probe()
6890 dtrace_cacheid_t cid = probe->dtpr_predcache; in dtrace_probe()
10410 probe->dtpr_predcache = ecb->dte_predicate->dtp_cacheid; in dtrace_ecb_enable()
10423 probe->dtpr_predcache = 0; in dtrace_ecb_enable()
11054 probe->dtpr_predcache = DTRACE_CACHEIDNONE; in dtrace_ecb_disable()
11065 ASSERT(probe->dtpr_predcache == DTRACE_CACHEIDNONE); in dtrace_ecb_disable()
11073 probe->dtpr_predcache = p->dtp_cacheid; in dtrace_ecb_disable()