Home
last modified time | relevance | path

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

/drivers/mfd/
Dti-ssp.c76 wait_queue_head_t wqh; member
278 spin_lock_irq(&ssp->wqh.lock); in ti_ssp_run()
286 ret = wait_event_interruptible_locked_irq(ssp->wqh, in ti_ssp_run()
288 spin_unlock_irq(&ssp->wqh.lock); in ti_ssp_run()
308 spin_lock(&ssp->wqh.lock); in ti_ssp_interrupt()
311 wake_up_locked(&ssp->wqh); in ti_ssp_interrupt()
313 spin_unlock(&ssp->wqh.lock); in ti_ssp_interrupt()
379 init_waitqueue_head(&ssp->wqh); in ti_ssp_probe()
/drivers/vhost/
Dvhost.c39 static void vhost_poll_func(struct file *file, wait_queue_head_t *wqh, in vhost_poll_func() argument
45 poll->wqh = wqh; in vhost_poll_func()
46 add_wait_queue(wqh, &poll->wait); in vhost_poll_func()
78 poll->wqh = NULL; in vhost_poll_init()
90 if (poll->wqh) in vhost_poll_start()
97 if (poll->wqh) in vhost_poll_start()
98 remove_wait_queue(poll->wqh, &poll->wait); in vhost_poll_start()
109 if (poll->wqh) { in vhost_poll_stop()
110 remove_wait_queue(poll->wqh, &poll->wait); in vhost_poll_stop()
111 poll->wqh = NULL; in vhost_poll_stop()
Dvhost.h33 wait_queue_head_t *wqh; member
/drivers/net/usb/
Dkaweth.c1252 wait_queue_head_t wqh; member
1264 wake_up(&awd->wqh); in usb_api_blocking_completion()
1277 init_waitqueue_head(&awd.wqh); in usb_start_wait_urb()
1288 if (!wait_event_timeout(awd.wqh, awd.done, timeout)) { in usb_start_wait_urb()
/drivers/vfio/pci/
Dvfio_pci_intrs.c103 wait_queue_head_t *wqh, poll_table *pt) in virqfd_ptable_queue_proc() argument
106 add_wait_queue(wqh, &virqfd->wait); in virqfd_ptable_queue_proc()