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

/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c181 * Each time a probe is created, fasttrap_total is incremented by the number
182 * of tracepoints that may be associated with that probe; fasttrap_total is capped
187 static uint32_t fasttrap_total; variable
529 if (fasttrap_total > fasttrap_max / 2)
1440 ASSERT(fasttrap_total >= probe->ftp_ntps);
1442 atomic_add_32(&fasttrap_total, -probe->ftp_ntps);
1949 atomic_inc_32(&fasttrap_total);
1951 if (fasttrap_total > fasttrap_max) {
1952 atomic_dec_32(&fasttrap_total);
1982 atomic_add_32(&fasttrap_total, pdat
[all...]

Completed in 156 milliseconds