Home
last modified time | relevance | path

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

/src/sys/dev/qat/qat_common/
H A Dadf_freebsd_dev_processes.c54 SLIST_HEAD(proc_events_head, entry_proc_events);
57 static struct proc_events_head proc_events_head; variable
377 SLIST_FOREACH (proc_events, &proc_events_head, entries_proc_events) { in adf_state_callout_notify_ev()
402 SLIST_FOREACH (proc_events, &proc_events_head, entries_proc_events) { in adf_state_set()
520 SLIST_INIT(&proc_events_head); in adf_state_init()
546 while (!SLIST_EMPTY(&proc_events_head)) { in adf_state_destroy()
547 proc_events = SLIST_FIRST(&proc_events_head); in adf_state_destroy()
548 SLIST_REMOVE_HEAD(&proc_events_head, entries_proc_events); in adf_state_destroy()
571 SLIST_INSERT_HEAD(&proc_events_head, in adf_state_open()
577 SLIST_REMOVE(&proc_events_head, in adf_state_open()
[all …]