Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsx.h173 __sx_xunlock(struct sx *sx, struct thread *td, const char *file, int line) in __sx_xunlock() function
202 __sx_xunlock((sx), curthread, (file), (line))
/freebsd/sys/kern/
H A Dkern_sx.c412 __sx_xunlock(sx, curthread, file, line); in _sx_xunlock()