Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsx.h115 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/sys/kern/
H A Dkern_sx.c1291 _sx_slock(struct sx *sx, int opts, const char *file, int line) in _sx_slock() function