Home
last modified time | relevance | path

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

/lib/
Drwsem.c36 #define RWSEM_WAITING_FOR_WRITE 0x00000002 macro
75 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()
Drwsem-spinlock.c17 #define RWSEM_WAITING_FOR_WRITE 0x00000002 macro
57 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()