Searched refs:profile_total (Results 1 – 1 of 1) sorted by relevance
174 static uint32_t profile_total; /* current number of profile probes */ variable297 atomic_add_32(&profile_total, 1); in profile_create()298 if (profile_total > profile_max) { in profile_create()299 atomic_add_32(&profile_total, -1); in profile_create()462 ASSERT(profile_total >= 1); in profile_destroy()463 atomic_add_32(&profile_total, -1); in profile_destroy()