Home
last modified time | relevance | path

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

/xnu-11215/bsd/dev/dtrace/
H A Dfasttrap.c171 static uint32_t fasttrap_max; variable
384 if (fasttrap_total > fasttrap_max / 2) in fasttrap_pid_cleanup_providers()
491 if (fasttrap_total > (fasttrap_max / 100 * 90) || fasttrap_retired > fasttrap_max / 2) { in fasttrap_pid_cleanup_compute_priority()
1943 if (fasttrap_total > fasttrap_max) { in fasttrap_add_probe()
1985 if (fasttrap_total > fasttrap_max) { in fasttrap_add_probe()
2240 if (fasttrap_total > fasttrap_max) { in fasttrap_meta_create_probe()
2614 fasttrap_max = (sane_size >> 28) * 100000; in fasttrap_attach()
2616 if (fasttrap_max == 0) in fasttrap_attach()
2617 fasttrap_max = 50000; in fasttrap_attach()