Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/sys/
H A Ddtrace_impl.h108 dtrace_cacheid_t dtpr_predcache; /* predicate cache ID */ member
/xnu-10063.141.1/bsd/dev/dtrace/
H A Ddtrace.c7080 if (!onintr && probe->dtpr_predcache != DTRACE_CACHEIDNONE && in dtrace_probe()
7081 probe->dtpr_predcache == dtrace_get_thread_predcache(current_thread())) { in dtrace_probe()
7370 dtrace_cacheid_t cid = probe->dtpr_predcache; in dtrace_probe()
11104 probe->dtpr_predcache = ecb->dte_predicate->dtp_cacheid; in dtrace_ecb_enable()
11117 probe->dtpr_predcache = 0; in dtrace_ecb_enable()
11753 probe->dtpr_predcache = DTRACE_CACHEIDNONE; in dtrace_ecb_disable()
11764 ASSERT(probe->dtpr_predcache == DTRACE_CACHEIDNONE); in dtrace_ecb_disable()
11772 probe->dtpr_predcache = p->dtp_cacheid; in dtrace_ecb_disable()