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

/freebsd-10.0-release/sys/sys/
H A Dsx.h105 int _sx_xlock_hard(struct sx *sx, uintptr_t tid, int opts,
152 error = _sx_xlock_hard(sx, tid, opts, file, line);
/freebsd-10.0-release/sys/kern/
H A Dkern_sx.c499 _sx_xlock_hard(struct sx *sx, uintptr_t tid, int opts, const char *file, function
525 ("_sx_xlock_hard: recursed on non-recursive sx %s @ %s:%d\n",

Completed in 78 milliseconds