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

/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dfasttrap.c152 * When the fasttrap provider is loaded, fasttrap_max is set to either
156 * probe; fasttrap_total is capped at fasttrap_max.
161 static uint32_t fasttrap_max; variable
398 if (fasttrap_total > fasttrap_max / 2)
1805 if (fasttrap_total > fasttrap_max) {
1850 if (fasttrap_total > fasttrap_max) {
2111 if (fasttrap_total > fasttrap_max) {
2444 fasttrap_max = ddi_getprop(DDI_DEV_T_ANY, devi, DDI_PROP_DONTPASS,
2451 fasttrap_max = (sane_size >> 28) * 100000;
2452 if (fasttrap_max
[all...]

Completed in 77 milliseconds