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

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

Completed in 57 milliseconds