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

/illumos-gate/usr/src/uts/common/dtrace/
H A Dfasttrap.c164 static uint64_t fasttrap_pid_count; /* pid ref count */ variable
849 if (fasttrap_pid_count == 0) {
857 fasttrap_pid_count++;
867 ASSERT(fasttrap_pid_count > 0);
868 fasttrap_pid_count--;
869 if (fasttrap_pid_count == 0) {
2309 ASSERT(fasttrap_pid_count == 0);

Completed in 62 milliseconds