Searched refs:pending_event (Results 1 – 3 of 3) sorted by relevance
137 struct pending_event { struct138 struct pending_event *next; argument146 static struct pending_event *pending_event_head; argument147 static struct pending_event *pending_event_tail;148 static struct pending_event *pending_event_avail;150 static struct pending_event pending_event_prealloc[PENDING_EVENT_PREALLOC_LEN];156 static void free_pending_event(struct pending_event *ev) in free_pending_event()172 static int signal_event(struct pending_event *ev) in signal_event()177 struct pending_event *ev1; in signal_event()235 static struct pending_event *new_pending_event(void) in new_pending_event()[all …]
204 mgr->pending_event = *msg_event; in send_msg()208 mgr->pending_event = msg_frame_address; in send_msg()544 if( (msg & ~MSG_TYPE_MASK) == mgr->pending_event ) { in snd_mixart_interrupt()546 mgr->pending_event = 0; in snd_mixart_interrupt()
85 u32 pending_event; member