Searched defs:mtx_unlock_spin (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/sys/ | ||
H A D | mutex.h | 391 #define mtx_unlock_spin(m) mtx_unlock_spin_flags((m), 0) macro |
/freebsd/stand/kshim/ | ||
H A D | bsd_kernel.h | 307 #define mtx_unlock_spin(x) mtx_unlock(x) macro |