Searched refs:MTX_QUIET (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/sys/kern/
H A Dkern_sema.c55 MTX_DEF | MTX_NOWITNESS | MTX_QUIET);
H A Dkern_alq.c185 mtx_init(&ald_mtx, "ALDmtx", NULL, MTX_DEF|MTX_QUIET);
460 mtx_init(&alq->aq_mtx, "ALD Queue", NULL, MTX_SPIN|MTX_QUIET);
H A Dkern_mutex.c1107 MPASS((opts & ~(MTX_SPIN | MTX_QUIET | MTX_RECURSE |
1119 if (opts & MTX_QUIET)
1140 * Remove lock `m' from all_mtx queue. We don't allow MTX_QUIET to be
1142 * called with MTX_QUIET set, then it will already be set in the mutex's
H A Dkern_clock.c764 thread_lock_flags(td, MTX_QUIET);
H A Dkern_timeout.c449 mtx_lock_spin_flags(&cc->cc_lock, MTX_QUIET);
553 mtx_unlock_spin_flags(&cc->cc_lock, MTX_QUIET);
H A Dkern_ktrace.c196 mtx_init(&ktrace_mtx, "ktrace", NULL, MTX_DEF | MTX_QUIET);
H A Dsubr_witness.c777 mtx_init(&w_mtx, "witness lock", NULL, MTX_SPIN | MTX_QUIET |
/freebsd-11-stable/sys/powerpc/pseries/
H A Dphyp_console.c217 mtx_init(&sc.sc_mtx, "uart_phyp", NULL, MTX_SPIN | MTX_QUIET |
243 MTX_SPIN | MTX_QUIET | MTX_NOWITNESS);
/freebsd-11-stable/sys/dev/nxge/
H A Dxge-osdep.h235 flags = MTX_QUIET; \
241 flags = MTX_QUIET; \
/freebsd-11-stable/sys/dev/vxge/
H A Dvxge-osdep.h251 flags = MTX_QUIET; \
258 flags = MTX_QUIET; \
/freebsd-11-stable/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.c311 MTX_DEF | MTX_NOWITNESS | MTX_QUIET);
/freebsd-11-stable/sys/sys/
H A Dmutex.h47 * Mutex types and options passed to mtx_init(). MTX_QUIET and MTX_DUPOK
61 #define MTX_QUIET LOP_QUIET /* Don't log a mutex event */ macro
356 * With these routines, it is possible to pass flags such as MTX_QUIET
/freebsd-11-stable/sys/opencrypto/
H A Dcrypto.c229 MTX_DEF|MTX_QUIET);
/freebsd-11-stable/sys/dev/sio/
H A Dsio.c468 MTX_SPIN | MTX_QUIET : MTX_SPIN);
/freebsd-11-stable/sys/pc98/cbus/
H A Dsio.c843 MTX_SPIN | MTX_QUIET : MTX_SPIN);
/freebsd-11-stable/sys/dev/syscons/
H A Dsyscons.c1784 MTX_QUIET) != 0 || panicstr;

Completed in 146 milliseconds