Searched refs:fasttrap_total (Results 1 – 1 of 1) sorted by relevance
151 static uint32_t fasttrap_total; variable342 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()[all …]