Searched refs:_sx_xlock (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | sx.h | 118 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 D | ff_lock.c | 326 _sx_xlock(struct sx *sx, int opts, in _sx_xlock() function
|
| /f-stack/freebsd/kern/ |
| H A D | kern_sx.c | 316 _sx_xlock(struct sx *sx, int opts, const char *file, int line) in _sx_xlock() function
|