Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsx.h175 __sx_xunlock(struct sx *sx, struct thread *td, const char *file, int line) in __sx_xunlock() function
204 __sx_xunlock((sx), curthread, (file), (line))
/f-stack/freebsd/kern/
H A Dkern_sx.c415 __sx_xunlock(sx, curthread, file, line); in _sx_xunlock()