Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/dtrace/
H A Dfasttrap.c151 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()
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()
1643 if (fasttrap_total > fasttrap_max) { 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()
[all …]