wake_bit          383 drivers/platform/goldfish/goldfish_pipe.c 	u32 wake_bit = is_write ? BIT_WAKE_ON_WRITE : BIT_WAKE_ON_READ;
wake_bit          385 drivers/platform/goldfish/goldfish_pipe.c 	set_bit(wake_bit, &pipe->flags);
wake_bit          391 drivers/platform/goldfish/goldfish_pipe.c 	while (test_bit(wake_bit, &pipe->flags)) {
wake_bit          393 drivers/platform/goldfish/goldfish_pipe.c 					     !test_bit(wake_bit, &pipe->flags)))