Home
last modified time | relevance | path

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

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