Searched refs:dthps_maxprovs (Results 1 – 2 of 2) sorted by relevance
1045 uint_t dthps_maxprovs; /* provider array size */ member
16117 if (help->dthps_maxprovs == help->dthps_nprovs) {16118 tmp_maxprovs = help->dthps_maxprovs;16121 if (help->dthps_maxprovs == 0)16122 help->dthps_maxprovs = 2;16124 help->dthps_maxprovs *= 2;16126 help->dthps_maxprovs = dtrace_helper_providers_max;16128 ASSERT(tmp_maxprovs < help->dthps_maxprovs);16130 help->dthps_provs = kmem_zalloc(help->dthps_maxprovs *16548 if (help->dthps_maxprovs > 0) {16585 kmem_free(help->dthps_provs, help->dthps_maxprovs *[all …]