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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Drwsem-spinlock.c17 #define RWSEM_WAITING_FOR_WRITE 0x00000002 macro
71 if (waiter->flags & RWSEM_WAITING_FOR_WRITE)
81 if (waiter->flags & RWSEM_WAITING_FOR_WRITE) {
229 waiter.flags = RWSEM_WAITING_FOR_WRITE;
H A Drwsem.c36 #define RWSEM_WAITING_FOR_WRITE 0x00000002 macro
66 if (!(waiter->flags & RWSEM_WAITING_FOR_WRITE))
238 return rwsem_down_failed_common(sem, RWSEM_WAITING_FOR_WRITE,

Completed in 19 milliseconds