Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/platform/goldfish/
Dgoldfish_pipe_qemu.h60 BIT_CLOSED_ON_HOST = 0, /* pipe closed by host */ enumerator
Dgoldfish_pipe.c385 if (test_bit(BIT_CLOSED_ON_HOST, &pipe->flags)) in wait_for_host_signal()
403 if (unlikely(test_bit(BIT_CLOSED_ON_HOST, &pipe->flags))) in goldfish_pipe_read_write()
511 if (test_bit(BIT_CLOSED_ON_HOST, &pipe->flags)) in goldfish_pipe_poll()
589 pipe->flags = 1 << BIT_CLOSED_ON_HOST; in goldfish_interrupt_task()