Searched refs:rwait (Results 1 – 2 of 2) sorted by relevance
140 wait_queue_head_t rwait, wwait; member327 wake_up(&usblp->rwait); in usblp_bulk_read()504 poll_wait(file, &usblp->rwait, wait); in usblp_poll()977 add_wait_queue(&usblp->rwait, &waita); in usblp_rwait_and_lock()995 remove_wait_queue(&usblp->rwait, &waita); in usblp_rwait_and_lock()1154 init_waitqueue_head(&usblp->rwait); in usblp_probe()1420 wake_up(&usblp->rwait); in usblp_disconnect()1441 wake_up(&usblp->rwait); in usblp_suspend()
99 wait_queue_head_t rwait; /* for poll on reading /dev/ppp */ member446 add_wait_queue(&pf->rwait, &wait); in ppp_read()480 remove_wait_queue(&pf->rwait, &wait); in ppp_read()563 poll_wait(file, &pf->rwait, wait); in ppp_poll()1580 wake_up_interruptible(&ppp->file.rwait); in ppp_dev_uninit()1871 wake_up_interruptible(&ppp->file.rwait); in ppp_send_frame()2357 wake_up_interruptible(&pch->file.rwait); in ppp_input()2512 wake_up_interruptible(&ppp->file.rwait); in ppp_receive_nonmp_frame()3041 wake_up_interruptible(&pch->file.rwait); in ppp_unregister_channel()3421 init_waitqueue_head(&pf->rwait); in init_ppp_file()[all …]