Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/class/
Dusblp.c139 wait_queue_head_t rwait, wwait; member
309 wake_up(&usblp->rwait); in usblp_bulk_read()
481 poll_wait(file, &usblp->rwait, wait); in usblp_poll()
935 add_wait_queue(&usblp->rwait, &waita); in usblp_rwait_and_lock()
952 remove_wait_queue(&usblp->rwait, &waita); in usblp_rwait_and_lock()
1104 init_waitqueue_head(&usblp->rwait); in usblp_probe()
1369 wake_up(&usblp->rwait); in usblp_disconnect()
1388 wake_up(&usblp->rwait); in usblp_suspend()
/Linux-v4.19/drivers/net/ppp/
Dppp_generic.c87 wait_queue_head_t rwait; /* for poll on reading /dev/ppp */ member
440 add_wait_queue(&pf->rwait, &wait); in ppp_read()
474 remove_wait_queue(&pf->rwait, &wait); in ppp_read()
540 poll_wait(file, &pf->rwait, wait); in ppp_poll()
1359 wake_up_interruptible(&ppp->file.rwait); in ppp_dev_uninit()
1606 wake_up_interruptible(&ppp->file.rwait); in ppp_send_frame()
1997 wake_up_interruptible(&pch->file.rwait); in ppp_input()
2148 wake_up_interruptible(&ppp->file.rwait); in ppp_receive_nonmp_frame()
2668 wake_up_interruptible(&pch->file.rwait); in ppp_unregister_channel()
3040 init_waitqueue_head(&pf->rwait); in init_ppp_file()
[all …]