Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsx.h116 int _sx_xlock(struct sx *sx, int opts, const char *file, int line);
191 (void)_sx_xlock((sx), 0, (file), (line))
193 _sx_xlock((sx), SX_INTERRUPTIBLE, (file), (line))
/freebsd/sys/kern/
H A Dkern_sx.c313 _sx_xlock(struct sx *sx, int opts, const char *file, int line) in _sx_xlock() function