Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/sys/
Dsx.h108 void _sx_xunlock_hard(struct sx *sx, uintptr_t tid, const char *file, int
169 _sx_xunlock_hard(sx, tid, file, line); in __sx_xunlock()
/freebsd-10-stable/sys/kern/
Dkern_sx.c785 _sx_xunlock_hard(struct sx *sx, uintptr_t tid, const char *file, int line) in _sx_xunlock_hard() function