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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Drwsem.c35 #define RWSEM_WAITING_FOR_READ 0x00000001 macro
112 } while (waiter->flags & RWSEM_WAITING_FOR_READ);
195 waiter.flags = RWSEM_WAITING_FOR_READ;
H A Drwsem-spinlock.c16 #define RWSEM_WAITING_FOR_READ 0x00000001 macro
82 while (waiter->flags & RWSEM_WAITING_FOR_READ) {
147 waiter.flags = RWSEM_WAITING_FOR_READ;

Completed in 37 milliseconds