Searched refs:_sx_slock (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/sys/sys/ |
| D | sx.h | 101 int _sx_slock(struct sx *sx, int opts, const char *file, int line); 220 (void)_sx_slock((sx), 0, (file), (line)) 222 _sx_slock((sx), SX_INTERRUPTIBLE, (file) , (line))
|
| /freebsd-10-stable/sys/kern/ |
| D | kern_sx.c | 279 _sx_slock(struct sx *sx, int opts, const char *file, int line) in _sx_slock() function
|