Home
last modified time | relevance | path

Searched refs:BIT_WAKE_ON_WRITE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/platform/goldfish/
H A Dgoldfish_pipe_qemu.h61 BIT_WAKE_ON_WRITE = 1, /* want to be woken on writes */ enumerator
H A Dgoldfish_pipe.c372 u32 wake_bit = is_write ? BIT_WAKE_ON_WRITE : BIT_WAKE_ON_READ; in wait_for_host_signal()
594 clear_bit(BIT_WAKE_ON_WRITE, &pipe->flags); in goldfish_interrupt_task()
/kernel/linux/linux-6.6/drivers/platform/goldfish/
H A Dgoldfish_pipe_qemu.h61 BIT_WAKE_ON_WRITE = 1, /* want to be woken on writes */ enumerator
H A Dgoldfish_pipe.c369 u32 wake_bit = is_write ? BIT_WAKE_ON_WRITE : BIT_WAKE_ON_READ; in wait_for_host_signal()
591 clear_bit(BIT_WAKE_ON_WRITE, &pipe->flags); in goldfish_interrupt_task()

Completed in 6 milliseconds