Home
last modified time | relevance | path

Searched refs:mtx_lock_spin_flags (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/sys/
H A Dmutex.h387 #define mtx_lock_spin(m) mtx_lock_spin_flags((m), 0)
455 #define mtx_lock_spin_flags(m, opts) \ macro
/freebsd/sys/kern/
H A Dkern_timeout.c442 mtx_lock_spin_flags(&cc->cc_lock, MTX_QUIET); in callout_process()
H A Dsched_ule.c317 #define TDQ_LOCK_FLAGS(t, f) mtx_lock_spin_flags(TDQ_LOCKPTR((t)), (f))
/freebsd/share/man/man9/
H A DMakefile1595 mutex.9 mtx_lock_spin_flags.9 \