Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsx.h118 int _sx_xlock(struct sx *sx, int opts, const char *file, int line);
193 (void)_sx_xlock((sx), 0, (file), (line))
195 _sx_xlock((sx), SX_INTERRUPTIBLE, (file), (line))
/f-stack/lib/
H A Dff_lock.c326 _sx_xlock(struct sx *sx, int opts, in _sx_xlock() function
/f-stack/freebsd/kern/
H A Dkern_sx.c316 _sx_xlock(struct sx *sx, int opts, const char *file, int line) in _sx_xlock() function