Lines Matching defs:devx_event_subscription
73 struct devx_event_subscription { struct
74 struct list_head file_list; /* headed in ev_file->
77 struct list_head xa_list; /* headed in devx_event->unaffiliated_list or
80 struct list_head obj_list; /* headed in devx_object */
81 struct list_head event_list; /* headed in ev_file->event_list or in
85 u8 is_cleaned:1;
86 u32 xa_key_level1;
87 u32 xa_key_level2;
88 struct rcu_head rcu;
89 u64 cookie;
90 struct devx_async_event_file *ev_file;
91 struct eventfd_ctx *eventfd;