Searched refs:RWSEM_WAITING_FOR_READ (Results 1 – 2 of 2) sorted by relevance
15 #define RWSEM_WAITING_FOR_READ 0x00000001 macro85 } while (waiter->flags & RWSEM_WAITING_FOR_READ); in __rwsem_do_wake()169 waiter.flags = RWSEM_WAITING_FOR_READ; in rwsem_down_read_failed()
19 #define RWSEM_WAITING_FOR_READ 0x00000001 macro90 } while (waiter->flags&RWSEM_WAITING_FOR_READ); in __rwsem_do_wake()144 waiter.flags = RWSEM_WAITING_FOR_READ; in __down_read()