Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/platform/goldfish/
Dgoldfish_pipe.c383 u32 wake_bit = is_write ? BIT_WAKE_ON_WRITE : BIT_WAKE_ON_READ; in wait_for_host_signal() local
385 set_bit(wake_bit, &pipe->flags); in wait_for_host_signal()
391 while (test_bit(wake_bit, &pipe->flags)) { in wait_for_host_signal()
393 !test_bit(wake_bit, &pipe->flags))) in wait_for_host_signal()