Searched refs:wqh (Results 1 – 4 of 4) sorted by relevance
82 wait_queue_head_t *wqh, poll_table *pt) in virqfd_ptable_queue_proc() argument85 add_wait_queue(wqh, &virqfd->wait); in virqfd_ptable_queue_proc()
97 static void hsm_irqfd_poll_func(struct file *file, wait_queue_head_t *wqh, in hsm_irqfd_poll_func() argument103 add_wait_queue(wqh, &irqfd->wait); in hsm_irqfd_poll_func()
154 static void vhost_poll_func(struct file *file, wait_queue_head_t *wqh, in vhost_poll_func() argument160 poll->wqh = wqh; in vhost_poll_func()161 add_wait_queue(wqh, &poll->wait); in vhost_poll_func()196 poll->wqh = NULL; in vhost_poll_init()208 if (poll->wqh) in vhost_poll_start()227 if (poll->wqh) { in vhost_poll_stop()228 remove_wait_queue(poll->wqh, &poll->wait); in vhost_poll_stop()229 poll->wqh = NULL; in vhost_poll_stop()
32 wait_queue_head_t *wqh; member