Searched defs:fasttrap_max (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/dtrace/
H A Dfasttrap.c143 * When the fasttrap provider is loaded, fasttrap_max is set to either
147 * probe; fasttrap_total is capped at fasttrap_max.
150 static uint32_t fasttrap_max; variable
342 if (fasttrap_total > fasttrap_max / 2)
1610 if (fasttrap_total > fasttrap_max) {
1643 if (fasttrap_total > fasttrap_max) {
1840 if (fasttrap_total > fasttrap_max) {
2152 fasttrap_max = ddi_getprop(DDI_DEV_T_ANY, devi, DDI_PROP_DONTPASS,

Completed in 65 milliseconds