Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsx.h118 void _sx_sunlock(struct sx *sx, const char *file, int line);
210 _sx_sunlock((sx), (file), (line))
/freebsd/sys/kern/
H A Dkern_sx.c1389 _sx_sunlock(struct sx *sx, const char *file, int line) in _sx_sunlock() function