Home
last modified time | relevance | path

Searched refs:PIPE_WAKE_WRITE (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/platform/goldfish/
Dgoldfish_pipe.c112 #define PIPE_WAKE_WRITE (1 << 2) /* pipe can now be written to */ macro
478 wakes |= PIPE_WAKE_READ | PIPE_WAKE_WRITE; in goldfish_pipe_interrupt()
482 if (wakes & PIPE_WAKE_WRITE) in goldfish_pipe_interrupt()