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

/freebsd-10.3-release/sys/sys/
H A Dsx.h145 __sx_xlock(struct sx *sx, struct thread *td, int opts, const char *file, function
225 (void)__sx_xlock((sx), curthread, 0, (file), (line))
227 __sx_xlock((sx), curthread, SX_INTERRUPTIBLE, (file), (line))
/freebsd-10.3-release/sys/kern/
H A Dkern_sx.c316 error = __sx_xlock(sx, curthread, opts, file, line);

Completed in 59 milliseconds