Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/goldfish/
H A Dgoldfish_pipe.c369 u32 wake_bit = is_write ? BIT_WAKE_ON_WRITE : BIT_WAKE_ON_READ; in wait_for_host_signal() local
371 set_bit(wake_bit, &pipe->flags); in wait_for_host_signal()
377 while (test_bit(wake_bit, &pipe->flags)) { in wait_for_host_signal()
379 !test_bit(wake_bit, &pipe->flags))) in wait_for_host_signal()