Searched refs:event_source (Results 1 – 1 of 1) sorted by relevance
122 struct event_source { struct151 struct event_source* es; argument192 static struct event_source* handle_to_event_source(struct handle* h) { in handle_to_event_source()195 return containerof(h, struct event_source, handle); in handle_to_event_source()199 struct event_source* es_a = containerof(a, struct event_source, tree_node); in event_source_bst_compare()200 struct event_source* es_b = containerof(b, struct event_source, tree_node); in event_source_bst_compare()210 struct event_source* es = handle_to_event_source(h); in event_source_poll()227 struct event_source* es = containerof(obj, struct event_source, refobj); in event_source_obj_destroy()233 struct event_source* es; in event_source_destroy()271 static struct event_source* event_source_lookup_locked(const char* name, in event_source_lookup_locked()[all …]