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

/xnu-2782.1.97/bsd/dev/dtrace/
H A Dprofile_prvd.c151 static uint32_t profile_total; /* current number of profile probes */ variable
240 atomic_add_32(&profile_total, 1);
241 if (profile_total > profile_max) {
242 atomic_add_32(&profile_total, -1);
408 ASSERT(profile_total >= 1);
409 atomic_add_32(&profile_total, -1);

Completed in 70 milliseconds