Home
last modified time | relevance | path

Searched refs:_sx_xunlock_hard (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dsx.h123 void _sx_xunlock_hard(struct sx *sx, uintptr_t x LOCK_FILE_LINE_ARG_DEF);
181 _sx_xunlock_hard(sx, x); in __sx_xunlock()
/f-stack/freebsd/kern/
H A Dkern_sx.c413 _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