Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgsttracerutils.c143 GList *h_list, *h_node, *t_node; in _priv_gst_tracing_deinit() local
151 h_list = g_hash_table_get_values (_priv_tracers); in _priv_gst_tracing_deinit()
152 for (h_node = h_list; h_node; h_node = g_list_next (h_node)) { in _priv_gst_tracing_deinit()
160 g_list_free (h_list); in _priv_gst_tracing_deinit()
213 GList *tracers, *h_list, *h_node, *t_node; in gst_tracing_get_active_tracers() local
220 h_list = g_hash_table_get_values (_priv_tracers); in gst_tracing_get_active_tracers()
221 for (h_node = h_list; h_node; h_node = g_list_next (h_node)) { in gst_tracing_get_active_tracers()
232 g_list_free (h_list); in gst_tracing_get_active_tracers()
/third_party/ltp/testcases/kernel/syscalls/utils/
Dinotify.h83 struct list_head h_list; /* entry in inotify_handle's list */ member