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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Ddtrace_impl.h1039 uint_t dthps_maxprovs; /* provider array size */ member in struct:dtrace_helpers
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c13529 if (help->dthps_maxprovs == help->dthps_nprovs) {
13530 tmp_maxprovs = help->dthps_maxprovs;
13533 if (help->dthps_maxprovs == 0)
13534 help->dthps_maxprovs = 2;
13536 help->dthps_maxprovs *= 2;
13537 if (help->dthps_maxprovs > dtrace_helper_providers_max)
13538 help->dthps_maxprovs = dtrace_helper_providers_max;
13540 ASSERT(tmp_maxprovs < help->dthps_maxprovs);
13542 help->dthps_provs = kmem_zalloc(help->dthps_maxprovs *
14384 if (help->dthps_maxprovs >
[all...]

Completed in 49 milliseconds