Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/platform/goldfish/
Dgoldfish_pipe.c105 BIT_CLOSED_ON_HOST = 0, /* pipe closed by host */ enumerator
436 if (test_bit(BIT_CLOSED_ON_HOST, &pipe->flags)) in wait_for_host_signal()
452 if (unlikely(test_bit(BIT_CLOSED_ON_HOST, &pipe->flags))) in goldfish_pipe_read_write()
558 if (test_bit(BIT_CLOSED_ON_HOST, &pipe->flags)) in goldfish_pipe_poll()
635 pipe->flags = 1 << BIT_CLOSED_ON_HOST; in goldfish_interrupt_task()