Home
last modified time | relevance | path

Searched refs:recvwait (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/isdn/capi/
H A Dcapi.c123 wait_queue_head_t recvwait; member
592 wake_up_interruptible(&cdev->recvwait); in capi_recv_message()
598 wake_up_interruptible(&cdev->recvwait); in capi_recv_message()
606 wake_up_interruptible(&cdev->recvwait); in capi_recv_message()
613 wake_up_interruptible(&cdev->recvwait); in capi_recv_message()
638 wake_up_interruptible(&cdev->recvwait); in capi_recv_message()
663 err = wait_event_interruptible(cdev->recvwait, in capi_read()
747 poll_wait(file, &(cdev->recvwait), wait); in capi_poll()
993 init_waitqueue_head(&cdev->recvwait); in capi_open()
/kernel/linux/linux-6.6/drivers/isdn/capi/
H A Dcapi.c124 wait_queue_head_t recvwait; member
593 wake_up_interruptible(&cdev->recvwait); in capi_recv_message()
599 wake_up_interruptible(&cdev->recvwait); in capi_recv_message()
607 wake_up_interruptible(&cdev->recvwait); in capi_recv_message()
614 wake_up_interruptible(&cdev->recvwait); in capi_recv_message()
639 wake_up_interruptible(&cdev->recvwait); in capi_recv_message()
664 err = wait_event_interruptible(cdev->recvwait, in capi_read()
748 poll_wait(file, &(cdev->recvwait), wait); in capi_poll()
994 init_waitqueue_head(&cdev->recvwait); in capi_open()

Completed in 4 milliseconds