Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/platform/goldfish/
Dgoldfish_pipe.c110 #define PIPE_WAKE_CLOSED (1 << 0) /* emulator closed pipe */ macro
476 if (wakes & PIPE_WAKE_CLOSED) { in goldfish_pipe_interrupt()