Home
last modified time | relevance | path

Searched refs:_sx_sunlock_int (Results 1 – 3 of 3) sorted by relevance

/f-stack/lib/include/sys/
H A Dsx.h44 #define _sx_sunlock_int(sx) do {} while(0) macro
/f-stack/freebsd/sys/
H A Dsx.h119 void _sx_sunlock_int(struct sx *sx LOCK_FILE_LINE_ARG_DEF);
223 _sx_sunlock_int((sx))
/f-stack/freebsd/kern/
H A Dkern_sx.c1365 _sx_sunlock_int(struct sx *sx LOCK_FILE_LINE_ARG_DEF) in _sx_sunlock_int() function
1391 _sx_sunlock_int(sx LOCK_FILE_LINE_ARG); in _sx_sunlock()