Searched refs:RWSEM_WAITING_FOR_WRITE (Results 1 – 2 of 2) sorted by relevance
36 #define RWSEM_WAITING_FOR_WRITE 0x00000002 macro75 if (!(waiter->flags & RWSEM_WAITING_FOR_WRITE)) in __rwsem_do_wake()93 if (waiter->flags & RWSEM_WAITING_FOR_WRITE) in __rwsem_do_wake()209 waiter.flags = RWSEM_WAITING_FOR_WRITE; in rwsem_down_write_failed()
17 #define RWSEM_WAITING_FOR_WRITE 0x00000002 macro57 if (waiter->flags & RWSEM_WAITING_FOR_WRITE) in __rwsem_do_wake()67 if (waiter->flags & RWSEM_WAITING_FOR_WRITE) { in __rwsem_do_wake()213 waiter.flags = RWSEM_WAITING_FOR_WRITE; in __down_write_nested()