Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/platform/goldfish/
Dgoldfish_pipe.c148 BIT_CLOSED_ON_HOST = 0, /* pipe closed by host */ enumerator
281 if (test_bit(BIT_CLOSED_ON_HOST, &pipe->flags)) in goldfish_pipe_read_write()
384 if (test_bit(BIT_CLOSED_ON_HOST, &pipe->flags)) in goldfish_pipe_read_write()
437 if (test_bit(BIT_CLOSED_ON_HOST, &pipe->flags)) in goldfish_pipe_poll()
477 set_bit(BIT_CLOSED_ON_HOST, &pipe->flags); in goldfish_pipe_interrupt()