Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/utils/
Dtrace.c20 static struct dl_list active_references = variable
21 { &active_references, &active_references };
384 dl_list_add(&active_references, &ref->list); in wpa_trace_add_ref_func()
391 dl_list_for_each(ref, &active_references, struct wpa_trace_ref, list) { in wpa_trace_check_ref()