Searched refs:proc_events_head (Results 1 – 1 of 1) sorted by relevance
55 SLIST_HEAD(proc_events_head, entry_proc_events);58 static struct proc_events_head proc_events_head; variable377 SLIST_FOREACH (proc_events, &proc_events_head, entries_proc_events) { in adf_state_callout_notify_ev()531 SLIST_INIT(&proc_events_head); in adf_state_init()556 while (!SLIST_EMPTY(&proc_events_head)) { in adf_state_destroy()557 proc_events = SLIST_FIRST(&proc_events_head); in adf_state_destroy()558 SLIST_REMOVE_HEAD(&proc_events_head, entries_proc_events); in adf_state_destroy()582 SLIST_INSERT_HEAD(&proc_events_head, in adf_state_open()588 SLIST_REMOVE(&proc_events_head, in adf_state_open()659 &proc_events_head, in adf_state_release()[all …]