Searched refs:_sx_xlock (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13-stable/sys/sys/ |
| HD | sx.h | 116 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-13-stable/sys/kern/ |
| HD | kern_sx.c | 314 _sx_xlock(struct sx *sx, int opts, const char *file, int line) in _sx_xlock() function
|