Home
last modified time | relevance | path

Searched defs:sx_xunlock (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dsx.h236 #define sx_xunlock(sx) sx_xunlock_((sx), LOCK_FILE, LOCK_LINE) macro
306 #define sx_xunlock(s) (1) macro
/freebsd/stand/kshim/
H A Dbsd_kernel.c329 sx_xunlock(struct sx *sx) in sx_xunlock() function