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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Dprofile.c131 static uint32_t profile_total; /* current number of profile probes */ variable
171 atomic_add_32(&profile_total, 1);
172 if (profile_total > profile_max) {
173 atomic_add_32(&profile_total, -1);
327 ASSERT(profile_total >= 1);
328 atomic_add_32(&profile_total, -1);

Completed in 54 milliseconds