Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace_impl.h102 dtrace_cacheid_t dtpr_predcache; /* predicate cache ID */ member
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c6962 if (!onintr && probe->dtpr_predcache != DTRACE_CACHEIDNONE && in dtrace_probe()
6963 probe->dtpr_predcache == curthread->t_predcache) { in dtrace_probe()
7125 dtrace_cacheid_t cid = probe->dtpr_predcache; in dtrace_probe()
10658 probe->dtpr_predcache = ecb->dte_predicate->dtp_cacheid; in dtrace_ecb_enable()
10672 probe->dtpr_predcache = DTRACE_CACHEIDNONE; in dtrace_ecb_enable()
11309 probe->dtpr_predcache = DTRACE_CACHEIDNONE; in dtrace_ecb_disable()
11319 ASSERT(probe->dtpr_predcache == DTRACE_CACHEIDNONE); in dtrace_ecb_disable()
11327 probe->dtpr_predcache = p->dtp_cacheid; in dtrace_ecb_disable()