Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/dtrace/
H A Dprofile.c134 static uint32_t profile_total; /* current number of profile probes */ variable
174 atomic_inc_32(&profile_total); in profile_create()
175 if (profile_total > profile_max) { in profile_create()
176 atomic_dec_32(&profile_total); in profile_create()
330 ASSERT(profile_total >= 1); in profile_destroy()
331 atomic_dec_32(&profile_total); in profile_destroy()