Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_lockstat.c75 volatile bool __read_frequently lockstat_enabled; variable
83 if (!lockstat_enabled) in lockstat_nsecs()
H A Dkern_mutex.c897 doing_lockprof = lockstat_enabled; in thread_lock_flags_()
/f-stack/freebsd/sys/
H A Dlockstat.h80 extern volatile bool lockstat_enabled;
119 #define LOCKSTAT_PROFILE_ENABLED(probe) __predict_false(lockstat_enabled)