Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dumtx.h62 #define URWLOCK_WRITE_WAITERS 0x40000000U macro
/f-stack/freebsd/kern/
H A Dkern_umtx.c2706 wrflags |= URWLOCK_WRITE_WAITERS; in do_rw_rdlock()
2918 URWLOCK_WRITE_WAITERS)) == 0 && in do_rw_wrlock()
2946 (state & URWLOCK_WRITE_WAITERS) == 0) { in do_rw_wrlock()
2948 &oldstate, state | URWLOCK_WRITE_WAITERS); in do_rw_wrlock()
3023 &oldstate, state & ~URWLOCK_WRITE_WAITERS); in do_rw_wrlock()
3133 if (state & URWLOCK_WRITE_WAITERS) { in do_rw_unlock()
3144 } else if (state & URWLOCK_WRITE_WAITERS) { in do_rw_unlock()