Searched refs:rwait (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/irnet/
H A Dirnet.h281 wait_queue_head_t rwait; /* processes blocked on read (or poll) */ member in struct:irnet_ctrl_channel
H A Dirnet_ppp.c308 add_wait_queue(&irnet_events.rwait, &wait);
326 remove_wait_queue(&irnet_events.rwait, &wait);
429 poll_wait(file, &irnet_events.rwait, wait);
H A Dirnet_irda.c99 wake_up_interruptible_all(&irnet_events.rwait);
1818 init_waitqueue_head(&irnet_events.rwait);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/class/
H A Dusblp.c145 wait_queue_head_t rwait, wwait; member in struct:usblp
307 wake_up(&usblp->rwait);
479 poll_wait(file, &usblp->rwait, wait);
926 add_wait_queue(&usblp->rwait, &waita);
943 remove_wait_queue(&usblp->rwait, &waita);
1093 init_waitqueue_head(&usblp->rwait);
1357 wake_up(&usblp->rwait);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dppp_generic.c88 wait_queue_head_t rwait; /* for poll on reading /dev/ppp */ member in struct:ppp_file
604 add_wait_queue(&pf->rwait, &wait);
633 remove_wait_queue(&pf->rwait, &wait);
699 poll_wait(file, &pf->rwait, wait);
1467 wake_up_interruptible(&ppp->file.rwait);
1855 wake_up_interruptible(&pch->file.rwait);
2002 wake_up_interruptible(&ppp->file.rwait);
2487 wake_up_interruptible(&pch->file.rwait);
2927 init_waitqueue_head(&pf->rwait);
2956 wake_up_interruptible(&ppp->file.rwait);
[all...]

Completed in 130 milliseconds