Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/platform/goldfish/
H A Dgoldfish_pipe.c372 u32 wake_bit = is_write ? BIT_WAKE_ON_WRITE : BIT_WAKE_ON_READ; in wait_for_host_signal() local
374 set_bit(wake_bit, &pipe->flags); in wait_for_host_signal()
380 while (test_bit(wake_bit, &pipe->flags)) { in wait_for_host_signal()
382 !test_bit(wake_bit, &pipe->flags))) in wait_for_host_signal()
/kernel/linux/linux-6.6/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()

Completed in 5 milliseconds