Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/sys/
HDmutex.h379 #define mtx_lock_spin(m) mtx_lock_spin_flags((m), 0)
447 #define mtx_lock_spin_flags(m, opts) \ macro
/freebsd-11-stable/sys/kern/
HDkern_timeout.c449 mtx_lock_spin_flags(&cc->cc_lock, MTX_QUIET); in callout_process()
HDsched_ule.c299 #define TDQ_LOCK_FLAGS(t, f) mtx_lock_spin_flags(TDQ_LOCKPTR((t)), (f))
/freebsd-11-stable/share/man/man9/
HDMakefile1223 mutex.9 mtx_lock_spin_flags.9 \