Home
last modified time | relevance | path

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

/linux-2.4.37.9/lib/
Drwsem.c16 #define RWSEM_WAITING_FOR_WRITE 0x00000002 macro
60 if (!(waiter->flags & RWSEM_WAITING_FOR_WRITE)) in __rwsem_do_wake()
185 waiter.flags = RWSEM_WAITING_FOR_WRITE; in rwsem_down_write_failed()
Drwsem-spinlock.c20 #define RWSEM_WAITING_FOR_WRITE 0x00000002 macro
66 if (waiter->flags & RWSEM_WAITING_FOR_WRITE) { in __rwsem_do_wake()
214 waiter.flags = RWSEM_WAITING_FOR_WRITE; in __down_write()