Searched refs:mtx_unlock_flags (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dmutex.h382 #define mtx_unlock(m) mtx_unlock_flags((m), 0)
445 #define mtx_unlock_flags(m, opts) \ macro
/freebsd-11-stable/sys/dev/nxge/
H A Dxge-osdep.h242 mtx_unlock_flags(lockp, flags); \
/freebsd-11-stable/sys/dev/vxge/
H A Dvxge-osdep.h259 mtx_unlock_flags(lockp, flags); \
/freebsd-11-stable/share/man/man9/
H A DMakefile1233 mutex.9 mtx_unlock_flags.9 \

Completed in 90 milliseconds