Searched refs:vc_waitq (Results 1 – 3 of 3) sorted by relevance
63 poll_wait(file, &vcp->vc_waitq, wait); in coda_psdev_poll()217 add_wait_queue(&vcp->vc_waitq, &wait); in coda_psdev_read()235 remove_wait_queue(&vcp->vc_waitq, &wait); in coda_psdev_read()292 init_waitqueue_head(&vcp->vc_waitq); in coda_psdev_open()
34 wait_queue_head_t vc_waitq; /* Venus wait queue */ member
745 wake_up_interruptible(&vcp->vc_waitq); in coda_upcall()813 wake_up_interruptible(&vcp->vc_waitq); in coda_upcall()
Completed in 6 milliseconds