Searched refs:sx_unlock (Results 1 – 7 of 7) sorted by relevance
85 #define rw_exit(lock) sx_unlock(lock)
215 sx_unlock(&proctree_lock); in reap_getpids()853 sx_unlock(&proctree_lock); in kern_procctl()
399 sx_unlock(chainlock); in lf_free_lock()
155 #define lmutex_unlock(lock) sx_unlock(&(lock)->mtx)
263 #define sx_unlock(sx) sx_unlock_((sx), LOCK_FILE, LOCK_LINE) macro
75 #define GPIO_UNLOCK(_sc) sx_unlock(&(_sc)->gpio_lock)
51 #define GPIO_UNLOCK(_sc) sx_unlock(&(_sc)->gpio_lock)