Searched refs:wqh (Results 1 – 5 of 5) sorted by relevance
/drivers/mfd/ |
D | ti-ssp.c | 76 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/ |
D | vhost.c | 39 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()
|
D | vhost.h | 33 wait_queue_head_t *wqh; member
|
/drivers/net/usb/ |
D | kaweth.c | 1252 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/ |
D | vfio_pci_intrs.c | 103 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()
|