Searched refs:PIPE_WAKE_WRITE (Results 1 – 4 of 4) sorted by relevance
92 if ((pipe->wakeWanted & PIPE_WAKE_WRITE) != 0) { in netPipe_resetState()170 if ((pipe->wakeWanted & PIPE_WAKE_WRITE) != 0) { in netPipe_io_func()171 wakeFlags |= PIPE_WAKE_WRITE; in netPipe_io_func()
188 #define PIPE_WAKE_WRITE (1 << 2) /* pipe can now be written to */ macro
730 if (pipe->count < PINGPONG_SIZE && (pipe->flags & PIPE_WAKE_WRITE)) { in pingPongPipe_recvBuffers()731 goldfish_pipe_wake(pipe->hwpipe, PIPE_WAKE_WRITE); in pingPongPipe_recvBuffers()855 flags |= PIPE_WAKE_WRITE; in throttlePipe_timerFunc()1063 if ((pipe->wanted & PIPE_WAKE_WRITE) == 0) { in pipeDevice_doCommand()1064 pipe->wanted |= PIPE_WAKE_WRITE; in pipeDevice_doCommand()
195 PIPE_WAKE_WRITE :: the channel is now writable.198 The PIPE_WAKE_READ and PIPE_WAKE_WRITE are only reported for a given