Home | History | Annotate | Download | only in hw

Lines Matching refs:PIPE_WAKE_WRITE

730     if (pipe->count < PINGPONG_SIZE && (pipe->flags & PIPE_WAKE_WRITE)) {
731 goldfish_pipe_wake(pipe->hwpipe, PIPE_WAKE_WRITE);
855 flags |= PIPE_WAKE_WRITE;
1063 if ((pipe->wanted & PIPE_WAKE_WRITE) == 0) {
1064 pipe->wanted |= PIPE_WAKE_WRITE;