Searched refs:_sx_xunlock_hard (Results 1 – 2 of 2) sorted by relevance
123 void _sx_xunlock_hard(struct sx *sx, uintptr_t x LOCK_FILE_LINE_ARG_DEF);181 _sx_xunlock_hard(sx, x); in __sx_xunlock()
413 _sx_xunlock_hard(sx, (uintptr_t)curthread, file, line); in _sx_xunlock()913 _sx_xunlock_hard(struct sx *sx, uintptr_t x LOCK_FILE_LINE_ARG_DEF) in _sx_xunlock_hard() function