Home
last modified time | relevance | path

Searched refs:init_group (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/kernel/trace/
Dtrace_events_user.c68 static struct user_event_group *init_group; variable
366 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()
/linux-6.12.1/drivers/gpu/drm/display/
Ddrm_dp_tunnel.c1581 static bool init_group(struct drm_dp_tunnel_mgr *mgr, struct drm_dp_tunnel_group *group) in init_group() function
1927 if (!init_group(mgr, &mgr->groups[i])) { in drm_dp_tunnel_mgr_create()