Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/sys/
Dsx.h71 #define SX_LOCK_RECURSED 0x08 macro
74 SX_LOCK_EXCLUSIVE_WAITERS | SX_LOCK_RECURSED)
/freebsd-9-stable/sys/kern/
Dkern_sx.c340 atomic_set_ptr(&sx->sx_lock, SX_LOCK_RECURSED); in _sx_try_xlock()
532 atomic_set_ptr(&sx->sx_lock, SX_LOCK_RECURSED); in _sx_xlock_hard()
745 atomic_clear_ptr(&sx->sx_lock, SX_LOCK_RECURSED); in _sx_xunlock_hard()