RWSEM_WAITING_FOR_WRITE  417 kernel/locking/rwsem.c 	if (waiter->type == RWSEM_WAITING_FOR_WRITE) {
RWSEM_WAITING_FOR_WRITE  503 kernel/locking/rwsem.c 		if (waiter->type == RWSEM_WAITING_FOR_WRITE)
RWSEM_WAITING_FOR_WRITE 1167 kernel/locking/rwsem.c 	waiter.type = RWSEM_WAITING_FOR_WRITE;