Home
last modified time | relevance | path

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

/openbmc/linux/drivers/xen/
H A Devtchn.c74 wait_queue_head_t evtchn_wait; member
188 wake_up_interruptible(&u->evtchn_wait); in evtchn_interrupt()
233 rc = wait_event_interruptible(u->evtchn_wait, in evtchn_read()
627 poll_wait(file, &u->evtchn_wait, wait); in evtchn_poll()
655 init_waitqueue_head(&u->evtchn_wait); in evtchn_open()