Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/
Dhotplug.c43 static int evqueue_head, evqueue_tail, evqueue_count; /* [M] */ variable
72 evqueue_head = 0; in hotplugattach()
111 evqueue[evqueue_head] = *he; in hotplug_put_event()
112 evqueue_head = EVQUEUE_NEXT(evqueue_head); in hotplug_put_event()