Searched refs:RWSEM_WAITING_FOR_WRITE (Results 1 – 2 of 2) sorted by relevance
16 #define RWSEM_WAITING_FOR_WRITE 0x00000002 macro60 if (!(waiter->flags & RWSEM_WAITING_FOR_WRITE)) in __rwsem_do_wake()185 waiter.flags = RWSEM_WAITING_FOR_WRITE; in rwsem_down_write_failed()
20 #define RWSEM_WAITING_FOR_WRITE 0x00000002 macro66 if (waiter->flags & RWSEM_WAITING_FOR_WRITE) { in __rwsem_do_wake()214 waiter.flags = RWSEM_WAITING_FOR_WRITE; in __down_write()