Home
last modified time | relevance | path

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

/f-stack/lib/include/sys/
H A Dsx.h43 #define _sx_slock_int(sx, arg) (0) macro
/f-stack/freebsd/sys/
H A Dsx.h116 int _sx_slock_int(struct sx *sx, int opts LOCK_FILE_LINE_ARG_DEF);
219 (void)_sx_slock_int((sx), 0)
221 _sx_slock_int((sx), SX_INTERRUPTIBLE)
/f-stack/freebsd/kern/
H A Dkern_sx.c1254 _sx_slock_int(struct sx *sx, int opts LOCK_FILE_LINE_ARG_DEF) in _sx_slock_int() function
1289 return (_sx_slock_int(sx, opts LOCK_FILE_LINE_ARG)); in _sx_slock()