Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/platform/goldfish/
Dgoldfish_pipe.c305 int status, wakeBit; in goldfish_pipe_read_write() local
369 wakeBit = is_write ? BIT_WAKE_ON_WRITE : BIT_WAKE_ON_READ; in goldfish_pipe_read_write()
370 set_bit(wakeBit, &pipe->flags); in goldfish_pipe_read_write()
378 while (test_bit(wakeBit, &pipe->flags)) { in goldfish_pipe_read_write()
381 !test_bit(wakeBit, &pipe->flags))) in goldfish_pipe_read_write()