Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsx.h74 #define SX_LOCK_RECURSED 0x10 macro
77 SX_LOCK_EXCLUSIVE_WAITERS | SX_LOCK_RECURSED | SX_LOCK_WRITE_SPINNER)
/f-stack/freebsd/kern/
H A Dkern_sx.c375 atomic_set_ptr(&sx->sx_lock, SX_LOCK_RECURSED); in sx_try_xlock_int()
632 atomic_set_ptr(&sx->sx_lock, SX_LOCK_RECURSED); in _sx_xlock_hard()
928 if (__predict_false(x & SX_LOCK_RECURSED)) { in _sx_xunlock_hard()
931 atomic_clear_ptr(&sx->sx_lock, SX_LOCK_RECURSED); in _sx_xunlock_hard()