Searched refs:ordered_event (Results 1 – 3 of 3) sorted by relevance
17 static void queue_event(struct ordered_events *oe, struct ordered_event *new) in queue_event()19 struct ordered_event *last = oe->last; in queue_event()47 last = list_entry(p, struct ordered_event, list); in queue_event()57 last = list_entry(p, struct ordered_event, list); in queue_event()91 #define MAX_SAMPLE_BUFFER (64 * 1024 / sizeof(struct ordered_event))92 static struct ordered_event *alloc_event(struct ordered_events *oe, in alloc_event()96 struct ordered_event *new = NULL; in alloc_event()104 new = list_entry(cache->next, struct ordered_event, list); in alloc_event()136 static struct ordered_event *140 struct ordered_event *new; in ordered_events__new_event()[all …]
9 struct ordered_event { struct26 struct ordered_event *event); argument37 struct ordered_event *buffer;38 struct ordered_event *last;49 void ordered_events__delete(struct ordered_events *oe, struct ordered_event *event);
108 struct ordered_event *event) in ordered_events__deliver_event()