Searched refs:_sx_slock (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13-stable/sys/sys/ |
| HD | sx.h | 115 int _sx_slock(struct sx *sx, int opts, const char *file, int line); 206 (void)_sx_slock((sx), 0, (file), (line)) 208 _sx_slock((sx), SX_INTERRUPTIBLE, (file) , (line))
|
| /freebsd-13-stable/sys/kern/ |
| HD | kern_sx.c | 1284 _sx_slock(struct sx *sx, int opts, const char *file, int line) in _sx_slock() function
|