Home
last modified time | relevance | path

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

/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c188 static uint32_t fasttrap_max = FASTTRAP_MAX_DEFAULT; variable
242 SYSCTL_UINT(_kern_dtrace_fasttrap, OID_AUTO, max_probes, CTLFLAG_RWTUN, &fasttrap_max,
518 if (fasttrap_total > fasttrap_max / 2) in fasttrap_pid_cleanup_cb()
1914 if (fasttrap_total > fasttrap_max) { in fasttrap_add_probe()
1947 if (fasttrap_total > fasttrap_max) { in fasttrap_add_probe()
2144 if (fasttrap_total > fasttrap_max) { in fasttrap_meta_create_probe()
2409 fasttrap_max = ddi_getprop(DDI_DEV_T_ANY, devi, DDI_PROP_DONTPASS, in fasttrap_load()