Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dmutex.h389 #define mtx_trylock_spin(m) mtx_trylock_spin_flags((m), 0)
461 #define mtx_trylock_spin_flags(m, opts) \ macro
/freebsd/sys/kern/
H A Dsched_ule.c319 #define TDQ_TRYLOCK_FLAGS(t, f) mtx_trylock_spin_flags(TDQ_LOCKPTR((t)), (f))
/freebsd/share/man/man9/
H A DMakefile1603 mutex.9 mtx_trylock_spin_flags.9 \
/freebsd/sys/dev/syscons/
H A Dsyscons.c1838 sp->mtx_locked = mtx_trylock_spin_flags( in sccnscrlock()