Searched refs:RWSEM_WAITING_FOR_READ (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.c35 #define RWSEM_WAITING_FOR_READ 0x00000001 macro
135 } while (waiter->flags & RWSEM_WAITING_FOR_READ);
138 if (waiter->flags & RWSEM_WAITING_FOR_READ)
228 return rwsem_down_failed_common(sem, RWSEM_WAITING_FOR_READ,
H A Drwsem-spinlock.c16 #define RWSEM_WAITING_FOR_READ 0x00000001 macro
96 while (waiter->flags & RWSEM_WAITING_FOR_READ) {
162 waiter.flags = RWSEM_WAITING_FOR_READ;

Completed in 67 milliseconds