Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dmutex.h330 #define __mtx_unlock_spin(mp) __extension__ ({ \ macro
340 #define __mtx_unlock_spin(mp) __extension__ ({ \ macro
437 __mtx_unlock_spin((m))
/freebsd/sys/kern/
H A Dkern_mutex.c405 __mtx_unlock_spin(m); in __mtx_unlock_spin_flags()