Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/class/
Dusblp.c154 wait_queue_head_t rwait, wwait; member
323 wake_up(&usblp->rwait); in usblp_bulk_read()
494 poll_wait(file, &usblp->rwait, wait); in usblp_poll()
948 add_wait_queue(&usblp->rwait, &waita); in usblp_rwait_and_lock()
965 remove_wait_queue(&usblp->rwait, &waita); in usblp_rwait_and_lock()
1117 init_waitqueue_head(&usblp->rwait); in usblp_probe()
1391 wake_up(&usblp->rwait); in usblp_disconnect()
1410 wake_up(&usblp->rwait); in usblp_suspend()
/linux-4.4.14/drivers/net/ppp/
Dppp_generic.c84 wait_queue_head_t rwait; /* for poll on reading /dev/ppp */ member
430 add_wait_queue(&pf->rwait, &wait); in ppp_read()
459 remove_wait_queue(&pf->rwait, &wait); in ppp_read()
526 poll_wait(file, &pf->rwait, wait); in ppp_poll()
1133 wake_up_interruptible(&ppp->file.rwait); in ppp_dev_uninit()
1341 wake_up_interruptible(&ppp->file.rwait); in ppp_send_frame()
1724 wake_up_interruptible(&pch->file.rwait); in ppp_input()
1875 wake_up_interruptible(&ppp->file.rwait); in ppp_receive_nonmp_frame()
2397 wake_up_interruptible(&pch->file.rwait); in ppp_unregister_channel()
2828 init_waitqueue_head(&pf->rwait); in init_ppp_file()
[all …]
/linux-4.4.14/net/irda/irnet/
Dirnet.h502 wait_queue_head_t rwait; /* processes blocked on read (or poll) */ member
Dirnet_ppp.c307 add_wait_queue(&irnet_events.rwait, &wait); in irnet_ctrl_read()
325 remove_wait_queue(&irnet_events.rwait, &wait); in irnet_ctrl_read()
430 poll_wait(file, &irnet_events.rwait, wait); in irnet_ctrl_poll()
Dirnet_irda.c99 wake_up_interruptible_all(&irnet_events.rwait); in irnet_post_event()
1840 init_waitqueue_head(&irnet_events.rwait); in irda_irnet_init()