Searched refs:dtpr_predcache (Results 1 – 2 of 2) sorted by relevance
108 dtrace_cacheid_t dtpr_predcache; /* predicate cache ID */ member
7081 if (!onintr && probe->dtpr_predcache != DTRACE_CACHEIDNONE && in dtrace_probe()7082 probe->dtpr_predcache == dtrace_get_thread_predcache(current_thread())) { in dtrace_probe()7371 dtrace_cacheid_t cid = probe->dtpr_predcache; in dtrace_probe()11105 probe->dtpr_predcache = ecb->dte_predicate->dtp_cacheid; in dtrace_ecb_enable()11118 probe->dtpr_predcache = 0; in dtrace_ecb_enable()11754 probe->dtpr_predcache = DTRACE_CACHEIDNONE; in dtrace_ecb_disable()11765 ASSERT(probe->dtpr_predcache == DTRACE_CACHEIDNONE); in dtrace_ecb_disable()11773 probe->dtpr_predcache = p->dtp_cacheid; in dtrace_ecb_disable()