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

/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dfasttrap.c154 * fasttrap.conf file. Each time a probe is created, fasttrap_total is
156 * probe; fasttrap_total is capped at fasttrap_max.
162 static uint32_t fasttrap_total; variable
398 if (fasttrap_total > fasttrap_max / 2)
1244 ASSERT(fasttrap_total >= probe->ftp_ntps);
1246 atomic_add_32(&fasttrap_total, -probe->ftp_ntps);
1803 atomic_add_32(&fasttrap_total, 1);
1805 if (fasttrap_total > fasttrap_max) {
1806 atomic_add_32(&fasttrap_total, -1);
1848 atomic_add_32(&fasttrap_total, pdat
[all...]

Completed in 21 milliseconds