Searched refs:dthps_maxprovs (Results 1 – 2 of 2) sorted by relevance
1047 uint_t dthps_maxprovs; /* provider array size */ member
16108 if (help->dthps_maxprovs == help->dthps_nprovs) {16109 tmp_maxprovs = help->dthps_maxprovs;16112 if (help->dthps_maxprovs == 0)16113 help->dthps_maxprovs = 2;16115 help->dthps_maxprovs *= 2;16117 help->dthps_maxprovs = dtrace_helper_providers_max;16119 ASSERT(tmp_maxprovs < help->dthps_maxprovs);16121 help->dthps_provs = kmem_zalloc(help->dthps_maxprovs *16539 if (help->dthps_maxprovs > 0) {16576 kmem_free(help->dthps_provs, help->dthps_maxprovs *[all …]