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

/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace_impl.h1088 uint_t dthps_maxprovs; /* provider array size */ member in struct:dtrace_helpers
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c15127 if (help->dthps_maxprovs == help->dthps_nprovs) {
15128 tmp_maxprovs = help->dthps_maxprovs;
15131 if (help->dthps_maxprovs == 0)
15132 help->dthps_maxprovs = 2;
15134 help->dthps_maxprovs *= 2;
15135 if (help->dthps_maxprovs > dtrace_helper_providers_max)
15136 help->dthps_maxprovs = dtrace_helper_providers_max;
15138 ASSERT(tmp_maxprovs < help->dthps_maxprovs);
15140 help->dthps_provs = kmem_zalloc(help->dthps_maxprovs *
16001 if (help->dthps_maxprovs >
[all...]

Completed in 38 milliseconds