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

/opensolaris-onvv-gate/usr/src/uts/common/dtrace/
H A Dfasttrap.c140 * When the fasttrap provider is loaded, fasttrap_max is set to either
144 * probe; fasttrap_total is capped at fasttrap_max.
147 static uint32_t fasttrap_max; variable
339 if (fasttrap_total > fasttrap_max / 2)
1589 if (fasttrap_total > fasttrap_max) {
1622 if (fasttrap_total > fasttrap_max) {
1820 if (fasttrap_total > fasttrap_max) {
2138 fasttrap_max = ddi_getprop(DDI_DEV_T_ANY, devi, DDI_PROP_DONTPASS,

Completed in 35 milliseconds