Searched refs:mtx_lock_flags (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dspinlock.h107 mtx_lock_flags(&(_l)->m, MTX_DUPOK); \
/freebsd-11-stable/sys/sys/
H A Dmutex.h354 * mtx_lock_spin_flags(m, opts) and mtx_lock_flags(m, opts) locks mutex `m'
378 #define mtx_lock(m) mtx_lock_flags((m), 0)
443 #define mtx_lock_flags(m, opts) \ macro
H A Dvnode.h435 #define VI_LOCK_FLAGS(vp, flags) mtx_lock_flags(&(vp)->v_interlock, (flags))
/freebsd-11-stable/sys/dev/nxge/
H A Dxge-osdep.h236 if(mtx_owned(lockp) == 0) mtx_lock_flags(lockp, flags); \
/freebsd-11-stable/sys/dev/vxge/
H A Dvxge-osdep.h253 mtx_lock_flags(lockp, flags); \
/freebsd-11-stable/sys/kern/
H A Dsysv_sem.c579 mtx_lock_flags(&sema_mtx[i], LOP_DUPOK);
/freebsd-11-stable/sys/vm/
H A Duma_core.c2017 mtx_lock_flags(b->uz_lockptr, MTX_DUPOK);
2020 mtx_lock_flags(a->uz_lockptr, MTX_DUPOK);
/freebsd-11-stable/share/man/man9/
H A DMakefile1221 mutex.9 mtx_lock_flags.9 \

Completed in 124 milliseconds