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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Dfasttrap.c142 * fasttrap.conf file. Each time a probe is created, fasttrap_total is
144 * probe; fasttrap_total is capped at fasttrap_max.
148 static uint32_t fasttrap_total; variable
339 if (fasttrap_total > fasttrap_max / 2)
1109 ASSERT(fasttrap_total >= probe->ftp_ntps);
1111 atomic_add_32(&fasttrap_total, -probe->ftp_ntps);
1587 atomic_add_32(&fasttrap_total, 1);
1589 if (fasttrap_total > fasttrap_max) {
1590 atomic_add_32(&fasttrap_total, -1);
1620 atomic_add_32(&fasttrap_total, pdat
[all...]

Completed in 52 milliseconds