Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/platform/goldfish/
H A Dgoldfish_pipe_qemu.h60 BIT_CLOSED_ON_HOST = 0, /* pipe closed by host */ enumerator
H A 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()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds