Searched refs:RWLOCK_WRWANT (Results 1 – 2 of 2) sorted by relevance
69 unsigned long decr = (owner & (RWLOCK_WAIT|RWLOCK_WRWANT)) | in rw_exit_read()122 need_wait = RWLOCK_WRLOCK | RWLOCK_WRWANT; in rw_enter_wait()128 set_wait = RWLOCK_WAIT | RWLOCK_WRWANT; in rw_enter_wait()
81 #define RWLOCK_WRWANT 0x02 macro