Searched refs:ordered_event (Results 1 – 3 of 3) sorted by relevance
14 static void queue_event(struct ordered_events *oe, struct ordered_event *new) in queue_event()16 struct ordered_event *last = oe->last; in queue_event()44 last = list_entry(p, struct ordered_event, list); in queue_event()54 last = list_entry(p, struct ordered_event, list); in queue_event()88 #define MAX_SAMPLE_BUFFER (64 * 1024 / sizeof(struct ordered_event))89 static struct ordered_event *alloc_event(struct ordered_events *oe, in alloc_event()93 struct ordered_event *new = NULL; in alloc_event()101 new = list_entry(cache->next, struct ordered_event, list); in alloc_event()133 static struct ordered_event *137 struct ordered_event *new; in ordered_events__new_event()[all …]
8 struct ordered_event { struct25 struct ordered_event *event); argument36 struct ordered_event *buffer;37 struct ordered_event *last;48 void ordered_events__delete(struct ordered_events *oe, struct ordered_event *event);
102 struct ordered_event *event) in ordered_events__deliver_event()