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

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c136 size_t dtrace_retain_max = 1024; variable
10537 * We only allow each state to retain dtrace_retain_max enablings.
10539 if (state->dts_nretained >= dtrace_retain_max)
14870 if (dtrace_retain_max < 1) {
14871 cmn_err(CE_WARN, "illegal value (%lu) for dtrace_retain_max; "
14872 "setting to 1", dtrace_retain_max);
14873 dtrace_retain_max = 1;

Completed in 47 milliseconds