Searched refs:RW_LOCK_WRITER_RECURSED (Results 1 – 2 of 2) sorted by relevance
62 #define RW_LOCK_WRITER_RECURSED 0x10 macro65 RW_LOCK_WRITE_SPINNER | RW_LOCK_WRITER_RECURSED)
331 atomic_set_ptr(&rw->rw_lock, RW_LOCK_WRITER_RECURSED); in __rw_try_wlock_int()959 atomic_set_ptr(&rw->rw_lock, RW_LOCK_WRITER_RECURSED); in __rw_wlock_hard()1216 if (v & RW_LOCK_WRITER_RECURSED) { in __rw_wunlock_hard()1218 atomic_clear_ptr(&rw->rw_lock, RW_LOCK_WRITER_RECURSED); in __rw_wunlock_hard()