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

/freebsd-10.1-release/sys/sys/
H A Dmutex.h247 #define __mtx_unlock_spin(mp) do { \ macro
258 #define __mtx_unlock_spin(mp) do { \ macro
351 __mtx_unlock_spin((m))
/freebsd-10.1-release/sys/kern/
H A Dkern_mutex.c309 __mtx_unlock_spin(m);
680 __mtx_unlock_spin(m); /* does spinlock_exit() */
774 * See the __mtx_unlock_spin() macro for the details.

Completed in 58 milliseconds