Searched refs:_sx_xunlock_hard (Results 1 – 2 of 2) sorted by relevance
121 void _sx_xunlock_hard(struct sx *sx, uintptr_t x LOCK_FILE_LINE_ARG_DEF);179 _sx_xunlock_hard(sx, x); in __sx_xunlock()
410 _sx_xunlock_hard(sx, (uintptr_t)curthread, file, line); in _sx_xunlock()914 _sx_xunlock_hard(struct sx *sx, uintptr_t x LOCK_FILE_LINE_ARG_DEF) in _sx_xunlock_hard() function