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

/freebsd-10.3-release/sys/sys/
H A Dsx.h172 __sx_slock(struct sx *sx, int opts, const char *file, int line) function
231 (void)__sx_slock((sx), 0, (file), (line))
233 __sx_slock((sx), SX_INTERRUPTIBLE, (file), (line))
/freebsd-10.3-release/sys/kern/
H A Dkern_sx.c260 error = __sx_slock(sx, opts, file, line);

Completed in 52 milliseconds