Searched refs:profile_total (Results 1 – 1 of 1) sorted by relevance
134 static uint32_t profile_total; /* current number of profile probes */ variable174 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()