Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/class/
H A Dusblp.c139 wait_queue_head_t rwait, wwait; member
326 wake_up(&usblp->rwait); in usblp_bulk_read()
502 poll_wait(file, &usblp->rwait, wait); in usblp_poll()
969 add_wait_queue(&usblp->rwait, &waita); in usblp_rwait_and_lock()
986 remove_wait_queue(&usblp->rwait, &waita); in usblp_rwait_and_lock()
1144 init_waitqueue_head(&usblp->rwait); in usblp_probe()
1407 wake_up(&usblp->rwait); in usblp_disconnect()
1428 wake_up(&usblp->rwait); in usblp_suspend()
/kernel/linux/linux-6.6/drivers/usb/class/
H A Dusblp.c139 wait_queue_head_t rwait, wwait; member
326 wake_up(&usblp->rwait); in usblp_bulk_read()
502 poll_wait(file, &usblp->rwait, wait); in usblp_poll()
969 add_wait_queue(&usblp->rwait, &waita); in usblp_rwait_and_lock()
986 remove_wait_queue(&usblp->rwait, &waita); in usblp_rwait_and_lock()
1144 init_waitqueue_head(&usblp->rwait); in usblp_probe()
1407 wake_up(&usblp->rwait); in usblp_disconnect()
1428 wake_up(&usblp->rwait); in usblp_suspend()
/kernel/linux/linux-5.10/drivers/net/ppp/
H A Dppp_generic.c85 wait_queue_head_t rwait; /* for poll on reading /dev/ppp */ member
436 add_wait_queue(&pf->rwait, &wait); in ppp_read()
470 remove_wait_queue(&pf->rwait, &wait); in ppp_read()
539 poll_wait(file, &pf->rwait, wait); in ppp_poll()
1457 wake_up_interruptible(&ppp->file.rwait); in ppp_dev_uninit()
1708 wake_up_interruptible(&ppp->file.rwait); in ppp_send_frame()
2139 wake_up_interruptible(&pch->file.rwait); in ppp_input()
2293 wake_up_interruptible(&ppp->file.rwait); in ppp_receive_nonmp_frame()
2818 wake_up_interruptible(&pch->file.rwait); in ppp_unregister_channel()
3186 init_waitqueue_head(&pf->rwait); in init_ppp_file()
[all...]
/kernel/linux/linux-6.6/drivers/net/ppp/
H A Dppp_generic.c85 wait_queue_head_t rwait; /* for poll on reading /dev/ppp */ member
438 add_wait_queue(&pf->rwait, &wait); in ppp_read()
472 remove_wait_queue(&pf->rwait, &wait); in ppp_read()
541 poll_wait(file, &pf->rwait, wait); in ppp_poll()
1568 wake_up_interruptible(&ppp->file.rwait); in ppp_dev_uninit()
1841 wake_up_interruptible(&ppp->file.rwait); in ppp_send_frame()
2310 wake_up_interruptible(&pch->file.rwait); in ppp_input()
2464 wake_up_interruptible(&ppp->file.rwait); in ppp_receive_nonmp_frame()
2991 wake_up_interruptible(&pch->file.rwait); in ppp_unregister_channel()
3360 init_waitqueue_head(&pf->rwait); in init_ppp_file()
[all...]

Completed in 14 milliseconds