Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/platform/goldfish/
Dgoldfish_pipe.c422 u32 wakeBit = is_write ? BIT_WAKE_ON_WRITE : BIT_WAKE_ON_READ; in wait_for_host_signal() local
424 set_bit(wakeBit, &pipe->flags); in wait_for_host_signal()
430 while (test_bit(wakeBit, &pipe->flags)) { in wait_for_host_signal()
433 !test_bit(wakeBit, &pipe->flags))) in wait_for_host_signal()