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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Ddtrace_impl.h1135 int dts_nspeculations; /* number of speculations */ member in struct:dtrace_state
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c2043 while (i < state->dts_nspeculations) {
2093 if (which > state->dts_nspeculations) {
2229 if (which > state->dts_nspeculations) {
2292 for (i = 0; i < state->dts_nspeculations; i++) {
2330 for (i = 0; i < state->dts_nspeculations; i++) {
2354 for (i = 0; i < state->dts_nspeculations; i++) {
2391 if (which > state->dts_nspeculations) {
12400 for (i = 0; i < state->dts_nspeculations; i++) {
12488 state->dts_nspeculations = (int)nspec;
12681 if ((nspec = state->dts_nspeculations)
[all...]

Completed in 32 milliseconds