Home
last modified time | relevance | path

Searched refs:whead (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/staging/pohmelfs/
Dnet.c185 static void netfs_queue_func(struct file *file, wait_queue_head_t *whead, in netfs_queue_func() argument
190 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()
Dnetfs.h504 wait_queue_head_t *whead; member
/linux-2.6.39/fs/
Deventpoll.c208 wait_queue_head_t *whead; member
454 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() argument
888 pwq->whead = whead; in ep_ptable_queue_proc()
890 add_wait_queue(whead, &pwq->wait); in ep_ptable_queue_proc()