Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Ddtrace_impl.h102 dtrace_cacheid_t dtpr_predcache; /* predicate cache ID */ member
/titanic_44/usr/src/uts/common/dtrace/
H A Ddtrace.c6667 if (!onintr && probe->dtpr_predcache != DTRACE_CACHEIDNONE && in dtrace_probe()
6668 probe->dtpr_predcache == curthread->t_predcache) { in dtrace_probe()
6831 dtrace_cacheid_t cid = probe->dtpr_predcache; in dtrace_probe()
10293 probe->dtpr_predcache = ecb->dte_predicate->dtp_cacheid; in dtrace_ecb_enable()
10306 probe->dtpr_predcache = 0; in dtrace_ecb_enable()
10937 probe->dtpr_predcache = DTRACE_CACHEIDNONE; in dtrace_ecb_disable()
10948 ASSERT(probe->dtpr_predcache == DTRACE_CACHEIDNONE); in dtrace_ecb_disable()
10956 probe->dtpr_predcache = p->dtp_cacheid; in dtrace_ecb_disable()