Searched refs:wqh (Results 1 - 4 of 4) sorted by relevance

/drivers/mfd/
H A Dti-ssp.c76 wait_queue_head_t wqh; member in struct:ti_ssp
278 spin_lock_irq(&ssp->wqh.lock);
286 ret = wait_event_interruptible_locked_irq(ssp->wqh,
288 spin_unlock_irq(&ssp->wqh.lock);
308 spin_lock(&ssp->wqh.lock);
311 wake_up_locked(&ssp->wqh);
313 spin_unlock(&ssp->wqh.lock);
379 init_waitqueue_head(&ssp->wqh);
/drivers/vhost/
H A Dvhost.h39 wait_queue_head_t *wqh; member in struct:vhost_poll
H A Dvhost.c45 static void vhost_poll_func(struct file *file, wait_queue_head_t *wqh, argument
51 poll->wqh = wqh;
52 add_wait_queue(wqh, &poll->wait);
103 remove_wait_queue(poll->wqh, &poll->wait);
/drivers/net/usb/
H A Dkaweth.c1240 wait_queue_head_t wqh; member in struct:usb_api_data
1252 wake_up(&awd->wqh);
1265 init_waitqueue_head(&awd.wqh);
1276 if (!wait_event_timeout(awd.wqh, awd.done, timeout)) {

Completed in 118 milliseconds