Home
last modified time | relevance | path

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

/linux-2.4.37.9/lib/
Drwsem.c15 #define RWSEM_WAITING_FOR_READ 0x00000001 macro
85 } while (waiter->flags & RWSEM_WAITING_FOR_READ); in __rwsem_do_wake()
169 waiter.flags = RWSEM_WAITING_FOR_READ; in rwsem_down_read_failed()
Drwsem-spinlock.c19 #define RWSEM_WAITING_FOR_READ 0x00000001 macro
90 } while (waiter->flags&RWSEM_WAITING_FOR_READ); in __rwsem_do_wake()
144 waiter.flags = RWSEM_WAITING_FOR_READ; in __down_read()