Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/sys/
H A Ddtrace_impl.h108 dtrace_cacheid_t dtpr_predcache; /* predicate cache ID */ member
/xnu-12377.81.4/bsd/dev/dtrace/
H A Ddtrace.c7081 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()