Searched refs:PIPE_WAKE_READ (Results 1 – 5 of 5) sorted by relevance
98 if (pipe->state == STATE_CONNECTED && (pipe->wakeWanted & PIPE_WAKE_READ) != 0) { in netPipe_resetState()164 if ((pipe->wakeWanted & PIPE_WAKE_READ) != 0) { in netPipe_io_func()165 wakeFlags |= PIPE_WAKE_READ; in netPipe_io_func()
1628 PIPE_WAKE_READ); in _qemud_pipe_cache_buffer()
195 #define PIPE_WAKE_READ (1 << 1) /* pipe can now be read from */ macro
691 if (pipe->count > 0 && (pipe->flags & PIPE_WAKE_READ)) { in pingPongPipe_sendBuffers()692 goldfish_pipe_wake(pipe->hwpipe, PIPE_WAKE_READ); in pingPongPipe_sendBuffers()864 flags |= PIPE_WAKE_READ; in throttlePipe_timerFunc()1057 if ((pipe->wanted & PIPE_WAKE_READ) == 0) { in pipeDevice_doCommand()1058 pipe->wanted |= PIPE_WAKE_READ; in pipeDevice_doCommand()
221 PIPE_WAKE_READ :: the channel is now readable.225 The PIPE_WAKE_READ and PIPE_WAKE_WRITE are only reported for a given