Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/xen/
H A Devtchn.c74 wait_queue_head_t evtchn_wait; member
178 wake_up_interruptible(&u->evtchn_wait); in evtchn_interrupt()
223 rc = wait_event_interruptible(u->evtchn_wait, in evtchn_read()
629 poll_wait(file, &u->evtchn_wait, wait); in evtchn_poll()
657 init_waitqueue_head(&u->evtchn_wait); in evtchn_open()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds