Home
last modified time | relevance | path

Searched refs:mtx_unlock_flags (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dmutex.h390 #define mtx_unlock(m) mtx_unlock_flags((m), 0)
453 #define mtx_unlock_flags(m, opts) \ macro
/freebsd/share/man/man9/
H A DMakefile1605 mutex.9 mtx_unlock_flags.9 \
/freebsd/sys/powerpc/aim/
H A Dmmu_oea64.c173 mtx_unlock_flags(PV_LOCKPTR(pa), MTX_DUPOK); in moea64_sp_pv_unlock()