Searched refs:PIPE_WAKE_READ (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/platform/goldfish/
H A Dgoldfish_pipe.c111 #define PIPE_WAKE_READ (1 << 1) /* pipe can now be read from */ macro
478 wakes |= PIPE_WAKE_READ | PIPE_WAKE_WRITE; goldfish_pipe_interrupt()
480 if (wakes & PIPE_WAKE_READ) goldfish_pipe_interrupt()

Completed in 42 milliseconds