Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/platform/goldfish/
Dgoldfish_pipe.c99 PIPE_WAKE_READ = 1 << 1, /* pipe can now be read from */ enumerator
637 if (wakes & PIPE_WAKE_READ) in goldfish_interrupt_task()