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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Deventpoll.c204 wait_queue_head_t *whead; member in struct:eppoll_entry
432 remove_wait_queue(pwq->whead, &pwq->wait);
857 static void ep_ptable_queue_proc(struct file *file, wait_queue_head_t *whead, argument
865 pwq->whead = whead;
867 add_wait_queue(whead, &pwq->wait);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/pohmelfs/
H A Dnet.c185 static void netfs_queue_func(struct file *file, wait_queue_head_t *whead, argument
190 st->whead = whead;
192 add_wait_queue(whead, &st->wait);
197 if (st->whead) {
198 remove_wait_queue(st->whead, &st->wait);
199 st->whead = NULL;
H A Dnetfs.h504 wait_queue_head_t *whead; member in struct:netfs_state

Completed in 110 milliseconds