Lines Matching full:signalled
106 /* A single signalled pipe information */
136 /* wake flags host have signalled,
144 /* doubly linked list of signalled pipes, protected by
187 * the only operation that happens often is the signalled pipes array
204 /* Head of a doubly linked list of signalled pipes */
579 /* Iterate over the signalled pipes and wake them one by one */ in goldfish_interrupt_task()
608 * 1. device raises an interrupt if there's at least one signalled pipe
609 * 2. IRQ handler reads the signalled pipes and their count from the device
611 * it only resets the IRQ if it has returned all signalled pipes,
614 * 4. IRQ handler adds all returned pipes to the device's signalled pipes list
615 * 5. IRQ handler defers processing the signalled pipes from the list in a
628 /* Request the signalled pipes from the device */ in goldfish_pipe_interrupt()