Lines Matching full:signalled
172 /* A single signalled pipe information */
200 /* wake flags host have signalled,
208 /* doubly linked list of signalled pipes, protected by
244 * the only operation that happens often is the signalled pipes array
261 /* Head of a doubly linked list of signalled pipes */
629 /* Iterate over the signalled pipes and wake them one by one */ in goldfish_interrupt_task()
654 * 1. device raises an interrupt if there's at least one signalled pipe
655 * 2. IRQ handler reads the signalled pipes and their count from the device
657 * it only resets the IRQ if it has returned all signalled pipes,
660 * 4. IRQ handler adds all returned pipes to the device's signalled pipes list
661 * 5. IRQ handler launches a tasklet to process the signalled pipes from the
674 /* Request the signalled pipes from the device */ in goldfish_pipe_interrupt()