Searched refs:__sx_slock (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Dsx.h174 __sx_slock(struct sx *sx, int opts, const char *file, int line) function
233 (void)__sx_slock((sx), 0, (file), (line))
235 __sx_slock((sx), SX_INTERRUPTIBLE, (file), (line))
/freebsd-10-stable/sys/kern/
H A Dkern_sx.c291 error = __sx_slock(sx, opts, file, line);

Completed in 59 milliseconds