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 */
582 /* Iterate over the signalled pipes and wake them one by one */ in goldfish_interrupt_task()
610 * 1. device raises an interrupt if there's at least one signalled pipe
611 * 2. IRQ handler reads the signalled pipes and their count from the device
613 * it only resets the IRQ if it has returned all signalled pipes,
616 * 4. IRQ handler adds all returned pipes to the device's signalled pipes list
617 * 5. IRQ handler launches a tasklet to process the signalled pipes from the
630 /* Request the signalled pipes from the device */ in goldfish_pipe_interrupt()