RWSEM_WAITING_FOR_READ   82 lib/rwsem-spinlock.c 	while (waiter->flags & RWSEM_WAITING_FOR_READ) {
RWSEM_WAITING_FOR_READ  147 lib/rwsem-spinlock.c 	waiter.flags = RWSEM_WAITING_FOR_READ;
RWSEM_WAITING_FOR_READ  112 lib/rwsem.c    	} while (waiter->flags & RWSEM_WAITING_FOR_READ);
RWSEM_WAITING_FOR_READ  195 lib/rwsem.c    	waiter.flags = RWSEM_WAITING_FOR_READ;