Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/
Dhotplug.c42 static struct hotplug_event evqueue[HOTPLUG_MAXEVENTS]; variable
111 evqueue[evqueue_head] = *he; in hotplug_put_event()
118 wakeup(&evqueue); in hotplug_put_event()
129 *he = evqueue[evqueue_tail]; in hotplug_get_event()
178 error = msleep_nsec(&evqueue, &hotplug_mtx, PRIBIO | PCATCH, in hotplugread()