Home
last modified time | relevance | path

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

/f-stack/lib/include/sys/
H A Dmutex.h34 #undef __mtx_unlock_spin
62 #define __mtx_unlock_spin(mp) DO_NOTHING macro
/f-stack/freebsd/sys/
H A Dmutex.h327 #define __mtx_unlock_spin(mp) do { \ macro
337 #define __mtx_unlock_spin(mp) do { \ macro
434 __mtx_unlock_spin((m))
/f-stack/freebsd/kern/
H A Dkern_mutex.c403 __mtx_unlock_spin(m); in __mtx_unlock_spin_flags()