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

/freebsd-11.0-release/sys/sys/
H A Dlock.h104 #define LOP_QUIET 0x00000002 /* Don't log locking operations. */ macro
158 (((flags) & LOP_QUIET) == 0 && ((lo)->lo_flags & LO_QUIET) == 0)
H A Dmutex.h61 #define MTX_QUIET LOP_QUIET /* Don't log a mutex event */

Completed in 33 milliseconds