Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/goldfish/
H A Dgoldfish_pipe_qemu.h60 BIT_CLOSED_ON_HOST = 0, /* pipe closed by host */ enumerator
H A Dgoldfish_pipe.c382 if (test_bit(BIT_CLOSED_ON_HOST, &pipe->flags)) in wait_for_host_signal()
400 if (unlikely(test_bit(BIT_CLOSED_ON_HOST, &pipe->flags))) in goldfish_pipe_read_write()
508 if (test_bit(BIT_CLOSED_ON_HOST, &pipe->flags)) in goldfish_pipe_poll()
586 pipe->flags = 1 << BIT_CLOSED_ON_HOST; in goldfish_interrupt_task()