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

/linux-4.4.14/drivers/platform/goldfish/
H A Dgoldfish_pipe.c149 BIT_WAKE_ON_WRITE = 1, /* want to be woken on writes */ enumerator in enum:__anon8808
369 wakeBit = is_write ? BIT_WAKE_ON_WRITE : BIT_WAKE_ON_READ; goldfish_pipe_read_write()
483 clear_bit(BIT_WAKE_ON_WRITE, &pipe->flags); goldfish_pipe_interrupt()

Completed in 48 milliseconds