Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/qat/qat_common/
H A Dadf_freebsd_dev_processes.c55 SLIST_HEAD(proc_events_head, entry_proc_events);
58 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()
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 …]