Lines Matching refs:fasttrap_total
151 static uint32_t fasttrap_total; variable
342 if (fasttrap_total > fasttrap_max / 2) in fasttrap_pid_cleanup_cb()
1130 ASSERT(fasttrap_total >= probe->ftp_ntps); in fasttrap_pid_destroy()
1132 atomic_add_32(&fasttrap_total, -probe->ftp_ntps); in fasttrap_pid_destroy()
1608 atomic_inc_32(&fasttrap_total); in fasttrap_add_probe()
1610 if (fasttrap_total > fasttrap_max) { in fasttrap_add_probe()
1611 atomic_dec_32(&fasttrap_total); in fasttrap_add_probe()
1641 atomic_add_32(&fasttrap_total, pdata->ftps_noffs); in fasttrap_add_probe()
1643 if (fasttrap_total > fasttrap_max) { in fasttrap_add_probe()
1644 atomic_add_32(&fasttrap_total, -pdata->ftps_noffs); in fasttrap_add_probe()
1659 atomic_add_32(&fasttrap_total, -pdata->ftps_noffs); in fasttrap_add_probe()
1838 atomic_add_32(&fasttrap_total, ntps); in fasttrap_meta_create_probe()
1840 if (fasttrap_total > fasttrap_max) { in fasttrap_meta_create_probe()
1841 atomic_add_32(&fasttrap_total, -ntps); in fasttrap_meta_create_probe()
2154 fasttrap_total = 0; in fasttrap_attach()