Home
last modified time | relevance | path

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

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