Searched defs:devx_event_subscription (Results 1 – 1 of 1) sorted by relevance
73 struct devx_event_subscription { struct74 struct list_head file_list; /* headed in ev_file->80 struct list_head obj_list; /* headed in devx_object */81 struct list_head event_list; /* headed in ev_file->event_list or in85 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;[all …]