Home
last modified time | relevance | path

Searched refs:_sx_slock (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/sys/
Dsx.h101 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/
Dkern_sx.c279 _sx_slock(struct sx *sx, int opts, const char *file, int line) in _sx_slock() function