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.c174 static uint32_t profile_total; /* current number of profile probes */ variable
297 atomic_add_32(&profile_total, 1); in profile_create()
298 if (profile_total > profile_max) { in profile_create()
299 atomic_add_32(&profile_total, -1); in profile_create()
462 ASSERT(profile_total >= 1); in profile_destroy()
463 atomic_add_32(&profile_total, -1); in profile_destroy()