Home
last modified time | relevance | path

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

/freebsd/sys/cddl/dev/profile/
H A Dprofile.c175 static uint32_t profile_total; /* current number of profile probes */ variable
298 atomic_add_32(&profile_total, 1); in profile_create()
299 if (profile_total > profile_max) { in profile_create()
300 atomic_add_32(&profile_total, -1); in profile_create()
464 ASSERT(profile_total >= 1); in profile_destroy()
465 atomic_add_32(&profile_total, -1); in profile_destroy()