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

/freebsd-10.3-release/sys/sys/
H A Dsx.h102 int _sx_xlock(struct sx *sx, int opts, const char *file, int line);
212 (void)_sx_xlock((sx), 0, (file), (line))
214 _sx_xlock((sx), SX_INTERRUPTIBLE, (file), (line))
/freebsd-10.3-release/sys/kern/
H A Dkern_sx.c303 _sx_xlock(struct sx *sx, int opts, const char *file, int line) function

Completed in 44 milliseconds