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

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dev/profile/
H A Dprofile.c162 static uint32_t profile_total; /* current number of profile probes */ variable
232 atomic_add_32(&profile_total, 1);
233 if (profile_total > profile_max) {
234 atomic_add_32(&profile_total, -1);
389 ASSERT(profile_total >= 1);
390 atomic_add_32(&profile_total, -1);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/dtrace/
H A Dprofile.c132 static uint32_t profile_total; /* current number of profile probes */ variable
172 atomic_add_32(&profile_total, 1);
173 if (profile_total > profile_max) {
174 atomic_add_32(&profile_total, -1);
328 ASSERT(profile_total >= 1);
329 atomic_add_32(&profile_total, -1);

Completed in 82 milliseconds