Searched defs:BIT_WAKE_ON_READ (Results 1 - 1 of 1) sorted by relevance

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

Completed in 315 milliseconds