Lines Matching full:signalled
105 /* A single signalled pipe information */
135 /* wake flags host have signalled,
143 /* doubly linked list of signalled pipes, protected by
186 * the only operation that happens often is the signalled pipes array
203 /* Head of a doubly linked list of signalled pipes */
578 /* Iterate over the signalled pipes and wake them one by one */ in goldfish_interrupt_task()
607 * 1. device raises an interrupt if there's at least one signalled pipe
608 * 2. IRQ handler reads the signalled pipes and their count from the device
610 * it only resets the IRQ if it has returned all signalled pipes,
613 * 4. IRQ handler adds all returned pipes to the device's signalled pipes list
614 * 5. IRQ handler defers processing the signalled pipes from the list in a
627 /* Request the signalled pipes from the device */ in goldfish_pipe_interrupt()