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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Ddtrace_impl.h99 dtrace_cacheid_t dtpr_predcache; /* predicate cache ID */ member in struct:dtrace_probe
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c5307 if (!onintr && probe->dtpr_predcache != DTRACE_CACHEIDNONE &&
5308 probe->dtpr_predcache == curthread->t_predcache) {
5310 if (!onintr && probe->dtpr_predcache != DTRACE_CACHEIDNONE &&
5311 probe->dtpr_predcache == dtrace_get_thread_predcache(current_thread())) {
5569 dtrace_cacheid_t cid = probe->dtpr_predcache;
9062 probe->dtpr_predcache = ecb->dte_predicate->dtp_cacheid;
9075 probe->dtpr_predcache = 0;
9700 probe->dtpr_predcache = DTRACE_CACHEIDNONE;
9711 ASSERT(probe->dtpr_predcache == DTRACE_CACHEIDNONE);
9719 probe->dtpr_predcache
[all...]

Completed in 90 milliseconds