Searched defs:spin_unlock (Results 1 – 2 of 2) sorted by relevance
27 #define spin_unlock(lock) mtx_unlock(lock) macro
46 #define spin_unlock(_l) mtx_unlock(&(_l)->m) macro