Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/platform/goldfish/
Dgoldfish_pipe.c107 BIT_WAKE_ON_READ = 2, /* want to be woken on reads */ enumerator
422 u32 wakeBit = is_write ? BIT_WAKE_ON_WRITE : BIT_WAKE_ON_READ; in wait_for_host_signal()
638 clear_bit(BIT_WAKE_ON_READ, &pipe->flags); in goldfish_interrupt_task()