Searched refs:dtrh_epid (Results 1 – 3 of 3) sorted by relevance
1098 dtrace_epid_t dtrh_epid; /* enabled probe id */ member
2783 if (dtrh->dtrh_epid == DTRACE_EPIDNONE) { in dtrace_speculation_commit()2787 ASSERT3U(dtrh->dtrh_epid, <=, state->dts_necbs); in dtrace_speculation_commit()2788 size = state->dts_ecbs[dtrh->dtrh_epid - 1]->dte_size; in dtrace_speculation_commit()7302 dtrh.dtrh_epid = ecb->dte_epid;7483 dtrh->dtrh_epid = ecb->dte_epid;
3193 if (dtrh->dtrh_epid == DTRACE_EPIDNONE) {