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

/xnu-2422.115.4/bsd/dev/dtrace/
H A Dprofile_prvd.c167 static uint32_t profile_total; /* current number of profile probes */ variable
266 atomic_add_32(&profile_total, 1);
267 if (profile_total > profile_max) {
268 atomic_add_32(&profile_total, -1);
488 ASSERT(profile_total >= 1);
489 atomic_add_32(&profile_total, -1);

Completed in 15 milliseconds