Searched refs:whead (Results 1 – 3 of 3) sorted by relevance
185 static void netfs_queue_func(struct file *file, wait_queue_head_t *whead, in netfs_queue_func() argument190 st->whead = whead; in netfs_queue_func()192 add_wait_queue(whead, &st->wait); in netfs_queue_func()197 if (st->whead) { in netfs_poll_exit()198 remove_wait_queue(st->whead, &st->wait); in netfs_poll_exit()199 st->whead = NULL; in netfs_poll_exit()
504 wait_queue_head_t *whead; member
208 wait_queue_head_t *whead; member454 remove_wait_queue(pwq->whead, &pwq->wait); in ep_unregister_pollwait()880 static void ep_ptable_queue_proc(struct file *file, wait_queue_head_t *whead, in ep_ptable_queue_proc() argument888 pwq->whead = whead; in ep_ptable_queue_proc()890 add_wait_queue(whead, &pwq->wait); in ep_ptable_queue_proc()