Searched refs:init_group (Results 1 – 2 of 2) sorted by relevance
68 static struct user_event_group *init_group; variable366 return init_group; in current_user_event_group()2921 init_group = user_event_group_create(); in trace_events_user_init()2923 if (!init_group) { in trace_events_user_init()2932 user_event_group_destroy(init_group); in trace_events_user_init()2934 init_group = NULL; in trace_events_user_init()
1581 static bool init_group(struct drm_dp_tunnel_mgr *mgr, struct drm_dp_tunnel_group *group) in init_group() function1927 if (!init_group(mgr, &mgr->groups[i])) { in drm_dp_tunnel_mgr_create()