Lines Matching refs:rwait
84 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()
2973 wake_up_interruptible(&ppp->file.rwait); in ppp_disconnect_channel()